pl_PL translation update
authorMuki <mkiol@o2.pl>
Sat, 28 Apr 2012 08:53:49 +0000 (10:53 +0200)
committerMuki <mkiol@o2.pl>
Sat, 28 Apr 2012 08:53:49 +0000 (10:53 +0200)
qml/ubi/StartPage.qml
qml/ubi/components/DialogInfo.qml
qtc_packaging/debian_fremantle/changelog
qtc_packaging/debian_fremantle/control
translations/ubi.pl.qm
translations/ubi.pl.ts
ubi.desktop
ubi.pro
ubi.pro.user
ubi.qrc

index b55fae8..7e2b88c 100644 (file)
@@ -92,12 +92,14 @@ Page {
         id: dialog
         z: 200
         fontSize: 28
-        //iconSource: "images/ubi50.png"
-        text: qsTr("<p><b>Ubi</b></p>"
-              +"<p>An unofficial Ubuntu One app for Maemo 5 "
+        iconSource: "images/ubi50.png"
+        textHeader: qsTr("<b>Ubi</b>")
+
+        text: qsTr("<p>An unofficial Ubuntu One app for Maemo 5 "
               +"and other Qt-enabled platforms.</p>"
               +"<p><small>http://ubi.garage.maemo.org</small></p>"
               +"<p><small>© 2012 Michal Kosciesza</small></p>")
+
         onOpened: mask.state = "dialog"
         onCanceled: mask.state = "idle"
     }
@@ -109,6 +111,6 @@ Page {
         anchors.horizontalCenter: parent.horizontalCenter
         font.pixelSize: 18
         color: "white"
-        text: "ver. 0.9.0"
+        text: "ver. 0.9.0-2"
     }
 }
index 58fd4c2..978acca 100644 (file)
@@ -5,6 +5,7 @@ DialogBox {
     id: root
 
     property alias text: text.text
+    property alias textHeader: text_h.text
     property alias elide: text.elide
     property alias iconSource: icon.source
     property int fontSize: Const.DEFAULT_FONT_PIXEL_SIZE
@@ -31,15 +32,28 @@ DialogBox {
 
             Spacer {}
 
-            Row {
+            Column {
                 spacing: Const.DEFAULT_MARGIN
-                Image {
-                    id: icon
-                    width: 50
-                    height: 50
-                    visible: source!=""
-                }
 
+                Row {
+                    spacing: Const.DEFAULT_MARGIN
+                    Image {
+                        id: icon
+                        width: 50
+                        height: 50
+                        visible: source!=""
+                        anchors.verticalCenter: parent.verticalCenter
+                    }
+                    Text {
+                        id: text_h
+                        color: Const.DEFAULT_DIALOG_FOREGROUND_COLOR
+                        font.pixelSize: root.fontSize
+                        wrapMode: Text.Wrap
+                        width: root.width - 6*Const.DEFAULT_MARGIN
+                        visible: text_h.text!=""
+                        anchors.verticalCenter: parent.verticalCenter
+                    }
+                }
                 Text {
                     id: text
                     color: Const.DEFAULT_DIALOG_FOREGROUND_COLOR
index 2c81250..8806fd6 100644 (file)
@@ -1,5 +1,18 @@
+ubi (0.9.0-2) unstable; urgency=low
+
+  * Update pl_PL translation
+
+ -- Michal Kosciesza <mkiol@o2.pl>  Sat, 28 Apr 2012 10:39:53 +0200
+
+ubi (0.9.0-1) unstable; urgency=low
+
+  * Update Icon and Section information
+
+ -- Michal Kosciesza <mkiol@o2.pl>  Sat, 28 Apr 2012 08:08:50 +0200
+
 ubi (0.9.0) unstable; urgency=low
 
   * Beta preview
 
  -- Michal Kosciesza <mkiol@o2.pl>  Mon, 23 Apr 2012 20:55:02 +0100
+
index 4e9e8e4..7d63e8a 100644 (file)
@@ -9,8 +9,18 @@ Homepage: http://ubi.garage.maemo.org/
 Package: ubi
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled platforms.
-XB-Description-pl_PL: Nieoficjalna aplikacja Ununtu One na Maemo 5 i inne platformy obsługujące Qt
+Description: An unofficial Ubuntu One app for Maemo 5.
+ The Ubi app provides access to Ubuntu One cloud service. 
+ Initial version supports simple storage management tasks
+ like: file Download, Upload and Deletion. The plan is to
+ provide other cloud features i.e. Notes editing and
+ Contact synchronization.
+XB-Description-pl_PL: Nieoficjalna aplikacja Ubuntu One na Maemo 5.
+ Ubi umożliwia dostęp do usługi Ubuntu One. Aktualna wersja
+ obsługuje proste zarządzanie plikami takie jak: Pobieranie,
+ Przesyłanie lub Usuwanie plików z chmury. Planowane jest
+ wzbogacenie aplikacji o obsługę Notatek i synchrnizacje
+ Kontaktów.
 XSBC-Bugtracker: https://garage.maemo.org/tracker/?group_id=2327
 XB-Maemo-Display-Name: Ubi
 XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgI
index 3889128..39bf0d0 100644 (file)
Binary files a/translations/ubi.pl.qm and b/translations/ubi.pl.qm differ
index 181ef05..471e08b 100644 (file)
@@ -5,31 +5,31 @@
     <name>AccountPage</name>
     <message>
         <source>Authorization failed!</source>
-        <translation type="obsolete">Autoryzacja nie powiodła się!</translation>
+        <translation>Autoryzacja nie powiodła się!</translation>
     </message>
     <message>
         <source>Error: </source>
-        <translation type="obsolete">Błąd:</translation>
+        <translation>Błąd:</translation>
     </message>
     <message>
         <source>User name:</source>
-        <translation type="obsolete">Nazwa użytkownika:</translation>
+        <translation>Nazwa użytkownika:</translation>
     </message>
     <message>
         <source>Email:</source>
-        <translation type="obsolete">Email:</translation>
+        <translation>Email:</translation>
     </message>
     <message>
         <source>Total storage:</source>
-        <translation type="obsolete">Całkowita pojemność:</translation>
+        <translation>Całkowita pojemność:</translation>
     </message>
     <message>
         <source>Account</source>
-        <translation type="obsolete">Konto</translation>
+        <translation>Konto</translation>
     </message>
     <message>
         <source>Unable to connect!</source>
-        <translation type="obsolete">Błąd połączenia!</translation>
+        <translation>Błąd połączenia!</translation>
     </message>
 </context>
 <context>
     <name>DownloadArea</name>
     <message>
         <source>No active downloads</source>
-        <translation type="obsolete">Brak aktywnych pobrań</translation>
+        <translation>Brak aktywnych pobrań</translation>
     </message>
 </context>
 <context>
     <name>FilesPage</name>
     <message>
         <source>Upload file</source>
-        <translation type="obsolete">Wyślij nowy plik</translation>
+        <translation>Wyślij nowy plik</translation>
     </message>
     <message>
         <source>Rename</source>
-        <translation type="obsolete">Zmień nazwę</translation>
+        <translation>Zmień nazwę</translation>
     </message>
     <message>
         <source>Delete</source>
-        <translation type="obsolete">Usuń</translation>
+        <translation>Usuń</translation>
     </message>
     <message>
         <source>New folder</source>
-        <translation type="obsolete">Nowy folder</translation>
+        <translation>Nowy folder</translation>
     </message>
     <message>
         <source>Refresh</source>
-        <translation type="obsolete">Odśwież</translation>
+        <translation>Odśwież</translation>
     </message>
     <message>
         <source>Root folder can&apos;t be renamed!</source>
-        <translation type="obsolete">Nie można zmienić nazwy!</translation>
+        <translation>Nie można zmienić nazwy!</translation>
     </message>
     <message>
         <source>Root folder can&apos;t be deleted!</source>
-        <translation type="obsolete">Nie można zmienić nazwy!</translation>
+        <translation>Nie można zmienić nazwy!</translation>
     </message>
     <message>
         <source>Authorization failed!</source>
-        <translation type="obsolete">Autoryzacja nie powiodła się!</translation>
+        <translation>Autoryzacja nie powiodła się!</translation>
     </message>
     <message>
         <source>Error: </source>
-        <translation type="obsolete">Błąd:</translation>
+        <translation>Błąd:</translation>
     </message>
     <message>
         <source>Folder renamed!</source>
-        <translation type="obsolete">Zmieniono nazwę!</translation>
+        <translation>Zmieniono nazwę!</translation>
     </message>
     <message>
         <source>New folder created!</source>
-        <translation type="obsolete">Utworzono folder!</translation>
+        <translation>Utworzono folder!</translation>
     </message>
     <message>
         <source>Folder was deleted!</source>
-        <translation type="obsolete">Usunięto folder!</translation>
+        <translation>Usunięto folder!</translation>
     </message>
     <message>
         <source>Delete folder?</source>
-        <translation type="obsolete">Czy usunąć folder?</translation>
+        <translation>Czy usunąć folder?</translation>
     </message>
     <message>
         <source>Enter new folder name...</source>
     </message>
     <message>
         <source>Invalid folder name!</source>
-        <translation type="obsolete">Nieprawidłowa nazwa folderu!</translation>
+        <translation>Nieprawidłowa nazwa folderu!</translation>
     </message>
     <message>
         <source>Files</source>
-        <translation type="obsolete">Pliki</translation>
+        <translation>Pliki</translation>
     </message>
     <message>
         <source>Unable to connect!</source>
-        <translation type="obsolete">Błąd połączenia!</translation>
+        <translation>Błąd połączenia!</translation>
     </message>
     <message>
         <source>Enter new folder name:</source>
-        <translation type="obsolete">Podaj nową nazwę folderu:</translation>
+        <translation>Podaj nową nazwę folderu:</translation>
     </message>
 </context>
 <context>
     <name>LoginPage</name>
     <message>
         <source>User ID</source>
-        <translation type="obsolete">ID użytkownika</translation>
+        <translation>ID użytkownika</translation>
     </message>
     <message>
         <source>Password</source>
-        <translation type="obsolete">Hasło</translation>
+        <translation>Hasło</translation>
     </message>
     <message>
         <source>Save</source>
-        <translation type="obsolete">Zapisz</translation>
+        <translation>Zapisz</translation>
     </message>
     <message>
         <source>Logged in!</source>
-        <translation type="obsolete">Zalogowany!</translation>
+        <translation>Zalogowany!</translation>
     </message>
     <message>
         <source>Authorization failed!</source>
-        <translation type="obsolete">Autoryzacja nie powiodła się!</translation>
+        <translation>Autoryzacja nie powiodła się!</translation>
     </message>
     <message>
         <source>Error: </source>
-        <translation type="obsolete">Błąd:</translation>
+        <translation>Błąd:</translation>
     </message>
     <message>
         <source>Login</source>
-        <translation type="obsolete">Logowanie</translation>
+        <translation>Logowanie</translation>
     </message>
     <message>
         <source>Ubuntu One sign in:</source>
-        <translation type="obsolete">Zaloguj się do Ubuntu One:</translation>
+        <translation>Zaloguj się do Ubuntu One:</translation>
     </message>
     <message>
         <source>Unable to connect!</source>
-        <translation type="obsolete">Błąd połączenia!</translation>
+        <translation>Błąd połączenia!</translation>
     </message>
 </context>
 <context>
     <name>PropertiesPage</name>
     <message>
         <source>Download</source>
-        <translation type="obsolete">Pobierz</translation>
+        <translation>Pobierz</translation>
     </message>
     <message>
         <source>Rename</source>
-        <translation type="obsolete">Zmień nazwę</translation>
+        <translation>Zmień nazwę</translation>
     </message>
     <message>
         <source>Delete</source>
-        <translation type="obsolete">Usuń</translation>
+        <translation>Usuń</translation>
     </message>
     <message>
         <source>Authorization failed!</source>
-        <translation type="obsolete">Autoryzacja nie powiodła się!</translation>
+        <translation>Autoryzacja nie powiodła się!</translation>
     </message>
     <message>
         <source>Error: </source>
-        <translation type="obsolete">Błąd:</translation>
+        <translation>Błąd:</translation>
     </message>
     <message>
         <source>Internal error!</source>
-        <translation type="obsolete">Błąd wewnętrzny!</translation>
+        <translation>Błąd wewnętrzny!</translation>
     </message>
     <message>
         <source>File renamed!</source>
-        <translation type="obsolete">Zmieniono nazwę!</translation>
+        <translation>Zmieniono nazwę!</translation>
     </message>
     <message>
         <source>File name:</source>
-        <translation type="obsolete">Nazwa pliku:</translation>
+        <translation>Nazwa pliku:</translation>
     </message>
     <message>
         <source>Size:</source>
-        <translation type="obsolete">Rozmiar:</translation>
+        <translation>Rozmiar:</translation>
     </message>
     <message>
         <source>Created:</source>
-        <translation type="obsolete">Utworzono:</translation>
+        <translation>Utworzono:</translation>
     </message>
     <message>
         <source>Changed:</source>
-        <translation type="obsolete">Zmieniono:</translation>
+        <translation>Zmieniono:</translation>
     </message>
     <message>
         <source>Delete file?</source>
-        <translation type="obsolete">Czy usunąć plik?</translation>
+        <translation>Czy usunąć plik?</translation>
     </message>
     <message>
         <source>Enter new file name...</source>
     </message>
     <message>
         <source>Invalid file name!</source>
-        <translation type="obsolete">Nieprawidłowa nazwa pliku!</translation>
+        <translation>Nieprawidłowa nazwa pliku!</translation>
     </message>
     <message>
         <source>File deleted!</source>
-        <translation type="obsolete">Usunięto plik!</translation>
+        <translation>Usunięto plik!</translation>
     </message>
     <message>
         <source>File</source>
-        <translation type="obsolete">Plik</translation>
+        <translation>Plik</translation>
     </message>
     <message>
         <source>Unable to connect!</source>
-        <translation type="obsolete">Błąd połączenia!</translation>
+        <translation>Błąd połączenia!</translation>
     </message>
     <message>
         <source>Enter new file name:</source>
-        <translation type="obsolete">Podaj nową nazwę pliku:</translation>
+        <translation>Podaj nową nazwę pliku:</translation>
     </message>
 </context>
 <context>
     <name>SettingsPage</name>
     <message>
         <source>Settings</source>
-        <translation type="obsolete">Ustawienia</translation>
+        <translation>Ustawienia</translation>
     </message>
     <message>
         <source>Polish</source>
     </message>
     <message>
         <source>Language:</source>
-        <translation type="obsolete">Język:</translation>
+        <translation>Język:</translation>
     </message>
     <message>
         <source>Change</source>
-        <translation type="obsolete">Zmień</translation>
+        <translation>Zmień</translation>
     </message>
     <message>
         <source>Log out</source>
-        <translation type="obsolete">Wyloguj</translation>
+        <translation>Wyloguj</translation>
     </message>
     <message>
         <source>Logged as:</source>
-        <translation type="obsolete">Zalogowany jako:</translation>
+        <translation>Zalogowany jako:</translation>
     </message>
     <message>
         <source>Restart application!</source>
-        <translation type="obsolete">Zrestartuj aplikacje!</translation>
+        <translation>Zrestartuj aplikacje!</translation>
     </message>
     <message>
         <source>Choose language:</source>
-        <translation type="obsolete">Wybierz język:</translation>
+        <translation>Wybierz język:</translation>
     </message>
 </context>
 <context>
         <translation type="obsolete">&lt;b&gt;Ubi&lt;/b&gt; 0.9.1&lt;br/&gt;Aplikacja Ubuntu One dla Maemo 5&lt;br/&gt;&lt;small&gt;Copyright © 2012 Michal Kosciesza&lt;/small&gt;&lt;br/&gt;</translation>
     </message>
     <message>
-        <source>&lt;p&gt;&lt;b&gt;Ubi&lt;/b&gt;&lt;/p&gt;&lt;p&gt;An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled platforms.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&amp;rarr; http://ubi.garage.maemo.org&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;© 2012 Michal Kosciesza&lt;/small&gt;&lt;/p&gt;</source>
-        <translation>&lt;p&gt;&lt;b&gt;Ubi&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Nieoficjalna aplikacja Ubuntu One na Maemo 5 i inne platformy obsługujące Qt.&lt;/p&gt;&lt;p&gt;&lt;small&gt;&amp;rarr; http://ubi.garage.maemo.org&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;© 2012 Michal Kosciesza&lt;/small&gt;&lt;/p&gt;</translation>
+        <source>&lt;b&gt;Ubi&lt;/b&gt;</source>
+        <translation>&lt;b&gt;Ubi&lt;/b&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;An unofficial Ubuntu One app for Maemo 5 and other Qt-enabled platforms.&lt;/p&gt;&lt;p&gt;&lt;small&gt;http://ubi.garage.maemo.org&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;© 2012 Michal Kosciesza&lt;/small&gt;&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Nieoficjalna aplikacja Ubuntu One dla Maemo 5 i innych platform obsługujących Qt.&lt;/p&gt;&lt;p&gt;&lt;small&gt;http://ubi.garage.maemo.org&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;small&gt;© 2012 Michal Kosciesza&lt;/small&gt;&lt;/p&gt;</translation>
     </message>
 </context>
 <context>
     <name>main</name>
     <message>
         <source>Error while downloading!</source>
-        <translation type="obsolete">Błąd podczas pobierania!</translation>
+        <translation>Błąd podczas pobierania!</translation>
     </message>
     <message>
         <source>Error while uploading!</source>
-        <translation type="obsolete">Błąd podczas wysyłania!</translation>
+        <translation>Błąd podczas wysyłania!</translation>
     </message>
     <message>
         <source>File downloaded!</source>
-        <translation type="obsolete">Plik został pobrany!</translation>
+        <translation>Plik został pobrany!</translation>
     </message>
     <message>
         <source>File uploaded!</source>
-        <translation type="obsolete">Plik został wysłany!</translation>
+        <translation>Plik został wysłany!</translation>
     </message>
     <message>
         <source>File added to the queue!</source>
-        <translation type="obsolete">Plik dodany do kolejki!</translation>
+        <translation>Plik dodany do kolejki!</translation>
     </message>
 </context>
 </TS>
index b9956de..a19a5ac 100644 (file)
@@ -3,7 +3,7 @@ Encoding=UTF-8
 Version=1.0
 Type=Application
 Terminal=false
-Name=ubi
+Name=Ubi
 Exec=/opt/ubi/bin/ubi
 Icon=ubi64
 X-Window-Icon=
diff --git a/ubi.pro b/ubi.pro
index 40d690d..a4686fd 100644 (file)
--- a/ubi.pro
+++ b/ubi.pro
@@ -42,24 +42,24 @@ maemo5 {
 SOURCES += main.cpp \
     utils.cpp
 
-#evil_hack_to_fool_lupdate {
-#    SOURCES += \
-#    qml/ubi/AccountPage.qml \
-#    qml/ubi/DownloadArea.qml \
-#    qml/ubi/FileSelector.qml \
-#    qml/ubi/FilesPage.qml \
-#    qml/ubi/LoginPage.qml \
-#    qml/ubi/main.qml \
-#   qml/ubi/PageStack.qml \
-#    qml/ubi/PropertiesPage.qml \
-#    qml/ubi/SettingsPage.qml \
-#    qml/ubi/Shadow.qml \
-#    qml/ubi/StartPage.qml \
-#    qml/ubi/SystemBar.qml \
-#    qml/ubi/TaskBar.qml \
-#    qml/ubi/DownloadProgressBar.qml \
-#   qml/ubi/components/DialogYesNo.qml
-#}
+evil_hack_to_fool_lupdate {
+    SOURCES += \
+    qml/ubi/AccountPage.qml \
+    qml/ubi/DownloadArea.qml \
+    qml/ubi/FileSelector.qml \
+    qml/ubi/FilesPage.qml \
+    qml/ubi/LoginPage.qml \
+    qml/ubi/main.qml \
+    qml/ubi/PageStack.qml \
+    qml/ubi/PropertiesPage.qml \
+    qml/ubi/SettingsPage.qml \
+    qml/ubi/Shadow.qml \
+    qml/ubi/StartPage.qml \
+    qml/ubi/SystemBar.qml \
+    qml/ubi/TaskBar.qml \
+    qml/ubi/DownloadProgressBar.qml \
+    qml/ubi/components/DialogYesNo.qml
+}
 
 # Please do not modify the following two lines. Required for deployment.
 include(qmlapplicationviewer/qmlapplicationviewer.pri)
index 0e375dc..1953e90 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by Qt Creator 2.4.1, 2012-04-28T08:02:48. -->
+<!-- Written by Qt Creator 2.4.1, 2012-04-28T10:53:44. -->
 <qtcreator>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
        <value type="QString">/home/mkiol/dev/Qt/ubi-build-maemo-Maemo_Qt_4_7_0__fremantle-pr13__Release/ubi_0_0_2_armel.deb</value>
        <value type="QString">/home/mkiol/dev/Qt/ubi-build-maemo-Maemo_Qt_4_7_0__fremantle-pr13__Release/ubi_0_0_2_armel.deb</value>
        <value type="QString">/home/mkiol/dev/Qt/ubi-build-maemo-Maemo_Qt_4_7_0__fremantle-pr13__Release/ubi_0_0_2_armel.deb</value>
+       <value type="QString">/home/mkiol/dev/Qt/ubi-build-maemo-Maemo_Qt_4_7_0__fremantle-pr13__Release/ubi_0_9_0-2_armel.deb</value>
       </valuelist>
       <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedHosts">
        <value type="QString">192.168.2.101</value>
        <value type="QString">192.168.2.102</value>
        <value type="QString">192.168.2.100</value>
        <value type="QString">192.168.2.101</value>
+       <value type="QString">192.168.2.101</value>
       </valuelist>
       <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedRemotePaths">
        <value type="QString"></value>
        <value type="QString"></value>
        <value type="QString"></value>
        <value type="QString"></value>
+       <value type="QString"></value>
       </valuelist>
       <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedTimes">
        <value type="QDateTime">2012-02-12T21:15:32</value>
        <value type="QDateTime">2012-02-23T12:56:54</value>
        <value type="QDateTime">2012-04-22T22:36:27</value>
        <value type="QDateTime">2012-04-20T23:23:40</value>
+       <value type="QDateTime">2012-04-28T10:41:48</value>
       </valuelist>
      </valuemap>
      <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
diff --git a/ubi.qrc b/ubi.qrc
index 5fcfe13..3bb3040 100644 (file)
--- a/ubi.qrc
+++ b/ubi.qrc
@@ -1,5 +1,6 @@
 <RCC>
     <qresource prefix="/">
+        <file>translations/ubi.pl.qm</file>
         <file>qml/ubi/About.qml</file>
         <file>qml/ubi/AccountPage.qml</file>
         <file>qml/ubi/bytesconv.js</file>
@@ -35,6 +36,9 @@
         <file>qml/ubi/components/Spacer.qml</file>
         <file>qml/ubi/components/TextField.qml</file>
         <file>qml/ubi/components/ToolIcon.qml</file>
+        <file>qml/ubi/oauth/oauth.js</file>
+        <file>qml/ubi/oauth/README.txt</file>
+        <file>qml/ubi/oauth/sha1.js</file>
         <file>qml/ubi/images/back.png</file>
         <file>qml/ubi/images/close.png</file>
         <file>qml/ubi/images/down.png</file>
@@ -50,9 +54,5 @@
         <file>qml/ubi/images/ubi50.png</file>
         <file>qml/ubi/images/up.png</file>
         <file>qml/ubi/images/upload.png</file>
-        <file>qml/ubi/oauth/oauth.js</file>
-        <file>qml/ubi/oauth/README.txt</file>
-        <file>qml/ubi/oauth/sha1.js</file>
-        <file>translations/ubi.pl.qm</file>
     </qresource>
 </RCC>