commit 1dde72d2c6f80c514ef401f80f494a2ee0d2252f Author: gine Date: Mon Jun 15 17:48:37 2015 +0200 init commit diff --git a/.classpath b/.classpath new file mode 100755 index 0000000..11f989e --- /dev/null +++ b/.classpath @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100755 index 0000000..70073c0 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..372e40a --- /dev/null +++ b/ChangeLog @@ -0,0 +1,32 @@ +@3.0alpha2 +- Fix Nullpointer exception sulle preferenze +- Fix di alcuni warning +- Checkupdate disabilitato per default per seguire le regole di FDroid + +@3.0alpha1 +- Aggiunta possibilità di internazionalizzazione, aiutaci su: http://babele.indivia.net +- Aggiustata l'Activity di search: + + cambiate le denominazioni delle listview a scomparsa + + aggiunti alcune ricerche consigliate + + la ricerca avanzata è ora un bottone non più una Expandable List View +- Migliorati comprensione e funzionalità del dialog in mancanza di connessione +- Aggiunto un player audio integrato per non usare vitamio, gestisce anche playlist +- Aggiunta al menù di ogni query, nella Activity Viewer, l'opzione per ascoltare la playlist i podcast +- ScreenKeep on quando si guarda un video. +- Testato fino API18 +- Il pulsante back del telefono sulla Activity Viewer torna indietro fino alla radice, a questa + ti informa che se ripremuto ulteriormente l'applicazione esce +- Aggiunta l'Activity di Ricerca Avanzata che fornire un aiuto agli utenti + per affrontare la complessità disponibile per la ricerca sui metadati +- Aggiunta nelle preferenze la possibilità di scaricare le apk utili, necessarie o comode per il funzionamento di AArkiwi + +- Refactoring di innumerevoli parti di codice +- Eliminazione dellal maggiorparte dei warning +- Fix del ritorno dall'intent per attivare il network +- Fix per lo svuotamento della griglia per i pulsanti del telefono Back e Home +- Fix delle funzioni torrent e qrcode del menù contestuale di un item +- Fix della cache di pagine errate +- Fix di alcune ricerche consigliate +- Fix dello spostamento delle icone sullo scorrimento nella GridView +- Fix della copertura parziale del testo di alcuni item nella GridView +- Fix del lampeggiamento del testo nei dialog causato da longclick in TextView \ No newline at end of file diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF new file mode 100755 index 0000000..109b057 --- /dev/null +++ b/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Archiver-Version: Plexus Archiver +Created-By: Apache Maven +Built-By: onacit +Build-Jdk: 1.7.0_02 + diff --git a/META-INF/maven/com.googlecode.jinahya/rfc-4648/pom.properties b/META-INF/maven/com.googlecode.jinahya/rfc-4648/pom.properties new file mode 100755 index 0000000..039590d --- /dev/null +++ b/META-INF/maven/com.googlecode.jinahya/rfc-4648/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Fri Feb 03 15:12:41 KST 2012 +version=1.0-alpha-4 +groupId=com.googlecode.jinahya +artifactId=rfc-4648 diff --git a/META-INF/maven/com.googlecode.jinahya/rfc-4648/pom.xml b/META-INF/maven/com.googlecode.jinahya/rfc-4648/pom.xml new file mode 100755 index 0000000..7c5054b --- /dev/null +++ b/META-INF/maven/com.googlecode.jinahya/rfc-4648/pom.xml @@ -0,0 +1,286 @@ + + + + 4.0.0 + + com.googlecode.jinahya + rfc-4648 + 1.0-alpha-4 + jar + + org.sonatype.oss + oss-parent + 7 + + + + + commons-codec + commons-codec + 1.6 + + + commons-lang + commons-lang + 2.6 + + + com.googlecode.jinahya + bit-io + 1.0-alpha-11 + + + org.apache.shindig + shindig-common + 3.0.0-beta4 + + + org.testng + testng + 6.3.1 + + + + + + commons-codec + commons-codec + test + + + commons-lang + commons-lang + test + + + com.googlecode.jinahya + bit-io + + + org.apache.shindig + shindig-common + test + + + org.testng + testng + test + + + + UTF-8 + UTF-8 + + + + + + com.google.code.maven-svn-wagon + maven-svn-wagon + 1.4 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.2 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.8 + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + org.apache.maven.plugins + maven-release-plugin + 2.2.1 + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.4.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + compile-1.1 + process-sources + + compile + + + 1.3 + 1.1 + + + + testCompile-1.5 + process-test-sources + + testCompile + + + 1.5 + 1.5 + + + + + + org.apache.maven.plugins + maven-release-plugin + + deploy + https://jinahya.googlecode.com/svn/tags/${project.groupId} + + + + org.apache.maven.plugins + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.codehaus.mojo + findbugs-maven-plugin + + + + + + + + + rfc-4648 + http://www.jinahya.com/mvn/site/${project.groupId}/${project.artifactId}/${project.version} + 2011 + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + jinahya + Jin Kwon + jinahya@gmail.com + + + + + + + + + scm:svn:http://jinahya.googlecode.com/svn/tags/com.googlecode.jinahya/rfc-4648-1.0-alpha-4 + scm:svn:https://jinahya.googlecode.com/svn/tags/com.googlecode.jinahya/rfc-4648-1.0-alpha-4 + http://code.google.com/p/jinahya/source/browse/tags/com.googlecode.jinahya/rfc-4648-1.0-alpha-4 + + + + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + + jinahya.com + dav:${project.url} + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/bin/AArkiwi.apk b/bin/AArkiwi.apk new file mode 100644 index 0000000..c7e3c4a Binary files /dev/null and b/bin/AArkiwi.apk differ diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml new file mode 100644 index 0000000..70073c0 --- /dev/null +++ b/bin/AndroidManifest.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/classes.dex b/bin/classes.dex new file mode 100755 index 0000000..a149b3c Binary files /dev/null and b/bin/classes.dex differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$1.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$1.class new file mode 100644 index 0000000..2dce101 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$1.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$2.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$2.class new file mode 100644 index 0000000..265a62d Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$2.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$3.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$3.class new file mode 100644 index 0000000..5178b5b Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$3.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$4.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$4.class new file mode 100644 index 0000000..5b0673b Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$4.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$5.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$5.class new file mode 100644 index 0000000..ddf58d5 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$5.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$6.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$6.class new file mode 100644 index 0000000..334417d Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$6.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$7.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$7.class new file mode 100644 index 0000000..fda83f0 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$7.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$8.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$8.class new file mode 100644 index 0000000..b9344fa Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$8.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$9.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$9.class new file mode 100644 index 0000000..ca833f1 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity$9.class differ diff --git a/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity.class b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity.class new file mode 100644 index 0000000..8440cf5 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/MusicPlayerActivity.class differ diff --git a/bin/classes/com/androidhive/musicplayer/PlayListActivity$1.class b/bin/classes/com/androidhive/musicplayer/PlayListActivity$1.class new file mode 100644 index 0000000..e0b72c2 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/PlayListActivity$1.class differ diff --git a/bin/classes/com/androidhive/musicplayer/PlayListActivity.class b/bin/classes/com/androidhive/musicplayer/PlayListActivity.class new file mode 100644 index 0000000..94f2517 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/PlayListActivity.class differ diff --git a/bin/classes/com/androidhive/musicplayer/SongsManager$FileExtensionFilter.class b/bin/classes/com/androidhive/musicplayer/SongsManager$FileExtensionFilter.class new file mode 100644 index 0000000..cb3a1ec Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/SongsManager$FileExtensionFilter.class differ diff --git a/bin/classes/com/androidhive/musicplayer/SongsManager.class b/bin/classes/com/androidhive/musicplayer/SongsManager.class new file mode 100644 index 0000000..3426258 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/SongsManager.class differ diff --git a/bin/classes/com/androidhive/musicplayer/Utilities.class b/bin/classes/com/androidhive/musicplayer/Utilities.class new file mode 100644 index 0000000..a7f71a0 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/Utilities.class differ diff --git a/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer$Command.class b/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer$Command.class new file mode 100644 index 0000000..c67492b Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer$Command.class differ diff --git a/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer$Thread.class b/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer$Thread.class new file mode 100644 index 0000000..2a68726 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer$Thread.class differ diff --git a/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer.class b/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer.class new file mode 100644 index 0000000..b7fe064 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/ZZZAsyncPlayer.class differ diff --git a/bin/classes/com/androidhive/musicplayer/ZZZTestMusicPlay.class b/bin/classes/com/androidhive/musicplayer/ZZZTestMusicPlay.class new file mode 100644 index 0000000..96ad178 Binary files /dev/null and b/bin/classes/com/androidhive/musicplayer/ZZZTestMusicPlay.class differ diff --git a/bin/classes/org/arkiwi/app/BuildConfig.class b/bin/classes/org/arkiwi/app/BuildConfig.class new file mode 100644 index 0000000..58c224d Binary files /dev/null and b/bin/classes/org/arkiwi/app/BuildConfig.class differ diff --git a/bin/classes/org/arkiwi/app/R$array.class b/bin/classes/org/arkiwi/app/R$array.class new file mode 100644 index 0000000..1900430 Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$array.class differ diff --git a/bin/classes/org/arkiwi/app/R$attr.class b/bin/classes/org/arkiwi/app/R$attr.class new file mode 100644 index 0000000..b15a11c Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$attr.class differ diff --git a/bin/classes/org/arkiwi/app/R$dimen.class b/bin/classes/org/arkiwi/app/R$dimen.class new file mode 100644 index 0000000..e39f213 Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$dimen.class differ diff --git a/bin/classes/org/arkiwi/app/R$drawable.class b/bin/classes/org/arkiwi/app/R$drawable.class new file mode 100644 index 0000000..edbd61a Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$drawable.class differ diff --git a/bin/classes/org/arkiwi/app/R$id.class b/bin/classes/org/arkiwi/app/R$id.class new file mode 100644 index 0000000..b02a381 Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$id.class differ diff --git a/bin/classes/org/arkiwi/app/R$layout.class b/bin/classes/org/arkiwi/app/R$layout.class new file mode 100644 index 0000000..4a8f45d Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$layout.class differ diff --git a/bin/classes/org/arkiwi/app/R$menu.class b/bin/classes/org/arkiwi/app/R$menu.class new file mode 100644 index 0000000..4055aaa Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$menu.class differ diff --git a/bin/classes/org/arkiwi/app/R$string.class b/bin/classes/org/arkiwi/app/R$string.class new file mode 100644 index 0000000..14f5f4f Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$string.class differ diff --git a/bin/classes/org/arkiwi/app/R$xml.class b/bin/classes/org/arkiwi/app/R$xml.class new file mode 100644 index 0000000..aac4c16 Binary files /dev/null and b/bin/classes/org/arkiwi/app/R$xml.class differ diff --git a/bin/classes/org/arkiwi/app/R.class b/bin/classes/org/arkiwi/app/R.class new file mode 100644 index 0000000..f39cc44 Binary files /dev/null and b/bin/classes/org/arkiwi/app/R.class differ diff --git a/bin/classes/org/arkiwi/app/activity/ATab$1.class b/bin/classes/org/arkiwi/app/activity/ATab$1.class new file mode 100644 index 0000000..db1e47f Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/ATab$1.class differ diff --git a/bin/classes/org/arkiwi/app/activity/ATab$2.class b/bin/classes/org/arkiwi/app/activity/ATab$2.class new file mode 100644 index 0000000..657ee05 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/ATab$2.class differ diff --git a/bin/classes/org/arkiwi/app/activity/ATab.class b/bin/classes/org/arkiwi/app/activity/ATab.class new file mode 100644 index 0000000..29f12e3 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/ATab.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive$1.class b/bin/classes/org/arkiwi/app/activity/Archive$1.class new file mode 100644 index 0000000..1a7c013 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive$1.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive$2.class b/bin/classes/org/arkiwi/app/activity/Archive$2.class new file mode 100644 index 0000000..052c113 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive$2.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive$3.class b/bin/classes/org/arkiwi/app/activity/Archive$3.class new file mode 100644 index 0000000..f63c53c Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive$3.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive$4.class b/bin/classes/org/arkiwi/app/activity/Archive$4.class new file mode 100644 index 0000000..d84799c Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive$4.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive$5.class b/bin/classes/org/arkiwi/app/activity/Archive$5.class new file mode 100644 index 0000000..f2a3cc6 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive$5.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive$6.class b/bin/classes/org/arkiwi/app/activity/Archive$6.class new file mode 100644 index 0000000..9eb310c Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive$6.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive$7.class b/bin/classes/org/arkiwi/app/activity/Archive$7.class new file mode 100644 index 0000000..f00f735 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive$7.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Archive.class b/bin/classes/org/arkiwi/app/activity/Archive.class new file mode 100644 index 0000000..77b2b0e Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Archive.class differ diff --git a/bin/classes/org/arkiwi/app/activity/PrefScreen$1.class b/bin/classes/org/arkiwi/app/activity/PrefScreen$1.class new file mode 100644 index 0000000..51be5ef Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/PrefScreen$1.class differ diff --git a/bin/classes/org/arkiwi/app/activity/PrefScreen$2.class b/bin/classes/org/arkiwi/app/activity/PrefScreen$2.class new file mode 100644 index 0000000..8f23523 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/PrefScreen$2.class differ diff --git a/bin/classes/org/arkiwi/app/activity/PrefScreen.class b/bin/classes/org/arkiwi/app/activity/PrefScreen.class new file mode 100644 index 0000000..076286d Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/PrefScreen.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Search$1.class b/bin/classes/org/arkiwi/app/activity/Search$1.class new file mode 100644 index 0000000..93f3ada Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Search$1.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Search$2.class b/bin/classes/org/arkiwi/app/activity/Search$2.class new file mode 100644 index 0000000..0a6fadc Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Search$2.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Search.class b/bin/classes/org/arkiwi/app/activity/Search.class new file mode 100644 index 0000000..e81783f Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Search.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$1.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$1.class new file mode 100644 index 0000000..c21b43c Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$1.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$2.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$2.class new file mode 100644 index 0000000..1e960fb Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$2.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$3.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$3.class new file mode 100644 index 0000000..93d7e1f Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$3.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$4.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$4.class new file mode 100644 index 0000000..6229194 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$4.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$5.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$5.class new file mode 100644 index 0000000..b451cf0 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$5.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$6.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$6.class new file mode 100644 index 0000000..619845a Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$6.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$7.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$7.class new file mode 100644 index 0000000..11ca429 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$7.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv$8.class b/bin/classes/org/arkiwi/app/activity/SearchAdv$8.class new file mode 100644 index 0000000..44a8440 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv$8.class differ diff --git a/bin/classes/org/arkiwi/app/activity/SearchAdv.class b/bin/classes/org/arkiwi/app/activity/SearchAdv.class new file mode 100644 index 0000000..69997d8 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/SearchAdv.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer$1.class b/bin/classes/org/arkiwi/app/activity/Viewer$1.class new file mode 100644 index 0000000..7554a16 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer$1.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer$2.class b/bin/classes/org/arkiwi/app/activity/Viewer$2.class new file mode 100644 index 0000000..6302aa4 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer$2.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer$3.class b/bin/classes/org/arkiwi/app/activity/Viewer$3.class new file mode 100644 index 0000000..cd15144 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer$3.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer$4.class b/bin/classes/org/arkiwi/app/activity/Viewer$4.class new file mode 100644 index 0000000..3ba9c35 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer$4.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer$5.class b/bin/classes/org/arkiwi/app/activity/Viewer$5.class new file mode 100644 index 0000000..b0b3d6e Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer$5.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer$6.class b/bin/classes/org/arkiwi/app/activity/Viewer$6.class new file mode 100644 index 0000000..85044ac Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer$6.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer$7.class b/bin/classes/org/arkiwi/app/activity/Viewer$7.class new file mode 100644 index 0000000..5c3a66f Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer$7.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Viewer.class b/bin/classes/org/arkiwi/app/activity/Viewer.class new file mode 100644 index 0000000..d56ccd9 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Viewer.class differ diff --git a/bin/classes/org/arkiwi/app/activity/Vitamio.class b/bin/classes/org/arkiwi/app/activity/Vitamio.class new file mode 100644 index 0000000..07faa51 Binary files /dev/null and b/bin/classes/org/arkiwi/app/activity/Vitamio.class differ diff --git a/bin/classes/org/arkiwi/app/adapter/AdapterExpandList.class b/bin/classes/org/arkiwi/app/adapter/AdapterExpandList.class new file mode 100644 index 0000000..7c94688 Binary files /dev/null and b/bin/classes/org/arkiwi/app/adapter/AdapterExpandList.class differ diff --git a/bin/classes/org/arkiwi/app/adapter/AdapterGrid.class b/bin/classes/org/arkiwi/app/adapter/AdapterGrid.class new file mode 100644 index 0000000..26e56b4 Binary files /dev/null and b/bin/classes/org/arkiwi/app/adapter/AdapterGrid.class differ diff --git a/bin/classes/org/arkiwi/app/adapter/AdapterIconMenu.class b/bin/classes/org/arkiwi/app/adapter/AdapterIconMenu.class new file mode 100644 index 0000000..7b5534d Binary files /dev/null and b/bin/classes/org/arkiwi/app/adapter/AdapterIconMenu.class differ diff --git a/bin/classes/org/arkiwi/app/adapter/AdapterList.class b/bin/classes/org/arkiwi/app/adapter/AdapterList.class new file mode 100644 index 0000000..2c03ca4 Binary files /dev/null and b/bin/classes/org/arkiwi/app/adapter/AdapterList.class differ diff --git a/bin/classes/org/arkiwi/app/adapter/AdapterSpinner.class b/bin/classes/org/arkiwi/app/adapter/AdapterSpinner.class new file mode 100644 index 0000000..146d438 Binary files /dev/null and b/bin/classes/org/arkiwi/app/adapter/AdapterSpinner.class differ diff --git a/bin/classes/org/arkiwi/app/database/Db.class b/bin/classes/org/arkiwi/app/database/Db.class new file mode 100644 index 0000000..575f86f Binary files /dev/null and b/bin/classes/org/arkiwi/app/database/Db.class differ diff --git a/bin/classes/org/arkiwi/app/database/DbFeed.class b/bin/classes/org/arkiwi/app/database/DbFeed.class new file mode 100644 index 0000000..5761b40 Binary files /dev/null and b/bin/classes/org/arkiwi/app/database/DbFeed.class differ diff --git a/bin/classes/org/arkiwi/app/feed/FeedItem.class b/bin/classes/org/arkiwi/app/feed/FeedItem.class new file mode 100644 index 0000000..9ddb83c Binary files /dev/null and b/bin/classes/org/arkiwi/app/feed/FeedItem.class differ diff --git a/bin/classes/org/arkiwi/app/feed/FeedItemDir.class b/bin/classes/org/arkiwi/app/feed/FeedItemDir.class new file mode 100644 index 0000000..a4afa60 Binary files /dev/null and b/bin/classes/org/arkiwi/app/feed/FeedItemDir.class differ diff --git a/bin/classes/org/arkiwi/app/feed/FeedItemFile.class b/bin/classes/org/arkiwi/app/feed/FeedItemFile.class new file mode 100644 index 0000000..5810ef3 Binary files /dev/null and b/bin/classes/org/arkiwi/app/feed/FeedItemFile.class differ diff --git a/bin/classes/org/arkiwi/app/feed/FeedQuery.class b/bin/classes/org/arkiwi/app/feed/FeedQuery.class new file mode 100644 index 0000000..ceda5b3 Binary files /dev/null and b/bin/classes/org/arkiwi/app/feed/FeedQuery.class differ diff --git a/bin/classes/org/arkiwi/app/interfaces/Define.class b/bin/classes/org/arkiwi/app/interfaces/Define.class new file mode 100644 index 0000000..cb06cb4 Binary files /dev/null and b/bin/classes/org/arkiwi/app/interfaces/Define.class differ diff --git a/bin/classes/org/arkiwi/app/interfaces/RssInterface.class b/bin/classes/org/arkiwi/app/interfaces/RssInterface.class new file mode 100644 index 0000000..bc87eab Binary files /dev/null and b/bin/classes/org/arkiwi/app/interfaces/RssInterface.class differ diff --git a/bin/classes/org/arkiwi/app/interfaces/SDialogInterface.class b/bin/classes/org/arkiwi/app/interfaces/SDialogInterface.class new file mode 100644 index 0000000..a26bdc6 Binary files /dev/null and b/bin/classes/org/arkiwi/app/interfaces/SDialogInterface.class differ diff --git a/bin/classes/org/arkiwi/app/rss/RssDoc.class b/bin/classes/org/arkiwi/app/rss/RssDoc.class new file mode 100644 index 0000000..f7e963c Binary files /dev/null and b/bin/classes/org/arkiwi/app/rss/RssDoc.class differ diff --git a/bin/classes/org/arkiwi/app/rss/RssQueryTask.class b/bin/classes/org/arkiwi/app/rss/RssQueryTask.class new file mode 100644 index 0000000..47c1640 Binary files /dev/null and b/bin/classes/org/arkiwi/app/rss/RssQueryTask.class differ diff --git a/bin/classes/org/arkiwi/app/rss/RssReader.class b/bin/classes/org/arkiwi/app/rss/RssReader.class new file mode 100644 index 0000000..aa4089b Binary files /dev/null and b/bin/classes/org/arkiwi/app/rss/RssReader.class differ diff --git a/bin/classes/org/arkiwi/app/service/CheckUpdate$BgThread.class b/bin/classes/org/arkiwi/app/service/CheckUpdate$BgThread.class new file mode 100644 index 0000000..1bd6261 Binary files /dev/null and b/bin/classes/org/arkiwi/app/service/CheckUpdate$BgThread.class differ diff --git a/bin/classes/org/arkiwi/app/service/CheckUpdate.class b/bin/classes/org/arkiwi/app/service/CheckUpdate.class new file mode 100644 index 0000000..e02f7a5 Binary files /dev/null and b/bin/classes/org/arkiwi/app/service/CheckUpdate.class differ diff --git a/bin/classes/org/arkiwi/app/service/Downloader.class b/bin/classes/org/arkiwi/app/service/Downloader.class new file mode 100644 index 0000000..9a8fd4d Binary files /dev/null and b/bin/classes/org/arkiwi/app/service/Downloader.class differ diff --git a/bin/classes/org/arkiwi/app/service/FeedBurnIndeterminato$BgFeedBurn.class b/bin/classes/org/arkiwi/app/service/FeedBurnIndeterminato$BgFeedBurn.class new file mode 100644 index 0000000..83b4010 Binary files /dev/null and b/bin/classes/org/arkiwi/app/service/FeedBurnIndeterminato$BgFeedBurn.class differ diff --git a/bin/classes/org/arkiwi/app/service/FeedBurnIndeterminato.class b/bin/classes/org/arkiwi/app/service/FeedBurnIndeterminato.class new file mode 100644 index 0000000..63f358c Binary files /dev/null and b/bin/classes/org/arkiwi/app/service/FeedBurnIndeterminato.class differ diff --git a/bin/classes/org/arkiwi/app/service/FeedBurnPrecario$FBPThread.class b/bin/classes/org/arkiwi/app/service/FeedBurnPrecario$FBPThread.class new file mode 100644 index 0000000..aa88906 Binary files /dev/null and b/bin/classes/org/arkiwi/app/service/FeedBurnPrecario$FBPThread.class differ diff --git a/bin/classes/org/arkiwi/app/service/FeedBurnPrecario.class b/bin/classes/org/arkiwi/app/service/FeedBurnPrecario.class new file mode 100644 index 0000000..c693bca Binary files /dev/null and b/bin/classes/org/arkiwi/app/service/FeedBurnPrecario.class differ diff --git a/bin/classes/org/arkiwi/app/utility/ALog.class b/bin/classes/org/arkiwi/app/utility/ALog.class new file mode 100644 index 0000000..d131258 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/ALog.class differ diff --git a/bin/classes/org/arkiwi/app/utility/Download.class b/bin/classes/org/arkiwi/app/utility/Download.class new file mode 100644 index 0000000..64b91a1 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/Download.class differ diff --git a/bin/classes/org/arkiwi/app/utility/FeedBurn.class b/bin/classes/org/arkiwi/app/utility/FeedBurn.class new file mode 100644 index 0000000..6c84189 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/FeedBurn.class differ diff --git a/bin/classes/org/arkiwi/app/utility/IcoCtxMenu$1.class b/bin/classes/org/arkiwi/app/utility/IcoCtxMenu$1.class new file mode 100644 index 0000000..faf3b29 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/IcoCtxMenu$1.class differ diff --git a/bin/classes/org/arkiwi/app/utility/IcoCtxMenu$IconContextMenuOnClickListener.class b/bin/classes/org/arkiwi/app/utility/IcoCtxMenu$IconContextMenuOnClickListener.class new file mode 100644 index 0000000..82a88d0 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/IcoCtxMenu$IconContextMenuOnClickListener.class differ diff --git a/bin/classes/org/arkiwi/app/utility/IcoCtxMenu.class b/bin/classes/org/arkiwi/app/utility/IcoCtxMenu.class new file mode 100644 index 0000000..a5105cf Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/IcoCtxMenu.class differ diff --git a/bin/classes/org/arkiwi/app/utility/IconContextMenuItem.class b/bin/classes/org/arkiwi/app/utility/IconContextMenuItem.class new file mode 100644 index 0000000..e9ef770 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/IconContextMenuItem.class differ diff --git a/bin/classes/org/arkiwi/app/utility/SDialog$1.class b/bin/classes/org/arkiwi/app/utility/SDialog$1.class new file mode 100644 index 0000000..87d7e28 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/SDialog$1.class differ diff --git a/bin/classes/org/arkiwi/app/utility/SDialog$2.class b/bin/classes/org/arkiwi/app/utility/SDialog$2.class new file mode 100644 index 0000000..57014c4 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/SDialog$2.class differ diff --git a/bin/classes/org/arkiwi/app/utility/SDialog$3.class b/bin/classes/org/arkiwi/app/utility/SDialog$3.class new file mode 100644 index 0000000..517b890 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/SDialog$3.class differ diff --git a/bin/classes/org/arkiwi/app/utility/SDialog.class b/bin/classes/org/arkiwi/app/utility/SDialog.class new file mode 100644 index 0000000..7f04599 Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/SDialog.class differ diff --git a/bin/classes/org/arkiwi/app/utility/SMethod.class b/bin/classes/org/arkiwi/app/utility/SMethod.class new file mode 100644 index 0000000..27476eb Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/SMethod.class differ diff --git a/bin/classes/org/arkiwi/app/utility/SNetwork.class b/bin/classes/org/arkiwi/app/utility/SNetwork.class new file mode 100644 index 0000000..6362d0e Binary files /dev/null and b/bin/classes/org/arkiwi/app/utility/SNetwork.class differ diff --git a/bin/dexedLibs/android-support-v4-9d48e7937ffe3efa6c501ce3fd149975.jar b/bin/dexedLibs/android-support-v4-9d48e7937ffe3efa6c501ce3fd149975.jar new file mode 100644 index 0000000..b6dc38d Binary files /dev/null and b/bin/dexedLibs/android-support-v4-9d48e7937ffe3efa6c501ce3fd149975.jar differ diff --git a/bin/dexedLibs/annotations-57bcb942842df78922f5cd056349eee7.jar b/bin/dexedLibs/annotations-57bcb942842df78922f5cd056349eee7.jar new file mode 100644 index 0000000..9e5a5cb Binary files /dev/null and b/bin/dexedLibs/annotations-57bcb942842df78922f5cd056349eee7.jar differ diff --git a/bin/dexedLibs/annotations-82289bfd7de0c0130567a5db68dde943.jar b/bin/dexedLibs/annotations-82289bfd7de0c0130567a5db68dde943.jar new file mode 100644 index 0000000..f2cedcd Binary files /dev/null and b/bin/dexedLibs/annotations-82289bfd7de0c0130567a5db68dde943.jar differ diff --git a/bin/dexedLibs/vitamio-c3e7b5f8454f468fa242a7b4cebeca24.jar b/bin/dexedLibs/vitamio-c3e7b5f8454f468fa242a7b4cebeca24.jar new file mode 100644 index 0000000..9b389c0 Binary files /dev/null and b/bin/dexedLibs/vitamio-c3e7b5f8454f468fa242a7b4cebeca24.jar differ diff --git a/bin/jarlist.cache b/bin/jarlist.cache new file mode 100755 index 0000000..0565465 --- /dev/null +++ b/bin/jarlist.cache @@ -0,0 +1,3 @@ +# cache for current jar dependency. DO NOT EDIT. +# format is +# Encoding is UTF-8 diff --git a/bin/res/crunch/drawable-hdpi/and.png b/bin/res/crunch/drawable-hdpi/and.png new file mode 100644 index 0000000..d53e635 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/and.png differ diff --git a/bin/res/crunch/drawable-hdpi/archive.png b/bin/res/crunch/drawable-hdpi/archive.png new file mode 100644 index 0000000..d221b93 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/archive.png differ diff --git a/bin/res/crunch/drawable-hdpi/audio.png b/bin/res/crunch/drawable-hdpi/audio.png new file mode 100644 index 0000000..dfb852d Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/audio.png differ diff --git a/bin/res/crunch/drawable-hdpi/audio_video.png b/bin/res/crunch/drawable-hdpi/audio_video.png new file mode 100644 index 0000000..65c0778 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/audio_video.png differ diff --git a/bin/res/crunch/drawable-hdpi/back.png b/bin/res/crunch/drawable-hdpi/back.png new file mode 100644 index 0000000..0bb6ad0 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/back.png differ diff --git a/bin/res/crunch/drawable-hdpi/button_pause.png b/bin/res/crunch/drawable-hdpi/button_pause.png new file mode 100644 index 0000000..74f8694 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/button_pause.png differ diff --git a/bin/res/crunch/drawable-hdpi/button_play.png b/bin/res/crunch/drawable-hdpi/button_play.png new file mode 100644 index 0000000..1e25597 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/button_play.png differ diff --git a/bin/res/crunch/drawable-hdpi/coffee.png b/bin/res/crunch/drawable-hdpi/coffee.png new file mode 100644 index 0000000..8aa8d20 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/coffee.png differ diff --git a/bin/res/crunch/drawable-hdpi/cong.png b/bin/res/crunch/drawable-hdpi/cong.png new file mode 100644 index 0000000..5dee22d Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/cong.png differ diff --git a/bin/res/crunch/drawable-hdpi/delete.png b/bin/res/crunch/drawable-hdpi/delete.png new file mode 100644 index 0000000..3732a26 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/delete.png differ diff --git a/bin/res/crunch/drawable-hdpi/dir.png b/bin/res/crunch/drawable-hdpi/dir.png new file mode 100644 index 0000000..144f228 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/dir.png differ diff --git a/bin/res/crunch/drawable-hdpi/download.png b/bin/res/crunch/drawable-hdpi/download.png new file mode 100644 index 0000000..f17fe02 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/download.png differ diff --git a/bin/res/crunch/drawable-hdpi/feedburn_notify.png b/bin/res/crunch/drawable-hdpi/feedburn_notify.png new file mode 100644 index 0000000..1df65a3 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/feedburn_notify.png differ diff --git a/bin/res/crunch/drawable-hdpi/file.png b/bin/res/crunch/drawable-hdpi/file.png new file mode 100644 index 0000000..eb1d8d9 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/file.png differ diff --git a/bin/res/crunch/drawable-hdpi/gplay.png b/bin/res/crunch/drawable-hdpi/gplay.png new file mode 100644 index 0000000..4dfafbe Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/gplay.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_dialog_metadata.png b/bin/res/crunch/drawable-hdpi/ic_dialog_metadata.png new file mode 100644 index 0000000..10955e8 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_dialog_metadata.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_launcher_arkiwi.png b/bin/res/crunch/drawable-hdpi/ic_launcher_arkiwi.png new file mode 100644 index 0000000..afb92c9 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_launcher_arkiwi.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_menu_about.png b/bin/res/crunch/drawable-hdpi/ic_menu_about.png new file mode 100644 index 0000000..f071231 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_menu_about.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_menu_close.png b/bin/res/crunch/drawable-hdpi/ic_menu_close.png new file mode 100644 index 0000000..9dba58b Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_menu_close.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_menu_order.png b/bin/res/crunch/drawable-hdpi/ic_menu_order.png new file mode 100644 index 0000000..adfa8f4 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_menu_order.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_menu_refresh.png b/bin/res/crunch/drawable-hdpi/ic_menu_refresh.png new file mode 100644 index 0000000..9ad2764 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_menu_refresh.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_menu_save.png b/bin/res/crunch/drawable-hdpi/ic_menu_save.png new file mode 100644 index 0000000..9dc7365 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_menu_save.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_menu_settings.png b/bin/res/crunch/drawable-hdpi/ic_menu_settings.png new file mode 100644 index 0000000..490f9c6 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_menu_settings.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_podcast.png b/bin/res/crunch/drawable-hdpi/ic_podcast.png new file mode 100644 index 0000000..27b0724 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_podcast.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_tab_feed.png b/bin/res/crunch/drawable-hdpi/ic_tab_feed.png new file mode 100644 index 0000000..ea4800d Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_tab_feed.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_tab_search.png b/bin/res/crunch/drawable-hdpi/ic_tab_search.png new file mode 100644 index 0000000..6fb4e2a Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_tab_search.png differ diff --git a/bin/res/crunch/drawable-hdpi/ic_tab_view.png b/bin/res/crunch/drawable-hdpi/ic_tab_view.png new file mode 100644 index 0000000..d3eb2f2 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_tab_view.png differ diff --git a/bin/res/crunch/drawable-hdpi/modify.png b/bin/res/crunch/drawable-hdpi/modify.png new file mode 100644 index 0000000..4dde6e3 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/modify.png differ diff --git a/bin/res/crunch/drawable-hdpi/morei.png b/bin/res/crunch/drawable-hdpi/morei.png new file mode 100644 index 0000000..4cc20d5 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/morei.png differ diff --git a/bin/res/crunch/drawable-hdpi/next.png b/bin/res/crunch/drawable-hdpi/next.png new file mode 100644 index 0000000..60e54e8 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/next.png differ diff --git a/bin/res/crunch/drawable-hdpi/no_network.png b/bin/res/crunch/drawable-hdpi/no_network.png new file mode 100644 index 0000000..bc1aa59 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/no_network.png differ diff --git a/bin/res/crunch/drawable-hdpi/or.png b/bin/res/crunch/drawable-hdpi/or.png new file mode 100644 index 0000000..aa7f4f4 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/or.png differ diff --git a/bin/res/crunch/drawable-hdpi/play.png b/bin/res/crunch/drawable-hdpi/play.png new file mode 100644 index 0000000..bfe1d9e Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/play.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_bg.png b/bin/res/crunch/drawable-hdpi/pli_bg.png new file mode 100644 index 0000000..3ecc617 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_bg.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_backward.png b/bin/res/crunch/drawable-hdpi/pli_btn_backward.png new file mode 100644 index 0000000..176b4ab Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_backward.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_backward_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_backward_pressed.png new file mode 100644 index 0000000..9cfabbc Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_backward_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_forward.png b/bin/res/crunch/drawable-hdpi/pli_btn_forward.png new file mode 100644 index 0000000..2386789 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_forward.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_forward_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_forward_pressed.png new file mode 100644 index 0000000..b4ac90c Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_forward_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_next.png b/bin/res/crunch/drawable-hdpi/pli_btn_next.png new file mode 100644 index 0000000..26d509d Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_next.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_next_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_next_pressed.png new file mode 100644 index 0000000..cf4d4f1 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_next_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_pause.png b/bin/res/crunch/drawable-hdpi/pli_btn_pause.png new file mode 100644 index 0000000..e992be3 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_pause.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_pause_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_pause_pressed.png new file mode 100644 index 0000000..2d86305 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_pause_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_play.png b/bin/res/crunch/drawable-hdpi/pli_btn_play.png new file mode 100644 index 0000000..43739d3 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_play.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_play_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_play_pressed.png new file mode 100644 index 0000000..aa68072 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_play_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_playlist.png b/bin/res/crunch/drawable-hdpi/pli_btn_playlist.png new file mode 100644 index 0000000..f295e4d Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_playlist.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_playlist_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_playlist_pressed.png new file mode 100644 index 0000000..5f80691 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_playlist_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_previous.png b/bin/res/crunch/drawable-hdpi/pli_btn_previous.png new file mode 100644 index 0000000..84d7a18 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_previous.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_previous_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_previous_pressed.png new file mode 100644 index 0000000..54a8502 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_previous_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_repeat.png b/bin/res/crunch/drawable-hdpi/pli_btn_repeat.png new file mode 100644 index 0000000..731d1f7 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_repeat.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_repeat_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_repeat_pressed.png new file mode 100644 index 0000000..5d75732 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_repeat_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_shuffle.png b/bin/res/crunch/drawable-hdpi/pli_btn_shuffle.png new file mode 100644 index 0000000..9678b7f Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_shuffle.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_btn_shuffle_pressed.png b/bin/res/crunch/drawable-hdpi/pli_btn_shuffle_pressed.png new file mode 100644 index 0000000..ff2a07a Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_btn_shuffle_pressed.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_seek_handler.png b/bin/res/crunch/drawable-hdpi/pli_seek_handler.png new file mode 100644 index 0000000..4eb4450 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_seek_handler.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_seekbar_bg.png b/bin/res/crunch/drawable-hdpi/pli_seekbar_bg.png new file mode 100644 index 0000000..4524845 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_seekbar_bg.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_seekbar_progress_blue.png b/bin/res/crunch/drawable-hdpi/pli_seekbar_progress_blue.png new file mode 100644 index 0000000..237e78a Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_seekbar_progress_blue.png differ diff --git a/bin/res/crunch/drawable-hdpi/pli_track_info_bg.png b/bin/res/crunch/drawable-hdpi/pli_track_info_bg.png new file mode 100644 index 0000000..7ea52d6 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/pli_track_info_bg.png differ diff --git a/bin/res/crunch/drawable-hdpi/positive.png b/bin/res/crunch/drawable-hdpi/positive.png new file mode 100644 index 0000000..3c49363 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/positive.png differ diff --git a/bin/res/crunch/drawable-hdpi/qr.png b/bin/res/crunch/drawable-hdpi/qr.png new file mode 100644 index 0000000..fdefa9c Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/qr.png differ diff --git a/bin/res/crunch/drawable-hdpi/query_bookmark.png b/bin/res/crunch/drawable-hdpi/query_bookmark.png new file mode 100644 index 0000000..68fe289 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/query_bookmark.png differ diff --git a/bin/res/crunch/drawable-hdpi/software.png b/bin/res/crunch/drawable-hdpi/software.png new file mode 100644 index 0000000..00d34a8 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/software.png differ diff --git a/bin/res/crunch/drawable-hdpi/svuota.png b/bin/res/crunch/drawable-hdpi/svuota.png new file mode 100644 index 0000000..04c7a3c Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/svuota.png differ diff --git a/bin/res/crunch/drawable-hdpi/synchronize.png b/bin/res/crunch/drawable-hdpi/synchronize.png new file mode 100644 index 0000000..18e1490 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/synchronize.png differ diff --git a/bin/res/crunch/drawable-hdpi/tag.png b/bin/res/crunch/drawable-hdpi/tag.png new file mode 100644 index 0000000..dbad513 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/tag.png differ diff --git a/bin/res/crunch/drawable-hdpi/torrrent.png b/bin/res/crunch/drawable-hdpi/torrrent.png new file mode 100644 index 0000000..bbf49c0 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/torrrent.png differ diff --git a/bin/res/crunch/drawable-hdpi/under_custruction.png b/bin/res/crunch/drawable-hdpi/under_custruction.png new file mode 100644 index 0000000..f89a492 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/under_custruction.png differ diff --git a/bin/res/crunch/drawable-hdpi/video.png b/bin/res/crunch/drawable-hdpi/video.png new file mode 100644 index 0000000..769238b Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/video.png differ diff --git a/bin/res/crunch/drawable-hdpi/warn.png b/bin/res/crunch/drawable-hdpi/warn.png new file mode 100644 index 0000000..a391428 Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/warn.png differ diff --git a/bin/res/crunch/drawable-ldpi/ic_launcher.png b/bin/res/crunch/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..dd7c05b Binary files /dev/null and b/bin/res/crunch/drawable-ldpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-mdpi/ic_launcher.png b/bin/res/crunch/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..85848ff Binary files /dev/null and b/bin/res/crunch/drawable-mdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-xhdpi/ic_launcher.png b/bin/res/crunch/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..916901e Binary files /dev/null and b/bin/res/crunch/drawable-xhdpi/ic_launcher.png differ diff --git a/bin/res/drawable-hdpi/archive.png b/bin/res/drawable-hdpi/archive.png new file mode 100755 index 0000000..d221b93 Binary files /dev/null and b/bin/res/drawable-hdpi/archive.png differ diff --git a/bin/res/drawable-hdpi/audio.png b/bin/res/drawable-hdpi/audio.png new file mode 100755 index 0000000..dfb852d Binary files /dev/null and b/bin/res/drawable-hdpi/audio.png differ diff --git a/bin/res/drawable-hdpi/audio_video.png b/bin/res/drawable-hdpi/audio_video.png new file mode 100755 index 0000000..65c0778 Binary files /dev/null and b/bin/res/drawable-hdpi/audio_video.png differ diff --git a/bin/res/drawable-hdpi/back.png b/bin/res/drawable-hdpi/back.png new file mode 100755 index 0000000..0bb6ad0 Binary files /dev/null and b/bin/res/drawable-hdpi/back.png differ diff --git a/bin/res/drawable-hdpi/button_pause.png b/bin/res/drawable-hdpi/button_pause.png new file mode 100644 index 0000000..74f8694 Binary files /dev/null and b/bin/res/drawable-hdpi/button_pause.png differ diff --git a/bin/res/drawable-hdpi/button_play.png b/bin/res/drawable-hdpi/button_play.png new file mode 100644 index 0000000..1e25597 Binary files /dev/null and b/bin/res/drawable-hdpi/button_play.png differ diff --git a/bin/res/drawable-hdpi/coffee.png b/bin/res/drawable-hdpi/coffee.png new file mode 100755 index 0000000..8aa8d20 Binary files /dev/null and b/bin/res/drawable-hdpi/coffee.png differ diff --git a/bin/res/drawable-hdpi/delete.png b/bin/res/drawable-hdpi/delete.png new file mode 100755 index 0000000..3732a26 Binary files /dev/null and b/bin/res/drawable-hdpi/delete.png differ diff --git a/bin/res/drawable-hdpi/dir.png b/bin/res/drawable-hdpi/dir.png new file mode 100755 index 0000000..144f228 Binary files /dev/null and b/bin/res/drawable-hdpi/dir.png differ diff --git a/bin/res/drawable-hdpi/download.png b/bin/res/drawable-hdpi/download.png new file mode 100755 index 0000000..f17fe02 Binary files /dev/null and b/bin/res/drawable-hdpi/download.png differ diff --git a/bin/res/drawable-hdpi/feedburn_notify.png b/bin/res/drawable-hdpi/feedburn_notify.png new file mode 100755 index 0000000..1df65a3 Binary files /dev/null and b/bin/res/drawable-hdpi/feedburn_notify.png differ diff --git a/bin/res/drawable-hdpi/file.png b/bin/res/drawable-hdpi/file.png new file mode 100755 index 0000000..eb1d8d9 Binary files /dev/null and b/bin/res/drawable-hdpi/file.png differ diff --git a/bin/res/drawable-hdpi/gplay.png b/bin/res/drawable-hdpi/gplay.png new file mode 100755 index 0000000..4dfafbe Binary files /dev/null and b/bin/res/drawable-hdpi/gplay.png differ diff --git a/bin/res/drawable-hdpi/ic_dialog_metadata.png b/bin/res/drawable-hdpi/ic_dialog_metadata.png new file mode 100755 index 0000000..10955e8 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_dialog_metadata.png differ diff --git a/bin/res/drawable-hdpi/ic_launcher_arkiwi.png b/bin/res/drawable-hdpi/ic_launcher_arkiwi.png new file mode 100755 index 0000000..afb92c9 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_launcher_arkiwi.png differ diff --git a/bin/res/drawable-hdpi/ic_menu_about.png b/bin/res/drawable-hdpi/ic_menu_about.png new file mode 100755 index 0000000..f071231 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_menu_about.png differ diff --git a/bin/res/drawable-hdpi/ic_menu_close.png b/bin/res/drawable-hdpi/ic_menu_close.png new file mode 100755 index 0000000..9dba58b Binary files /dev/null and b/bin/res/drawable-hdpi/ic_menu_close.png differ diff --git a/bin/res/drawable-hdpi/ic_menu_order.png b/bin/res/drawable-hdpi/ic_menu_order.png new file mode 100755 index 0000000..adfa8f4 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_menu_order.png differ diff --git a/bin/res/drawable-hdpi/ic_menu_refresh.png b/bin/res/drawable-hdpi/ic_menu_refresh.png new file mode 100755 index 0000000..9ad2764 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_menu_refresh.png differ diff --git a/bin/res/drawable-hdpi/ic_menu_save.png b/bin/res/drawable-hdpi/ic_menu_save.png new file mode 100755 index 0000000..9dc7365 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_menu_save.png differ diff --git a/bin/res/drawable-hdpi/ic_menu_settings.png b/bin/res/drawable-hdpi/ic_menu_settings.png new file mode 100755 index 0000000..490f9c6 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_menu_settings.png differ diff --git a/bin/res/drawable-hdpi/ic_podcast.png b/bin/res/drawable-hdpi/ic_podcast.png new file mode 100644 index 0000000..27b0724 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_podcast.png differ diff --git a/bin/res/drawable-hdpi/ic_tab_feed.png b/bin/res/drawable-hdpi/ic_tab_feed.png new file mode 100755 index 0000000..ea4800d Binary files /dev/null and b/bin/res/drawable-hdpi/ic_tab_feed.png differ diff --git a/bin/res/drawable-hdpi/ic_tab_search.png b/bin/res/drawable-hdpi/ic_tab_search.png new file mode 100755 index 0000000..6fb4e2a Binary files /dev/null and b/bin/res/drawable-hdpi/ic_tab_search.png differ diff --git a/bin/res/drawable-hdpi/ic_tab_view.png b/bin/res/drawable-hdpi/ic_tab_view.png new file mode 100755 index 0000000..d3eb2f2 Binary files /dev/null and b/bin/res/drawable-hdpi/ic_tab_view.png differ diff --git a/bin/res/drawable-hdpi/modify.png b/bin/res/drawable-hdpi/modify.png new file mode 100755 index 0000000..4dde6e3 Binary files /dev/null and b/bin/res/drawable-hdpi/modify.png differ diff --git a/bin/res/drawable-hdpi/morei.png b/bin/res/drawable-hdpi/morei.png new file mode 100755 index 0000000..4cc20d5 Binary files /dev/null and b/bin/res/drawable-hdpi/morei.png differ diff --git a/bin/res/drawable-hdpi/next.png b/bin/res/drawable-hdpi/next.png new file mode 100755 index 0000000..60e54e8 Binary files /dev/null and b/bin/res/drawable-hdpi/next.png differ diff --git a/bin/res/drawable-hdpi/no_network.png b/bin/res/drawable-hdpi/no_network.png new file mode 100755 index 0000000..bc1aa59 Binary files /dev/null and b/bin/res/drawable-hdpi/no_network.png differ diff --git a/bin/res/drawable-hdpi/play.png b/bin/res/drawable-hdpi/play.png new file mode 100755 index 0000000..bfe1d9e Binary files /dev/null and b/bin/res/drawable-hdpi/play.png differ diff --git a/bin/res/drawable-hdpi/pli_bg.png b/bin/res/drawable-hdpi/pli_bg.png new file mode 100644 index 0000000..3ecc617 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_bg.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_backward.png b/bin/res/drawable-hdpi/pli_btn_backward.png new file mode 100644 index 0000000..176b4ab Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_backward.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_backward_pressed.png b/bin/res/drawable-hdpi/pli_btn_backward_pressed.png new file mode 100644 index 0000000..9cfabbc Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_backward_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_forward.png b/bin/res/drawable-hdpi/pli_btn_forward.png new file mode 100644 index 0000000..2386789 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_forward.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_forward_pressed.png b/bin/res/drawable-hdpi/pli_btn_forward_pressed.png new file mode 100644 index 0000000..b4ac90c Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_forward_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_next.png b/bin/res/drawable-hdpi/pli_btn_next.png new file mode 100644 index 0000000..26d509d Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_next.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_next_pressed.png b/bin/res/drawable-hdpi/pli_btn_next_pressed.png new file mode 100644 index 0000000..cf4d4f1 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_next_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_pause.png b/bin/res/drawable-hdpi/pli_btn_pause.png new file mode 100644 index 0000000..e992be3 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_pause.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_pause_pressed.png b/bin/res/drawable-hdpi/pli_btn_pause_pressed.png new file mode 100644 index 0000000..2d86305 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_pause_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_play.png b/bin/res/drawable-hdpi/pli_btn_play.png new file mode 100644 index 0000000..43739d3 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_play.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_play_pressed.png b/bin/res/drawable-hdpi/pli_btn_play_pressed.png new file mode 100644 index 0000000..aa68072 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_play_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_playlist.png b/bin/res/drawable-hdpi/pli_btn_playlist.png new file mode 100644 index 0000000..f295e4d Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_playlist.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_playlist_pressed.png b/bin/res/drawable-hdpi/pli_btn_playlist_pressed.png new file mode 100644 index 0000000..5f80691 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_playlist_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_previous.png b/bin/res/drawable-hdpi/pli_btn_previous.png new file mode 100644 index 0000000..84d7a18 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_previous.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_previous_pressed.png b/bin/res/drawable-hdpi/pli_btn_previous_pressed.png new file mode 100644 index 0000000..54a8502 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_previous_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_repeat.png b/bin/res/drawable-hdpi/pli_btn_repeat.png new file mode 100644 index 0000000..731d1f7 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_repeat.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_repeat_pressed.png b/bin/res/drawable-hdpi/pli_btn_repeat_pressed.png new file mode 100644 index 0000000..5d75732 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_repeat_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_shuffle.png b/bin/res/drawable-hdpi/pli_btn_shuffle.png new file mode 100644 index 0000000..9678b7f Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_shuffle.png differ diff --git a/bin/res/drawable-hdpi/pli_btn_shuffle_pressed.png b/bin/res/drawable-hdpi/pli_btn_shuffle_pressed.png new file mode 100644 index 0000000..ff2a07a Binary files /dev/null and b/bin/res/drawable-hdpi/pli_btn_shuffle_pressed.png differ diff --git a/bin/res/drawable-hdpi/pli_seek_handler.png b/bin/res/drawable-hdpi/pli_seek_handler.png new file mode 100644 index 0000000..4eb4450 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_seek_handler.png differ diff --git a/bin/res/drawable-hdpi/pli_seekbar_bg.png b/bin/res/drawable-hdpi/pli_seekbar_bg.png new file mode 100644 index 0000000..4524845 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_seekbar_bg.png differ diff --git a/bin/res/drawable-hdpi/pli_seekbar_progress_blue.png b/bin/res/drawable-hdpi/pli_seekbar_progress_blue.png new file mode 100644 index 0000000..237e78a Binary files /dev/null and b/bin/res/drawable-hdpi/pli_seekbar_progress_blue.png differ diff --git a/bin/res/drawable-hdpi/pli_track_info_bg.png b/bin/res/drawable-hdpi/pli_track_info_bg.png new file mode 100644 index 0000000..7ea52d6 Binary files /dev/null and b/bin/res/drawable-hdpi/pli_track_info_bg.png differ diff --git a/bin/res/drawable-hdpi/positive.png b/bin/res/drawable-hdpi/positive.png new file mode 100755 index 0000000..3c49363 Binary files /dev/null and b/bin/res/drawable-hdpi/positive.png differ diff --git a/bin/res/drawable-hdpi/qr.png b/bin/res/drawable-hdpi/qr.png new file mode 100755 index 0000000..fdefa9c Binary files /dev/null and b/bin/res/drawable-hdpi/qr.png differ diff --git a/bin/res/drawable-hdpi/query_bookmark.png b/bin/res/drawable-hdpi/query_bookmark.png new file mode 100755 index 0000000..68fe289 Binary files /dev/null and b/bin/res/drawable-hdpi/query_bookmark.png differ diff --git a/bin/res/drawable-hdpi/software.png b/bin/res/drawable-hdpi/software.png new file mode 100755 index 0000000..00d34a8 Binary files /dev/null and b/bin/res/drawable-hdpi/software.png differ diff --git a/bin/res/drawable-hdpi/synchronize.png b/bin/res/drawable-hdpi/synchronize.png new file mode 100755 index 0000000..18e1490 Binary files /dev/null and b/bin/res/drawable-hdpi/synchronize.png differ diff --git a/bin/res/drawable-hdpi/tag.png b/bin/res/drawable-hdpi/tag.png new file mode 100755 index 0000000..dbad513 Binary files /dev/null and b/bin/res/drawable-hdpi/tag.png differ diff --git a/bin/res/drawable-hdpi/torrrent.png b/bin/res/drawable-hdpi/torrrent.png new file mode 100755 index 0000000..bbf49c0 Binary files /dev/null and b/bin/res/drawable-hdpi/torrrent.png differ diff --git a/bin/res/drawable-hdpi/under_custruction.png b/bin/res/drawable-hdpi/under_custruction.png new file mode 100755 index 0000000..f89a492 Binary files /dev/null and b/bin/res/drawable-hdpi/under_custruction.png differ diff --git a/bin/res/drawable-hdpi/url.png b/bin/res/drawable-hdpi/url.png new file mode 100755 index 0000000..5dee22d Binary files /dev/null and b/bin/res/drawable-hdpi/url.png differ diff --git a/bin/res/drawable-hdpi/video.png b/bin/res/drawable-hdpi/video.png new file mode 100755 index 0000000..769238b Binary files /dev/null and b/bin/res/drawable-hdpi/video.png differ diff --git a/bin/res/drawable-hdpi/warn.png b/bin/res/drawable-hdpi/warn.png new file mode 100755 index 0000000..a391428 Binary files /dev/null and b/bin/res/drawable-hdpi/warn.png differ diff --git a/bin/res/drawable-ldpi/ic_launcher.png b/bin/res/drawable-ldpi/ic_launcher.png new file mode 100755 index 0000000..dd7c05b Binary files /dev/null and b/bin/res/drawable-ldpi/ic_launcher.png differ diff --git a/bin/res/drawable-mdpi/ic_launcher.png b/bin/res/drawable-mdpi/ic_launcher.png new file mode 100755 index 0000000..85848ff Binary files /dev/null and b/bin/res/drawable-mdpi/ic_launcher.png differ diff --git a/bin/res/drawable-xhdpi/ic_launcher.png b/bin/res/drawable-xhdpi/ic_launcher.png new file mode 100755 index 0000000..916901e Binary files /dev/null and b/bin/res/drawable-xhdpi/ic_launcher.png differ diff --git a/bin/resources.ap_ b/bin/resources.ap_ new file mode 100644 index 0000000..d4ef501 Binary files /dev/null and b/bin/resources.ap_ differ diff --git a/gen/org/arkiwi/app/BuildConfig.java b/gen/org/arkiwi/app/BuildConfig.java new file mode 100644 index 0000000..7d35f16 --- /dev/null +++ b/gen/org/arkiwi/app/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package org.arkiwi.app; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/gen/org/arkiwi/app/R.java b/gen/org/arkiwi/app/R.java new file mode 100644 index 0000000..8c27d0a --- /dev/null +++ b/gen/org/arkiwi/app/R.java @@ -0,0 +1,427 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package org.arkiwi.app; + +public final class R { + public static final class array { + public static final int app_cache=0x7f06000d; + public static final int app_cache_value=0x7f06000e; + public static final int order_direction=0x7f06000b; + public static final int order_direction_value=0x7f06000c; + public static final int refresh_time=0x7f060003; + public static final int refresh_time_value=0x7f060004; + public static final int search_adv=0x7f060002; + public static final int search_def=0x7f060000; + public static final int search_def_search=0x7f060001; + public static final int view_items_order=0x7f060009; + public static final int view_items_order_value=0x7f06000a; + public static final int view_querys_order=0x7f060007; + public static final int view_querys_order_value=0x7f060008; + public static final int view_tabs=0x7f060005; + public static final int view_tabs_value=0x7f060006; + } + public static final class attr { + } + public static final class dimen { + /** Default screen margins, per the Android Design guidelines. + + Customize dimensions originally defined in res/values/dimens.xml (such as + screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. + + */ + public static final int activity_horizontal_margin=0x7f070000; + public static final int activity_vertical_margin=0x7f070001; + } + public static final class drawable { + public static final int and=0x7f020000; + public static final int archive=0x7f020001; + public static final int audio=0x7f020002; + public static final int audio_player=0x7f020003; + public static final int audio_video=0x7f020004; + public static final int back=0x7f020005; + public static final int button_pause=0x7f020006; + public static final int button_play=0x7f020007; + public static final int coffee=0x7f020008; + public static final int cong=0x7f020009; + public static final int delete=0x7f02000a; + public static final int dir=0x7f02000b; + public static final int download=0x7f02000c; + public static final int feedburn_notify=0x7f02000d; + public static final int file=0x7f02000e; + public static final int gplay=0x7f02000f; + public static final int ic_dialog_metadata=0x7f020010; + public static final int ic_launcher=0x7f020011; + public static final int ic_launcher_arkiwi=0x7f020012; + public static final int ic_menu_about=0x7f020013; + public static final int ic_menu_close=0x7f020014; + public static final int ic_menu_order=0x7f020015; + public static final int ic_menu_refresh=0x7f020016; + public static final int ic_menu_save=0x7f020017; + public static final int ic_menu_settings=0x7f020018; + public static final int ic_podcast=0x7f020019; + public static final int ic_tab_feed=0x7f02001a; + public static final int ic_tab_search=0x7f02001b; + public static final int ic_tab_view=0x7f02001c; + public static final int modify=0x7f02001d; + public static final int morei=0x7f02001e; + public static final int next=0x7f02001f; + public static final int no_network=0x7f020020; + public static final int or=0x7f020021; + public static final int pl_adele=0x7f020022; + public static final int pl_backward=0x7f020023; + public static final int pl_forward=0x7f020024; + public static final int pl_gradient_bg=0x7f020025; + public static final int pl_gradient_bg_hover=0x7f020026; + public static final int pl_list_selector=0x7f020027; + public static final int pl_next=0x7f020028; + public static final int pl_pause=0x7f020029; + public static final int pl_play=0x7f02002a; + public static final int pl_playlist=0x7f02002b; + public static final int pl_previous=0x7f02002c; + public static final int pl_repeat=0x7f02002d; + public static final int pl_repeat_focused=0x7f02002e; + public static final int pl_seekbar_progress=0x7f02002f; + public static final int pl_seekbar_progress_bg=0x7f020030; + public static final int pl_shuffle=0x7f020031; + public static final int pl_shuffle_focused=0x7f020032; + public static final int play=0x7f020033; + public static final int pli_bg=0x7f020034; + public static final int pli_btn_backward=0x7f020035; + public static final int pli_btn_backward_pressed=0x7f020036; + public static final int pli_btn_forward=0x7f020037; + public static final int pli_btn_forward_pressed=0x7f020038; + public static final int pli_btn_next=0x7f020039; + public static final int pli_btn_next_pressed=0x7f02003a; + public static final int pli_btn_pause=0x7f02003b; + public static final int pli_btn_pause_pressed=0x7f02003c; + public static final int pli_btn_play=0x7f02003d; + public static final int pli_btn_play_pressed=0x7f02003e; + public static final int pli_btn_playlist=0x7f02003f; + public static final int pli_btn_playlist_pressed=0x7f020040; + public static final int pli_btn_previous=0x7f020041; + public static final int pli_btn_previous_pressed=0x7f020042; + public static final int pli_btn_repeat=0x7f020043; + public static final int pli_btn_repeat_pressed=0x7f020044; + public static final int pli_btn_shuffle=0x7f020045; + public static final int pli_btn_shuffle_pressed=0x7f020046; + public static final int pli_seek_handler=0x7f020047; + public static final int pli_seekbar_bg=0x7f020048; + public static final int pli_seekbar_progress_blue=0x7f020049; + public static final int pli_track_info_bg=0x7f02004a; + public static final int positive=0x7f02004b; + public static final int qr=0x7f02004c; + public static final int query_bookmark=0x7f02004d; + public static final int software=0x7f02004e; + public static final int svuota=0x7f02004f; + public static final int synchronize=0x7f020050; + public static final int tag=0x7f020051; + public static final int torrrent=0x7f020052; + public static final int under_custruction=0x7f020053; + public static final int video=0x7f020054; + public static final int warn=0x7f020055; + } + public static final class id { + public static final int ExpListViewAdvSearch=0x7f09002a; + public static final int ExpListViewSearched=0x7f09002b; + public static final int TextViewChild01=0x7f090023; + public static final int TextViewGroup=0x7f090024; + public static final int action_settings=0x7f090039; + public static final int adv_search_act=0x7f090029; + public static final int adv_search_btn=0x7f090022; + public static final int adv_search_etContainer=0x7f090020; + public static final int backBtn=0x7f090031; + public static final int btnBackward=0x7f09000f; + public static final int btnForward=0x7f090011; + public static final int btnNext=0x7f090012; + public static final int btnPlay=0x7f090010; + public static final int btnPlaylist=0x7f09000b; + public static final int btnPrevious=0x7f09000e; + public static final int btnRepeat=0x7f090017; + public static final int btnShuffle=0x7f090018; + public static final int button_play=0x7f090038; + public static final int button_stream=0x7f090036; + public static final int datenews=0x7f090003; + public static final int desc=0x7f090002; + public static final int gridView=0x7f090033; + public static final int icon_image=0x7f09002d; + public static final int icon_text=0x7f09002e; + public static final int mediat_audio=0x7f09001e; + public static final int mediat_desc=0x7f09001b; + public static final int mediat_dir=0x7f09001c; + public static final int mediat_help=0x7f09001a; + public static final int mediat_video=0x7f09001d; + public static final int metatag_help=0x7f090021; + public static final int modify_desc_et=0x7f090008; + public static final int modify_desc_tv=0x7f090007; + public static final int modify_title_et=0x7f090006; + public static final int modify_title_tv=0x7f090005; + public static final int navigate=0x7f090030; + public static final int pathBox=0x7f090032; + public static final int player_footer_bg=0x7f09000d; + public static final int player_header_bg=0x7f090009; + public static final int progress_bar=0x7f090037; + public static final int searchBox=0x7f090027; + public static final int searchButton=0x7f090028; + public static final int searchContainer=0x7f090026; + public static final int search_adv=0x7f090019; + public static final int songCurrentDurationLabel=0x7f090015; + public static final int songProgressBar=0x7f090013; + public static final int songThumbnail=0x7f09000c; + public static final int songTitle=0x7f09000a; + public static final int songTotalDurationLabel=0x7f090016; + public static final int spinner_metatag=0x7f09001f; + public static final int surface_view=0x7f090034; + public static final int tabSearchContainer=0x7f090025; + public static final int tabSearchView=0x7f09002f; + public static final int text_kb_streamed=0x7f090035; + public static final int thumbnail=0x7f090000; + public static final int timerDisplay=0x7f090014; + public static final int title=0x7f090001; + public static final int vitamioNotfMsg=0x7f090004; + public static final int widget44=0x7f09002c; + } + public static final class layout { + public static final int archive_list_row=0x7f030000; + public static final int archive_main=0x7f030001; + public static final int bg_player_header=0x7f030002; + public static final int dialog_metadata=0x7f030003; + public static final int dialog_modify=0x7f030004; + public static final int gradient_bg=0x7f030005; + public static final int gradient_bg_hover=0x7f030006; + public static final int pl_bg_player_footer=0x7f030007; + public static final int pl_main=0x7f030008; + public static final int pl_player=0x7f030009; + public static final int pl_playlist=0x7f03000a; + public static final int pl_playlist_item=0x7f03000b; + public static final int pl_rounded_corner=0x7f03000c; + public static final int search_adv_main=0x7f03000d; + public static final int search_exp_listview_child=0x7f03000e; + public static final int search_exp_listview_group=0x7f03000f; + public static final int search_main=0x7f030010; + public static final int tab_main=0x7f030011; + public static final int viewer_grid_ico_txt=0x7f030012; + public static final int viewer_main=0x7f030013; + public static final int vitamio_main=0x7f030014; + public static final int zzz_tutorial3=0x7f030015; + } + public static final class menu { + public static final int search_adv=0x7f080000; + } + public static final class string { + public static final int action_settings=0x7f0500b1; + public static final int app_cache_dialogTitle=0x7f050080; + public static final int app_cache_summary=0x7f050081; + public static final int app_cache_title=0x7f05007f; + public static final int app_category=0x7f05007e; + public static final int app_download_manager_title=0x7f050010; + public static final int app_feed_notify_del=0x7f05000b; + public static final int app_feed_notify_mod=0x7f05000c; + public static final int app_feed_notify_new=0x7f05000a; + public static final int app_feed_notify_title=0x7f050009; + public static final int app_menu=0x7f050001; + public static final int app_name=0x7f050000; + public static final int app_secondText=0x7f050005; + public static final int app_tabFeedArchiveLabel=0x7f050004; + public static final int app_tabSearchLabel=0x7f050002; + public static final int app_tabViewSearchLabel=0x7f050003; + public static final int app_terzoText=0x7f050006; + public static final int app_test_date=0x7f05000f; + public static final int app_update_new_version=0x7f05000e; + public static final int app_update_notify_title=0x7f05000d; + public static final int app_view_back_descr=0x7f050008; + public static final int app_view_grid_type_descr=0x7f050011; + public static final int app_view_hint=0x7f050007; + public static final int diag_act_QR=0x7f05001f; + public static final int diag_act_and=0x7f050023; + public static final int diag_act_delete=0x7f050028; + public static final int diag_act_download=0x7f050021; + public static final int diag_act_meta=0x7f05001e; + public static final int diag_act_modify=0x7f050026; + public static final int diag_act_morei=0x7f050029; + public static final int diag_act_or=0x7f050024; + public static final int diag_act_refresh=0x7f050027; + public static final int diag_act_svuota=0x7f050025; + public static final int diag_act_torrent=0x7f050022; + public static final int diag_act_url=0x7f050020; + public static final int diag_close_msg=0x7f050047; + public static final int diag_close_nobtn=0x7f050049; + public static final int diag_close_title=0x7f050046; + public static final int diag_close_yesbtn=0x7f050048; + public static final int diag_delete_msg=0x7f05004b; + public static final int diag_delete_nobtn=0x7f05004d; + public static final int diag_delete_title=0x7f05004a; + public static final int diag_delete_yesbtn=0x7f05004c; + public static final int diag_info_msg=0x7f05004f; + public static final int diag_info_title=0x7f05004e; + public static final int diag_meta_desc=0x7f050013; + public static final int diag_meta_f_channels=0x7f05001a; + public static final int diag_meta_f_creator=0x7f050019; + public static final int diag_meta_f_duration=0x7f05001d; + public static final int diag_meta_f_licenza=0x7f050017; + public static final int diag_meta_f_rate=0x7f05001b; + public static final int diag_meta_f_size=0x7f05001c; + public static final int diag_meta_f_tag=0x7f050018; + public static final int diag_meta_pubDate=0x7f050016; + public static final int diag_meta_tipo=0x7f050014; + public static final int diag_meta_title=0x7f050012; + public static final int diag_meta_titolo=0x7f050015; + public static final int diag_modify_hint_desc=0x7f05003c; + public static final int diag_modify_hint_title=0x7f05003b; + public static final int diag_modify_ldesc=0x7f050037; + public static final int diag_modify_ltitle=0x7f050038; + public static final int diag_modify_nobtn=0x7f05003a; + public static final int diag_modify_title=0x7f050036; + public static final int diag_modify_yesbtn=0x7f050039; + public static final int diag_morei_desc=0x7f050041; + public static final int diag_morei_feed_title=0x7f050042; + public static final int diag_morei_last=0x7f050040; + public static final int diag_morei_link=0x7f050043; + public static final int diag_morei_qid=0x7f05003e; + public static final int diag_morei_refresh=0x7f05003f; + public static final int diag_morei_title=0x7f05003d; + public static final int diag_sadv_help=0x7f050051; + public static final int diag_sadv_help_title=0x7f050050; + public static final int diag_spinner_http_msg=0x7f050045; + public static final int diag_spinner_http_title=0x7f050044; + public static final int diag_vitamio_notc_msg=0x7f050035; + public static final int diag_vitamio_notc_nomsg=0x7f050034; + public static final int diag_vitamio_notc_title=0x7f050032; + public static final int diag_vitamio_notc_yesmsg=0x7f050033; + public static final int diag_vitamio_notf_msg=0x7f050031; + public static final int diag_vitamio_notf_nomsg=0x7f050030; + public static final int diag_vitamio_notf_title=0x7f05002e; + public static final int diag_vitamio_notf_yesmsg=0x7f05002f; + public static final int diag_wifi_msg=0x7f05002b; + public static final int diag_wifi_no_net=0x7f05002c; + public static final int diag_wifi_title=0x7f05002a; + public static final int diag_wifi_yes=0x7f05002d; + public static final int hello_world=0x7f0500b2; + public static final int key_refresh_service=0x7f050055; + public static final int key_refresh_time=0x7f050056; + public static final int key_soft_transdrone=0x7f050052; + public static final int key_soft_transgui=0x7f050053; + public static final int key_soft_vitamio=0x7f050054; + public static final int key_update_service=0x7f050057; + public static final int menu_arch_ord=0x7f050063; + public static final int menu_arch_refresh=0x7f05005c; + public static final int menu_atab_chiudi=0x7f050059; + public static final int menu_atab_downloadmanager=0x7f05005b; + public static final int menu_atab_info=0x7f05005a; + public static final int menu_atab_pref=0x7f050058; + public static final int menu_sadv_congen=0x7f050061; + public static final int menu_sadv_deleteall=0x7f050060; + public static final int menu_sadv_help=0x7f05005f; + public static final int menu_view_savefeed=0x7f05005d; + public static final int menu_view_xspf=0x7f05005e; + public static final int pl_desc_backward=0x7f05006a; + public static final int pl_desc_forward=0x7f05006b; + public static final int pl_desc_next=0x7f05006c; + public static final int pl_desc_play=0x7f050069; + public static final int pl_desc_playlist=0x7f050066; + public static final int pl_desc_previous=0x7f050068; + public static final int pl_desc_rand=0x7f05006d; + public static final int pl_desc_repeat=0x7f05006e; + public static final int pl_desc_thumb=0x7f050067; + public static final int pl_no_song=0x7f050065; + public static final int refresh_category=0x7f05006f; + public static final int refresh_rss_time_dialogTitle=0x7f050073; + public static final int refresh_rss_time_summary=0x7f050074; + public static final int refresh_rss_time_title=0x7f050072; + public static final int refresh_service_summary=0x7f050071; + public static final int refresh_service_title=0x7f050070; + public static final int rss_type_audio=0x7f05008c; + public static final int rss_type_dir=0x7f05008e; + public static final int rss_type_video=0x7f05008d; + /** ricerche avanzate + */ + public static final int search_adv_act=0x7f0500a1; + public static final int search_adv_album=0x7f0500ae; + public static final int search_adv_autore=0x7f0500a6; + public static final int search_adv_cover=0x7f0500a8; + public static final int search_adv_data=0x7f0500a9; + public static final int search_adv_desc=0x7f0500a5; + public static final int search_adv_durata=0x7f0500aa; + public static final int search_adv_help=0x7f0500a2; + public static final int search_adv_hsize=0x7f0500ab; + public static final int search_adv_prompt=0x7f0500a3; + public static final int search_adv_publisher=0x7f0500a7; + public static final int search_adv_tags=0x7f0500ac; + public static final int search_adv_title=0x7f0500a4; + public static final int search_adv_track=0x7f0500ad; + public static final int search_adv_year=0x7f0500af; + public static final int search_buttonSearch=0x7f050090; + public static final int search_def_audio=0x7f050097; + public static final int search_def_eustacchio=0x7f05009d; + public static final int search_def_home=0x7f050095; + public static final int search_def_mezzoradaria=0x7f05009b; + public static final int search_def_mp38=0x7f05009f; + public static final int search_def_search_audio=0x7f050098; + public static final int search_def_search_eustacchio=0x7f05009e; + public static final int search_def_search_home=0x7f050096; + public static final int search_def_search_mezzoradaria=0x7f05009c; + public static final int search_def_search_mp38=0x7f0500a0; + public static final int search_def_search_video=0x7f05009a; + public static final int search_def_video=0x7f050099; + public static final int search_group_adv=0x7f050091; + public static final int search_group_common=0x7f050092; + public static final int search_group_old=0x7f050093; + public static final int search_no_ricerche=0x7f050094; + public static final int search_scrivi_qui=0x7f05008f; + public static final int soft_category=0x7f050084; + public static final int soft_transdrone_summary=0x7f050089; + public static final int soft_transdrone_title=0x7f050088; + public static final int soft_transgui_summary=0x7f05008b; + public static final int soft_transgui_title=0x7f05008a; + public static final int soft_vitamio_already=0x7f050085; + public static final int soft_vitamio_summary=0x7f050087; + public static final int soft_vitamio_title=0x7f050086; + public static final int submenu_arch_ord=0x7f050064; + public static final int submenu_sadv_congen=0x7f050062; + public static final int title_activity_search_adv=0x7f0500b0; + public static final int toast_add_torrent=0x7f0500bd; + public static final int toast_back_preroot=0x7f0500bf; + public static final int toast_bad_file=0x7f0500c1; + public static final int toast_copy_on_clipboard=0x7f0500bc; + public static final int toast_delete_ok=0x7f0500c5; + public static final int toast_download_blocked=0x7f0500ba; + public static final int toast_download_done=0x7f0500b8; + public static final int toast_download_start=0x7f0500b9; + public static final int toast_file_exist=0x7f0500bb; + public static final int toast_less1_search=0x7f0500b6; + public static final int toast_n_res_mult=0x7f0500b5; + public static final int toast_n_res_singl=0x7f0500b4; + public static final int toast_no_act=0x7f0500c0; + public static final int toast_no_searched=0x7f0500b7; + public static final int toast_pagliaio_down=0x7f0500b3; + public static final int toast_pl_no_next=0x7f0500ca; + public static final int toast_pl_no_prev=0x7f0500cb; + public static final int toast_pl_r_off=0x7f0500c7; + public static final int toast_pl_r_on=0x7f0500c6; + public static final int toast_pl_s_off=0x7f0500c9; + public static final int toast_pl_s_on=0x7f0500c8; + public static final int toast_root=0x7f0500be; + public static final int toast_sadv_already_term=0x7f0500cc; + public static final int toast_save_feed_dberr=0x7f0500c3; + public static final int toast_save_feed_exist=0x7f0500c2; + public static final int toast_save_feed_ok=0x7f0500c4; + public static final int update_service_summary=0x7f050083; + public static final int update_service_title=0x7f050082; + public static final int view_category=0x7f050075; + public static final int view_dialogTitle=0x7f050077; + public static final int view_items_order_summary=0x7f05007d; + public static final int view_items_order_title=0x7f05007c; + public static final int view_order_dialogTitle=0x7f050079; + public static final int view_querys_order_summary=0x7f05007b; + public static final int view_querys_order_title=0x7f05007a; + public static final int view_summary=0x7f050078; + public static final int view_title=0x7f050076; + } + public static final class xml { + public static final int prefs=0x7f040000; + } +} diff --git a/io/vov/a/a.class b/io/vov/a/a.class new file mode 100755 index 0000000..706e82d Binary files /dev/null and b/io/vov/a/a.class differ diff --git a/io/vov/a/b.class b/io/vov/a/b.class new file mode 100755 index 0000000..7ebca47 Binary files /dev/null and b/io/vov/a/b.class differ diff --git a/io/vov/a/c.class b/io/vov/a/c.class new file mode 100755 index 0000000..3d639a4 Binary files /dev/null and b/io/vov/a/c.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnBufferingUpdateListener.class b/io/vov/vitamio/MediaPlayer$OnBufferingUpdateListener.class new file mode 100755 index 0000000..3cf57a5 Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnBufferingUpdateListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnCompletionListener.class b/io/vov/vitamio/MediaPlayer$OnCompletionListener.class new file mode 100755 index 0000000..1853d3e Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnCompletionListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnErrorListener.class b/io/vov/vitamio/MediaPlayer$OnErrorListener.class new file mode 100755 index 0000000..e44bf59 Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnErrorListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnInfoListener.class b/io/vov/vitamio/MediaPlayer$OnInfoListener.class new file mode 100755 index 0000000..3704f52 Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnInfoListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnPreparedListener.class b/io/vov/vitamio/MediaPlayer$OnPreparedListener.class new file mode 100755 index 0000000..a28d9df Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnPreparedListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnSeekCompleteListener.class b/io/vov/vitamio/MediaPlayer$OnSeekCompleteListener.class new file mode 100755 index 0000000..84bb261 Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnSeekCompleteListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnSubtitleUpdateListener.class b/io/vov/vitamio/MediaPlayer$OnSubtitleUpdateListener.class new file mode 100755 index 0000000..3aad9d4 Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnSubtitleUpdateListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$OnVideoSizeChangedListener.class b/io/vov/vitamio/MediaPlayer$OnVideoSizeChangedListener.class new file mode 100755 index 0000000..fe9d43e Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$OnVideoSizeChangedListener.class differ diff --git a/io/vov/vitamio/MediaPlayer$a.class b/io/vov/vitamio/MediaPlayer$a.class new file mode 100755 index 0000000..ebe8374 Binary files /dev/null and b/io/vov/vitamio/MediaPlayer$a.class differ diff --git a/io/vov/vitamio/MediaPlayer.class b/io/vov/vitamio/MediaPlayer.class new file mode 100755 index 0000000..cdc1a9b Binary files /dev/null and b/io/vov/vitamio/MediaPlayer.class differ diff --git a/io/vov/vitamio/Metadata$TimedText.class b/io/vov/vitamio/Metadata$TimedText.class new file mode 100755 index 0000000..b216c72 Binary files /dev/null and b/io/vov/vitamio/Metadata$TimedText.class differ diff --git a/io/vov/vitamio/Metadata.class b/io/vov/vitamio/Metadata.class new file mode 100755 index 0000000..73030a0 Binary files /dev/null and b/io/vov/vitamio/Metadata.class differ diff --git a/io/vov/vitamio/VR$drawable.class b/io/vov/vitamio/VR$drawable.class new file mode 100755 index 0000000..0aaeb68 Binary files /dev/null and b/io/vov/vitamio/VR$drawable.class differ diff --git a/io/vov/vitamio/VR$id.class b/io/vov/vitamio/VR$id.class new file mode 100755 index 0000000..cd8907a Binary files /dev/null and b/io/vov/vitamio/VR$id.class differ diff --git a/io/vov/vitamio/VR$layout.class b/io/vov/vitamio/VR$layout.class new file mode 100755 index 0000000..89e704a Binary files /dev/null and b/io/vov/vitamio/VR$layout.class differ diff --git a/io/vov/vitamio/VR$string.class b/io/vov/vitamio/VR$string.class new file mode 100755 index 0000000..e4a2d0e Binary files /dev/null and b/io/vov/vitamio/VR$string.class differ diff --git a/io/vov/vitamio/VR.class b/io/vov/vitamio/VR.class new file mode 100755 index 0000000..99cc1b4 Binary files /dev/null and b/io/vov/vitamio/VR.class differ diff --git a/io/vov/vitamio/VitamioInstaller$1.class b/io/vov/vitamio/VitamioInstaller$1.class new file mode 100755 index 0000000..2d99fe0 Binary files /dev/null and b/io/vov/vitamio/VitamioInstaller$1.class differ diff --git a/io/vov/vitamio/VitamioInstaller$2.class b/io/vov/vitamio/VitamioInstaller$2.class new file mode 100755 index 0000000..a9e10c6 Binary files /dev/null and b/io/vov/vitamio/VitamioInstaller$2.class differ diff --git a/io/vov/vitamio/VitamioInstaller$3.class b/io/vov/vitamio/VitamioInstaller$3.class new file mode 100755 index 0000000..0209e65 Binary files /dev/null and b/io/vov/vitamio/VitamioInstaller$3.class differ diff --git a/io/vov/vitamio/VitamioInstaller$VitamioNotCompatibleException.class b/io/vov/vitamio/VitamioInstaller$VitamioNotCompatibleException.class new file mode 100755 index 0000000..1fdaa9a Binary files /dev/null and b/io/vov/vitamio/VitamioInstaller$VitamioNotCompatibleException.class differ diff --git a/io/vov/vitamio/VitamioInstaller$VitamioNotFoundException.class b/io/vov/vitamio/VitamioInstaller$VitamioNotFoundException.class new file mode 100755 index 0000000..f42dd2c Binary files /dev/null and b/io/vov/vitamio/VitamioInstaller$VitamioNotFoundException.class differ diff --git a/io/vov/vitamio/VitamioInstaller.class b/io/vov/vitamio/VitamioInstaller.class new file mode 100755 index 0000000..6c87dd1 Binary files /dev/null and b/io/vov/vitamio/VitamioInstaller.class differ diff --git a/io/vov/vitamio/VitamioLicense.class b/io/vov/vitamio/VitamioLicense.class new file mode 100755 index 0000000..1caa0f3 Binary files /dev/null and b/io/vov/vitamio/VitamioLicense.class differ diff --git a/io/vov/vitamio/widget/CenterLayout$LayoutParams.class b/io/vov/vitamio/widget/CenterLayout$LayoutParams.class new file mode 100755 index 0000000..b473220 Binary files /dev/null and b/io/vov/vitamio/widget/CenterLayout$LayoutParams.class differ diff --git a/io/vov/vitamio/widget/CenterLayout.class b/io/vov/vitamio/widget/CenterLayout.class new file mode 100755 index 0000000..5f2573f Binary files /dev/null and b/io/vov/vitamio/widget/CenterLayout.class differ diff --git a/io/vov/vitamio/widget/MediaController$MediaPlayerControl.class b/io/vov/vitamio/widget/MediaController$MediaPlayerControl.class new file mode 100755 index 0000000..8fde5e1 Binary files /dev/null and b/io/vov/vitamio/widget/MediaController$MediaPlayerControl.class differ diff --git a/io/vov/vitamio/widget/MediaController.class b/io/vov/vitamio/widget/MediaController.class new file mode 100755 index 0000000..7f04522 Binary files /dev/null and b/io/vov/vitamio/widget/MediaController.class differ diff --git a/io/vov/vitamio/widget/VideoView.class b/io/vov/vitamio/widget/VideoView.class new file mode 100755 index 0000000..3bdf3df Binary files /dev/null and b/io/vov/vitamio/widget/VideoView.class differ diff --git a/io/vov/vitamio/widget/a.class b/io/vov/vitamio/widget/a.class new file mode 100755 index 0000000..cca7b59 Binary files /dev/null and b/io/vov/vitamio/widget/a.class differ diff --git a/io/vov/vitamio/widget/b.class b/io/vov/vitamio/widget/b.class new file mode 100755 index 0000000..f9f623f Binary files /dev/null and b/io/vov/vitamio/widget/b.class differ diff --git a/io/vov/vitamio/widget/c.class b/io/vov/vitamio/widget/c.class new file mode 100755 index 0000000..8c9916a Binary files /dev/null and b/io/vov/vitamio/widget/c.class differ diff --git a/io/vov/vitamio/widget/d.class b/io/vov/vitamio/widget/d.class new file mode 100755 index 0000000..85d1cce Binary files /dev/null and b/io/vov/vitamio/widget/d.class differ diff --git a/io/vov/vitamio/widget/e.class b/io/vov/vitamio/widget/e.class new file mode 100755 index 0000000..9cc88c2 Binary files /dev/null and b/io/vov/vitamio/widget/e.class differ diff --git a/io/vov/vitamio/widget/f.class b/io/vov/vitamio/widget/f.class new file mode 100755 index 0000000..cc45a9e Binary files /dev/null and b/io/vov/vitamio/widget/f.class differ diff --git a/io/vov/vitamio/widget/g$1.class b/io/vov/vitamio/widget/g$1.class new file mode 100755 index 0000000..2904017 Binary files /dev/null and b/io/vov/vitamio/widget/g$1.class differ diff --git a/io/vov/vitamio/widget/g.class b/io/vov/vitamio/widget/g.class new file mode 100755 index 0000000..10b0caf Binary files /dev/null and b/io/vov/vitamio/widget/g.class differ diff --git a/io/vov/vitamio/widget/h.class b/io/vov/vitamio/widget/h.class new file mode 100755 index 0000000..99be519 Binary files /dev/null and b/io/vov/vitamio/widget/h.class differ diff --git a/io/vov/vitamio/widget/i.class b/io/vov/vitamio/widget/i.class new file mode 100755 index 0000000..dc11195 Binary files /dev/null and b/io/vov/vitamio/widget/i.class differ diff --git a/io/vov/vitamio/widget/j.class b/io/vov/vitamio/widget/j.class new file mode 100755 index 0000000..d143ceb Binary files /dev/null and b/io/vov/vitamio/widget/j.class differ diff --git a/io/vov/vitamio/widget/k.class b/io/vov/vitamio/widget/k.class new file mode 100755 index 0000000..883db4c Binary files /dev/null and b/io/vov/vitamio/widget/k.class differ diff --git a/io/vov/vitamio/widget/l.class b/io/vov/vitamio/widget/l.class new file mode 100755 index 0000000..9899711 Binary files /dev/null and b/io/vov/vitamio/widget/l.class differ diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar new file mode 100644 index 0000000..9056828 Binary files /dev/null and b/libs/android-support-v4.jar differ diff --git a/lint.xml b/lint.xml new file mode 100644 index 0000000..d6404cc --- /dev/null +++ b/lint.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/locale/application_build-en.po b/locale/application_build-en.po new file mode 100644 index 0000000..96d7ac1 --- /dev/null +++ b/locale/application_build-en.po @@ -0,0 +1,92 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "app_name" +msgid "Aarkiwi" +msgstr "" + +msgctxt "app_menu" +msgid "Menu:" +msgstr "" + +msgctxt "app_tabSearchLabel" +msgid "Cerca" +msgstr "" + +msgctxt "app_tabViewSearchLabel" +msgid "Vedi Ricerca" +msgstr "" + +msgctxt "app_tabFeedArchiveLabel" +msgid "Feed" +msgstr "" + +msgctxt "app_secondText" +msgid "search activity" +msgstr "" + +msgctxt "app_terzoText" +msgid "feed activity" +msgstr "" + +msgctxt "app_view_hint" +msgid "./" +msgstr "" + +msgctxt "app_view_back_descr" +msgid "Per tornare indietro nell'albero delle directory" +msgstr "" + +msgctxt "app_feed_notify_title" +msgid "AArkiwi Feeds Updated" +msgstr "" + +msgctxt "app_feed_notify_new" +msgid "nuovi:" +msgstr "" + +msgctxt "app_feed_notify_del" +msgid ", cancellati:" +msgstr "" + +msgctxt "app_feed_notify_mod" +msgid ", modificati:" +msgstr "" + +msgctxt "app_update_notify_title" +msgid "Aggiornamenti per AArkiwi" +msgstr "" + +msgctxt "app_update_new_version" +msgid "E' disponibile una nuova versione di Aarkiwi" +msgstr "" + +msgctxt "app_test_date" +msgid "23/11/2013 05:12 GMT" +msgstr "" + +msgctxt "app_download_manager_title" +msgid "Download da Arkiwi.org" +msgstr "" + +msgctxt "app_view_grid_type_descr" +msgid "tipo di file, generalmente audio o video o cartella" +msgstr "" + diff --git a/locale/application_build-eo.po b/locale/application_build-eo.po new file mode 100644 index 0000000..112b4fe --- /dev/null +++ b/locale/application_build-eo.po @@ -0,0 +1,92 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "app_name" +msgid "Aarkiwi" +msgstr "" + +msgctxt "app_menu" +msgid "Menu:" +msgstr "" + +msgctxt "app_tabSearchLabel" +msgid "Cerca" +msgstr "" + +msgctxt "app_tabViewSearchLabel" +msgid "Vedi Ricerca" +msgstr "" + +msgctxt "app_tabFeedArchiveLabel" +msgid "Feed" +msgstr "" + +msgctxt "app_secondText" +msgid "search activity" +msgstr "" + +msgctxt "app_terzoText" +msgid "feed activity" +msgstr "" + +msgctxt "app_view_hint" +msgid "./" +msgstr "" + +msgctxt "app_view_back_descr" +msgid "Per tornare indietro nell'albero delle directory" +msgstr "" + +msgctxt "app_feed_notify_title" +msgid "AArkiwi Feeds Updated" +msgstr "" + +msgctxt "app_feed_notify_new" +msgid "nuovi:" +msgstr "" + +msgctxt "app_feed_notify_del" +msgid ", cancellati:" +msgstr "" + +msgctxt "app_feed_notify_mod" +msgid ", modificati:" +msgstr "" + +msgctxt "app_update_notify_title" +msgid "Aggiornamenti per AArkiwi" +msgstr "" + +msgctxt "app_update_new_version" +msgid "E' disponibile una nuova versione di Aarkiwi" +msgstr "" + +msgctxt "app_test_date" +msgid "23/11/2013 05:12 GMT" +msgstr "" + +msgctxt "app_download_manager_title" +msgid "Download da Arkiwi.org" +msgstr "" + +msgctxt "app_view_grid_type_descr" +msgid "tipo di file, generalmente audio o video o cartella" +msgstr "" + diff --git a/locale/application_build.pot b/locale/application_build.pot new file mode 100644 index 0000000..d27a0ff --- /dev/null +++ b/locale/application_build.pot @@ -0,0 +1,91 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "app_name" +msgid "Aarkiwi" +msgstr "" + +msgctxt "app_menu" +msgid "Menu:" +msgstr "" + +msgctxt "app_tabSearchLabel" +msgid "Cerca" +msgstr "" + +msgctxt "app_tabViewSearchLabel" +msgid "Vedi Ricerca" +msgstr "" + +msgctxt "app_tabFeedArchiveLabel" +msgid "Feed" +msgstr "" + +msgctxt "app_secondText" +msgid "search activity" +msgstr "" + +msgctxt "app_terzoText" +msgid "feed activity" +msgstr "" + +msgctxt "app_view_hint" +msgid "./" +msgstr "" + +msgctxt "app_view_back_descr" +msgid "Per tornare indietro nell'albero delle directory" +msgstr "" + +msgctxt "app_feed_notify_title" +msgid "AArkiwi Feeds Updated" +msgstr "" + +msgctxt "app_feed_notify_new" +msgid "nuovi:" +msgstr "" + +msgctxt "app_feed_notify_del" +msgid ", cancellati:" +msgstr "" + +msgctxt "app_feed_notify_mod" +msgid ", modificati:" +msgstr "" + +msgctxt "app_update_notify_title" +msgid "Aggiornamenti per AArkiwi" +msgstr "" + +msgctxt "app_update_new_version" +msgid "E' disponibile una nuova versione di Aarkiwi" +msgstr "" + +msgctxt "app_test_date" +msgid "23/11/2013 05:12 GMT" +msgstr "" + +msgctxt "app_download_manager_title" +msgid "Download da Arkiwi.org" +msgstr "" + +msgctxt "app_view_grid_type_descr" +msgid "tipo di file, generalmente audio o video o cartella" +msgstr "" + diff --git a/locale/array-en.po b/locale/array-en.po new file mode 100644 index 0000000..ed4de7e --- /dev/null +++ b/locale/array-en.po @@ -0,0 +1,19 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + diff --git a/locale/array-eo.po b/locale/array-eo.po new file mode 100644 index 0000000..ed4de7e --- /dev/null +++ b/locale/array-eo.po @@ -0,0 +1,19 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + diff --git a/locale/array.pot b/locale/array.pot new file mode 100644 index 0000000..ed4de7e --- /dev/null +++ b/locale/array.pot @@ -0,0 +1,19 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + diff --git a/locale/dialog-en.po b/locale/dialog-en.po new file mode 100644 index 0000000..aca0942 --- /dev/null +++ b/locale/dialog-en.po @@ -0,0 +1,383 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "diag_meta_title" +msgid "Metadata:" +msgstr "" + +msgctxt "diag_meta_desc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_meta_tipo" +msgid "Tipo:" +msgstr "" + +msgctxt "diag_meta_titolo" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_meta_pubDate" +msgid "PubDate:" +msgstr "" + +msgctxt "diag_meta_f_licenza" +msgid "Licenza:" +msgstr "" + +msgctxt "diag_meta_f_tag" +msgid "Tags:" +msgstr "" + +msgctxt "diag_meta_f_creator" +msgid "Creatore:" +msgstr "" + +msgctxt "diag_meta_f_channels" +msgid "Canali:" +msgstr "" + +msgctxt "diag_meta_f_rate" +msgid "SampleRate:" +msgstr "" + +msgctxt "diag_meta_f_size" +msgid "Peso:" +msgstr "" + +msgctxt "diag_meta_f_duration" +msgid "Durata:" +msgstr "" + +msgctxt "diag_act_meta" +msgid "Metadata" +msgstr "" + +msgctxt "diag_act_QR" +msgid "QR Code" +msgstr "" + +msgctxt "diag_act_url" +msgid "Url" +msgstr "" + +msgctxt "diag_act_download" +msgid "Scarica" +msgstr "" + +msgctxt "diag_act_torrent" +msgid "Bitorrent" +msgstr "" + +msgctxt "diag_act_and" +msgid "AND" +msgstr "" + +msgctxt "diag_act_or" +msgid "OR" +msgstr "" + +msgctxt "diag_act_svuota" +msgid "Svuota" +msgstr "" + +msgctxt "diag_act_modify" +msgid "Modifica" +msgstr "" + +msgctxt "diag_act_refresh" +msgid "Aggiorna" +msgstr "" + +msgctxt "diag_act_delete" +msgid "Cancella" +msgstr "" + +msgctxt "diag_act_morei" +msgid "Altre info…" +msgstr "" + +msgctxt "diag_wifi_title" +msgid "Nessuna connessione trovata!" +msgstr "" + +msgctxt "diag_wifi_msg" +msgid "Connettere il telefono al WiFi o alla Connessione Dati." +msgstr "" + +msgctxt "diag_wifi_no_net" +msgid "Prosegui senza conessione" +msgstr "" + +msgctxt "diag_wifi_yes" +msgid "Si, connettimi" +msgstr "" + +msgctxt "diag_vitamio_notf_title" +msgid "Vitamio non trovato." +msgstr "" + +msgctxt "diag_vitamio_notf_yesmsg" +msgid "Si, installalo." +msgstr "" + +msgctxt "diag_vitamio_notf_nomsg" +msgid "No, grazie." +msgstr "" + +msgctxt "diag_vitamio_notf_msg" +msgid "" +"I video/audio pubblicati su <a " +"href=http://www.arkiwi.org>arkiwi</a> hanno licenza <a " +"href=http://www.creativecommons.it/>Creative Common</a> e sono " +"encodati col formato aperto <a href=http://www.theora.org/>Ogg " +"Theora</a>/Ogg Vorbis. Il <b>player di android non supporta " +"questo formato</b>, è quindi indispensabile installare per poter " +"vedere/ascoltare i video/audio correttamente <a " +"href=http://vov.io/vitamio/>Vitamio</a>. " +"<br><br>Vuoi installare vitamio?" +msgstr "" + +msgctxt "diag_vitamio_notc_title" +msgid "Versione non compatibile!" +msgstr "" + +msgctxt "diag_vitamio_notc_yesmsg" +msgid "Si, cerca." +msgstr "" + +msgctxt "diag_vitamio_notc_nomsg" +msgid "No, tnx." +msgstr "" + +msgctxt "diag_vitamio_notc_msg" +msgid "" +"Il tuo device potrebbe essere <b>non compatibile</b> con la " +"versione di <a href=http://vov.io/vitamio/>Vitamio</a> " +"installata, oppure potrebbe non esserci una versione per il tuo telefono." +" <br><br> Vuoi provare a cercarla comunque sul market di " +"android?" +msgstr "" + +msgctxt "diag_modify_title" +msgid "Edita le etichette:" +msgstr "" + +msgctxt "diag_modify_ldesc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_modify_ltitle" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_modify_yesbtn" +msgid "Si, modifica." +msgstr "" + +msgctxt "diag_modify_nobtn" +msgid "Indietro" +msgstr "" + +msgctxt "diag_modify_hint_title" +msgid "Inserisci un titolo" +msgstr "" + +msgctxt "diag_modify_hint_desc" +msgid "Inserisci una descrizione" +msgstr "" + +msgctxt "diag_morei_title" +msgid "Informazioni:" +msgstr "" + +msgctxt "diag_morei_qid" +msgid "Feed App id:" +msgstr "" + +msgctxt "diag_morei_refresh" +msgid "Refresh:" +msgstr "" + +msgctxt "diag_morei_last" +msgid "PubDate:" +msgstr "" + +msgctxt "diag_morei_desc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_morei_feed_title" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_morei_link" +msgid "Link:" +msgstr "" + +msgctxt "diag_spinner_http_title" +msgid "HTTP Connection" +msgstr "" + +msgctxt "diag_spinner_http_msg" +msgid "Connecting…" +msgstr "" + +msgctxt "diag_close_title" +msgid "Chiudere l'applicazione?" +msgstr "" + +msgctxt "diag_close_msg" +msgid "" +"Chiudendo l'applicazione in questo modo, nel caso fosse avviato, verrà " +"spento anche il processo che aggiorna i feed rss archiviati " +"silenziosamente. Sei sicuro di voler proseguire?" +msgstr "" + +msgctxt "diag_close_yesbtn" +msgid "Si, spegni" +msgstr "" + +msgctxt "diag_close_nobtn" +msgid "Nope" +msgstr "" + +msgctxt "diag_delete_title" +msgid "ATTENZIONE! Eliminare il feed?" +msgstr "" + +msgctxt "diag_delete_msg" +msgid "" +"Eliminando il feed verranno persi gli eventuali settaggi e lo stato sul " +"feed e sugli item. Si è certi di voler continuare?" +msgstr "" + +msgctxt "diag_delete_yesbtn" +msgid "Si, elimina" +msgstr "" + +msgctxt "diag_delete_nobtn" +msgid "No.. no." +msgstr "" + +msgctxt "diag_info_title" +msgid "Info::Licenze::Crediti::ChangeLog::Ringraziamenti" +msgstr "" + +#, c-format +msgctxt "diag_info_msg" +msgid "" +"<b>##Info##</b><br> - sito dell'applicazione <a " +"href=http://app.arkiwi.org>AArkiwi</a><br> - <a " +"href=http://app.arkiwi.org/docs/CREDITI>CREDITI</a><br> - " +"<a " +"href=http://app.arkiwi.org/docs/CHANGELOG>CHANGELOG</a><br>" +" - <a href=http://app.arkiwi.org/docs/TODO>TODO</a><br>" +" - sito del archivio::<a " +"href=http://www.arkiwi.org>arkiwi.org</a><br> - client " +"remoto per bitorrent GPL con il quale aarkiwi si interfaccia::<a " +"href=www.transdroid.org>Transandroid</a><br> - libreria " +"per il player::<a " +"href=http://vov.io/vitamio>Vitamio</a><br> - icone::<a " +"href=http://www.iconfinder.com/search/?q=iconset%3Asuper-mono-sticker>" +";super-mono-sticker</a><br> <br><br> " +"<b>##Licenze##</b><br> - AArkiwi è distribuito con " +"<a href=http://it.wikipedia.org/wiki/Licenze_BSD>licenza " +"BSD</a>.<br> - Il set di icone Super Mono Stickers con <a " +"href=http://creativecommons.org/licenses/by/3.0/>licenza CC-" +"BY-3.0</a><br> - Vitamio usa software OpenSource come ad " +"esempio FFmpeg, ma non lo è. <a " +"href=http://vov.io/vitamio/term.html>Qua</a> è possibile " +"approfondire la sua licenza.<br><br> Aiuti e suggerimenti " +"concreti che prevedono la sostituzione di Vitamio con software non " +"proprietario per risolvere il problema di playare video in Ogg Theora è " +"fortemente desiderato e ben accettato.<br> Una possibile approccio " +"è il progetto <a href=https://github.com/jhotovy/android-ffmpeg>" +";android-ffmpeg</a><br> <br> " +"------------------------<br> [The BSD License]<br> Copyright " +"© 2012-2015, Andrea Ginesi<br> All rights reserved.<br> " +"<br> Redistribution and use in source and binary forms, with or " +"without modification, are permitted provided that the following " +"conditions are met:<br><br> * Redistributions of source code " +"must retain the above copyright notice, this list of conditions and the " +"following disclaimer.<br> * Redistributions in binary form must " +"reproduce the above copyright notice, this list of conditions and the " +"following disclaimer in the documentation and/or other materials provided" +" with the distribution.<br> * Neither the name of the author nor " +"the names of its contributors may be used to endorse or promote products " +"derived from this software without specific prior written " +"permission.<br> <br> THIS SOFTWARE IS PROVIDED BY THE " +"COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED " +"WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF " +"MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN " +"NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY " +"DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL " +"DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS " +"OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) " +"HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, " +"STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN " +"ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE " +"POSSIBILITY OF SUCH DAMAGE." +msgstr "" + +msgctxt "diag_sadv_help_title" +msgid "Come usare le ricerche avanzate:" +msgstr "" + +msgctxt "diag_sadv_help" +msgid "" +"L'interfaccia vorrebbe agevolare l'utilizzo di ricerche complesse per " +"sfruttare al meglio la complessità con la quale è stata implementata " +"questa funzione in arkiwi mediante la <a " +"href=https://lucene.apache.org/core/3_0_3/queryparsersyntax.html>sintassi" +" di lucene</a> e la potenza dei metadati con tanta accortezza " +"compilati dagli utenti. <br><br> L'interfaccia però non " +"consente una pari espressività nei confronti della scrittura diretta " +"nella EditView e non è nemmeno ciò che si prefigge. <br><br> " +"La classica ricerca, scrivendo una o più parole nell'apposito campo, ha " +"come risultato implicito un interrogazione di tipo: <br><br> " +"<b>title: ( \"parola1\" OR \"parola2\")</b> " +"<br><br> E' però anche possibile effettuare interrogazioni " +"che consentono un filtro del risultato del tipo: <br><br> " +"<b>author: ( \"xm24\" OR \"teleimmagini\" ) AND mediatype: ( audio " +"OR video )</b> <br><br> o anche: <br><br> " +"<b>title: xm24 AND date: 2013-09-12</b> <br><br> " +"Questi sono <b>solo</b> alcuni esempi. Molto importante " +"<b>sono le cungiunzioni che uniscono i termini</b> (es. l'AND" +" tra \"title\" e \"date\") settata di default a AND e cambiabile " +"globalmente tramite il bottone menù. O le <b>congiunzioni tra le " +"parole</b> di un termine (es. l'OR contenuto nelle parentesi del " +"termin author\") cambiabile per ogni termine \n" +" \t mediante il longclick sulla EditView. \n" +" \t <br><br>\n" +" \t All'interno di una EditView è considerata una parola \n" +" \t ciò che è scritto fino al <b>separatore virgola " +"\",\"</b>. \n" +" \t (es. pierino e il lupo, traviata - sono 2 parole) \n" +" \t così da far evitare la digitazione dei fastidiosi doppi \n" +" \t apici d'inizio e di fine per delimitare la parola.\n" +" \t <br><br>\n" +" \t Quindi i termini, le parentesi, le congiunzioni dei \n" +" \t termini, quelli delle parole, i doppi apici vengono \n" +" \t aggiunti in automatico, per questo l'activity è \n" +" \t considerata un aiuto alla realizzazione di ricerche \n" +" \t complesse." +msgstr "" + diff --git a/locale/dialog-eo.po b/locale/dialog-eo.po new file mode 100644 index 0000000..3f9a720 --- /dev/null +++ b/locale/dialog-eo.po @@ -0,0 +1,383 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "diag_meta_title" +msgid "Metadata:" +msgstr "" + +msgctxt "diag_meta_desc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_meta_tipo" +msgid "Tipo:" +msgstr "" + +msgctxt "diag_meta_titolo" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_meta_pubDate" +msgid "PubDate:" +msgstr "" + +msgctxt "diag_meta_f_licenza" +msgid "Licenza:" +msgstr "" + +msgctxt "diag_meta_f_tag" +msgid "Tags:" +msgstr "" + +msgctxt "diag_meta_f_creator" +msgid "Creatore:" +msgstr "" + +msgctxt "diag_meta_f_channels" +msgid "Canali:" +msgstr "" + +msgctxt "diag_meta_f_rate" +msgid "SampleRate:" +msgstr "" + +msgctxt "diag_meta_f_size" +msgid "Peso:" +msgstr "" + +msgctxt "diag_meta_f_duration" +msgid "Durata:" +msgstr "" + +msgctxt "diag_act_meta" +msgid "Metadata" +msgstr "" + +msgctxt "diag_act_QR" +msgid "QR Code" +msgstr "" + +msgctxt "diag_act_url" +msgid "Url" +msgstr "" + +msgctxt "diag_act_download" +msgid "Scarica" +msgstr "" + +msgctxt "diag_act_torrent" +msgid "Bitorrent" +msgstr "" + +msgctxt "diag_act_and" +msgid "AND" +msgstr "" + +msgctxt "diag_act_or" +msgid "OR" +msgstr "" + +msgctxt "diag_act_svuota" +msgid "Svuota" +msgstr "" + +msgctxt "diag_act_modify" +msgid "Modifica" +msgstr "" + +msgctxt "diag_act_refresh" +msgid "Aggiorna" +msgstr "" + +msgctxt "diag_act_delete" +msgid "Cancella" +msgstr "" + +msgctxt "diag_act_morei" +msgid "Altre info…" +msgstr "" + +msgctxt "diag_wifi_title" +msgid "Nessuna connessione trovata!" +msgstr "" + +msgctxt "diag_wifi_msg" +msgid "Connettere il telefono al WiFi o alla Connessione Dati." +msgstr "" + +msgctxt "diag_wifi_no_net" +msgid "Prosegui senza conessione" +msgstr "" + +msgctxt "diag_wifi_yes" +msgid "Si, connettimi" +msgstr "" + +msgctxt "diag_vitamio_notf_title" +msgid "Vitamio non trovato." +msgstr "" + +msgctxt "diag_vitamio_notf_yesmsg" +msgid "Si, installalo." +msgstr "" + +msgctxt "diag_vitamio_notf_nomsg" +msgid "No, grazie." +msgstr "" + +msgctxt "diag_vitamio_notf_msg" +msgid "" +"I video/audio pubblicati su <a " +"href=http://www.arkiwi.org>arkiwi</a> hanno licenza <a " +"href=http://www.creativecommons.it/>Creative Common</a> e sono " +"encodati col formato aperto <a href=http://www.theora.org/>Ogg " +"Theora</a>/Ogg Vorbis. Il <b>player di android non supporta " +"questo formato</b>, è quindi indispensabile installare per poter " +"vedere/ascoltare i video/audio correttamente <a " +"href=http://vov.io/vitamio/>Vitamio</a>. " +"<br><br>Vuoi installare vitamio?" +msgstr "" + +msgctxt "diag_vitamio_notc_title" +msgid "Versione non compatibile!" +msgstr "" + +msgctxt "diag_vitamio_notc_yesmsg" +msgid "Si, cerca." +msgstr "" + +msgctxt "diag_vitamio_notc_nomsg" +msgid "No, tnx." +msgstr "" + +msgctxt "diag_vitamio_notc_msg" +msgid "" +"Il tuo device potrebbe essere <b>non compatibile</b> con la " +"versione di <a href=http://vov.io/vitamio/>Vitamio</a> " +"installata, oppure potrebbe non esserci una versione per il tuo telefono." +" <br><br> Vuoi provare a cercarla comunque sul market di " +"android?" +msgstr "" + +msgctxt "diag_modify_title" +msgid "Edita le etichette:" +msgstr "" + +msgctxt "diag_modify_ldesc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_modify_ltitle" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_modify_yesbtn" +msgid "Si, modifica." +msgstr "" + +msgctxt "diag_modify_nobtn" +msgid "Indietro" +msgstr "" + +msgctxt "diag_modify_hint_title" +msgid "Inserisci un titolo" +msgstr "" + +msgctxt "diag_modify_hint_desc" +msgid "Inserisci una descrizione" +msgstr "" + +msgctxt "diag_morei_title" +msgid "Informazioni:" +msgstr "" + +msgctxt "diag_morei_qid" +msgid "Feed App id:" +msgstr "" + +msgctxt "diag_morei_refresh" +msgid "Refresh:" +msgstr "" + +msgctxt "diag_morei_last" +msgid "PubDate:" +msgstr "" + +msgctxt "diag_morei_desc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_morei_feed_title" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_morei_link" +msgid "Link:" +msgstr "" + +msgctxt "diag_spinner_http_title" +msgid "HTTP Connection" +msgstr "" + +msgctxt "diag_spinner_http_msg" +msgid "Connecting…" +msgstr "" + +msgctxt "diag_close_title" +msgid "Chiudere l'applicazione?" +msgstr "" + +msgctxt "diag_close_msg" +msgid "" +"Chiudendo l'applicazione in questo modo, nel caso fosse avviato, verrà " +"spento anche il processo che aggiorna i feed rss archiviati " +"silenziosamente. Sei sicuro di voler proseguire?" +msgstr "" + +msgctxt "diag_close_yesbtn" +msgid "Si, spegni" +msgstr "" + +msgctxt "diag_close_nobtn" +msgid "Nope" +msgstr "" + +msgctxt "diag_delete_title" +msgid "ATTENZIONE! Eliminare il feed?" +msgstr "" + +msgctxt "diag_delete_msg" +msgid "" +"Eliminando il feed verranno persi gli eventuali settaggi e lo stato sul " +"feed e sugli item. Si è certi di voler continuare?" +msgstr "" + +msgctxt "diag_delete_yesbtn" +msgid "Si, elimina" +msgstr "" + +msgctxt "diag_delete_nobtn" +msgid "No.. no." +msgstr "" + +msgctxt "diag_info_title" +msgid "Info::Licenze::Crediti::ChangeLog::Ringraziamenti" +msgstr "" + +#, c-format +msgctxt "diag_info_msg" +msgid "" +"<b>##Info##</b><br> - sito dell'applicazione <a " +"href=http://app.arkiwi.org>AArkiwi</a><br> - <a " +"href=http://app.arkiwi.org/docs/CREDITI>CREDITI</a><br> - " +"<a " +"href=http://app.arkiwi.org/docs/CHANGELOG>CHANGELOG</a><br>" +" - <a href=http://app.arkiwi.org/docs/TODO>TODO</a><br>" +" - sito del archivio::<a " +"href=http://www.arkiwi.org>arkiwi.org</a><br> - client " +"remoto per bitorrent GPL con il quale aarkiwi si interfaccia::<a " +"href=www.transdroid.org>Transandroid</a><br> - libreria " +"per il player::<a " +"href=http://vov.io/vitamio>Vitamio</a><br> - icone::<a " +"href=http://www.iconfinder.com/search/?q=iconset%3Asuper-mono-sticker>" +";super-mono-sticker</a><br> <br><br> " +"<b>##Licenze##</b><br> - AArkiwi è distribuito con " +"<a href=http://it.wikipedia.org/wiki/Licenze_BSD>licenza " +"BSD</a>.<br> - Il set di icone Super Mono Stickers con <a " +"href=http://creativecommons.org/licenses/by/3.0/>licenza CC-" +"BY-3.0</a><br> - Vitamio usa software OpenSource come ad " +"esempio FFmpeg, ma non lo è. <a " +"href=http://vov.io/vitamio/term.html>Qua</a> è possibile " +"approfondire la sua licenza.<br><br> Aiuti e suggerimenti " +"concreti che prevedono la sostituzione di Vitamio con software non " +"proprietario per risolvere il problema di playare video in Ogg Theora è " +"fortemente desiderato e ben accettato.<br> Una possibile approccio " +"è il progetto <a href=https://github.com/jhotovy/android-ffmpeg>" +";android-ffmpeg</a><br> <br> " +"------------------------<br> [The BSD License]<br> Copyright " +"© 2012-2015, Andrea Ginesi<br> All rights reserved.<br> " +"<br> Redistribution and use in source and binary forms, with or " +"without modification, are permitted provided that the following " +"conditions are met:<br><br> * Redistributions of source code " +"must retain the above copyright notice, this list of conditions and the " +"following disclaimer.<br> * Redistributions in binary form must " +"reproduce the above copyright notice, this list of conditions and the " +"following disclaimer in the documentation and/or other materials provided" +" with the distribution.<br> * Neither the name of the author nor " +"the names of its contributors may be used to endorse or promote products " +"derived from this software without specific prior written " +"permission.<br> <br> THIS SOFTWARE IS PROVIDED BY THE " +"COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED " +"WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF " +"MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN " +"NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY " +"DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL " +"DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS " +"OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) " +"HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, " +"STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN " +"ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE " +"POSSIBILITY OF SUCH DAMAGE." +msgstr "" + +msgctxt "diag_sadv_help_title" +msgid "Come usare le ricerche avanzate:" +msgstr "" + +msgctxt "diag_sadv_help" +msgid "" +"L'interfaccia vorrebbe agevolare l'utilizzo di ricerche complesse per " +"sfruttare al meglio la complessità con la quale è stata implementata " +"questa funzione in arkiwi mediante la <a " +"href=https://lucene.apache.org/core/3_0_3/queryparsersyntax.html>sintassi" +" di lucene</a> e la potenza dei metadati con tanta accortezza " +"compilati dagli utenti. <br><br> L'interfaccia però non " +"consente una pari espressività nei confronti della scrittura diretta " +"nella EditView e non è nemmeno ciò che si prefigge. <br><br> " +"La classica ricerca, scrivendo una o più parole nell'apposito campo, ha " +"come risultato implicito un interrogazione di tipo: <br><br> " +"<b>title: ( \"parola1\" OR \"parola2\")</b> " +"<br><br> E' però anche possibile effettuare interrogazioni " +"che consentono un filtro del risultato del tipo: <br><br> " +"<b>author: ( \"xm24\" OR \"teleimmagini\" ) AND mediatype: ( audio " +"OR video )</b> <br><br> o anche: <br><br> " +"<b>title: xm24 AND date: 2013-09-12</b> <br><br> " +"Questi sono <b>solo</b> alcuni esempi. Molto importante " +"<b>sono le cungiunzioni che uniscono i termini</b> (es. l'AND" +" tra \"title\" e \"date\") settata di default a AND e cambiabile " +"globalmente tramite il bottone menù. O le <b>congiunzioni tra le " +"parole</b> di un termine (es. l'OR contenuto nelle parentesi del " +"termin author\") cambiabile per ogni termine \n" +" \t mediante il longclick sulla EditView. \n" +" \t <br><br>\n" +" \t All'interno di una EditView è considerata una parola \n" +" \t ciò che è scritto fino al <b>separatore virgola " +"\",\"</b>. \n" +" \t (es. pierino e il lupo, traviata - sono 2 parole) \n" +" \t così da far evitare la digitazione dei fastidiosi doppi \n" +" \t apici d'inizio e di fine per delimitare la parola.\n" +" \t <br><br>\n" +" \t Quindi i termini, le parentesi, le congiunzioni dei \n" +" \t termini, quelli delle parole, i doppi apici vengono \n" +" \t aggiunti in automatico, per questo l'activity è \n" +" \t considerata un aiuto alla realizzazione di ricerche \n" +" \t complesse." +msgstr "" + diff --git a/locale/dialog.pot b/locale/dialog.pot new file mode 100644 index 0000000..e5a2e2b --- /dev/null +++ b/locale/dialog.pot @@ -0,0 +1,382 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "diag_meta_title" +msgid "Metadata:" +msgstr "" + +msgctxt "diag_meta_desc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_meta_tipo" +msgid "Tipo:" +msgstr "" + +msgctxt "diag_meta_titolo" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_meta_pubDate" +msgid "PubDate:" +msgstr "" + +msgctxt "diag_meta_f_licenza" +msgid "Licenza:" +msgstr "" + +msgctxt "diag_meta_f_tag" +msgid "Tags:" +msgstr "" + +msgctxt "diag_meta_f_creator" +msgid "Creatore:" +msgstr "" + +msgctxt "diag_meta_f_channels" +msgid "Canali:" +msgstr "" + +msgctxt "diag_meta_f_rate" +msgid "SampleRate:" +msgstr "" + +msgctxt "diag_meta_f_size" +msgid "Peso:" +msgstr "" + +msgctxt "diag_meta_f_duration" +msgid "Durata:" +msgstr "" + +msgctxt "diag_act_meta" +msgid "Metadata" +msgstr "" + +msgctxt "diag_act_QR" +msgid "QR Code" +msgstr "" + +msgctxt "diag_act_url" +msgid "Url" +msgstr "" + +msgctxt "diag_act_download" +msgid "Scarica" +msgstr "" + +msgctxt "diag_act_torrent" +msgid "Bitorrent" +msgstr "" + +msgctxt "diag_act_and" +msgid "AND" +msgstr "" + +msgctxt "diag_act_or" +msgid "OR" +msgstr "" + +msgctxt "diag_act_svuota" +msgid "Svuota" +msgstr "" + +msgctxt "diag_act_modify" +msgid "Modifica" +msgstr "" + +msgctxt "diag_act_refresh" +msgid "Aggiorna" +msgstr "" + +msgctxt "diag_act_delete" +msgid "Cancella" +msgstr "" + +msgctxt "diag_act_morei" +msgid "Altre info…" +msgstr "" + +msgctxt "diag_wifi_title" +msgid "Nessuna connessione trovata!" +msgstr "" + +msgctxt "diag_wifi_msg" +msgid "Connettere il telefono al WiFi o alla Connessione Dati." +msgstr "" + +msgctxt "diag_wifi_no_net" +msgid "Prosegui senza conessione" +msgstr "" + +msgctxt "diag_wifi_yes" +msgid "Si, connettimi" +msgstr "" + +msgctxt "diag_vitamio_notf_title" +msgid "Vitamio non trovato." +msgstr "" + +msgctxt "diag_vitamio_notf_yesmsg" +msgid "Si, installalo." +msgstr "" + +msgctxt "diag_vitamio_notf_nomsg" +msgid "No, grazie." +msgstr "" + +msgctxt "diag_vitamio_notf_msg" +msgid "" +"I video/audio pubblicati su <a " +"href=http://www.arkiwi.org>arkiwi</a> hanno licenza <a " +"href=http://www.creativecommons.it/>Creative Common</a> e sono " +"encodati col formato aperto <a href=http://www.theora.org/>Ogg " +"Theora</a>/Ogg Vorbis. Il <b>player di android non supporta " +"questo formato</b>, è quindi indispensabile installare per poter " +"vedere/ascoltare i video/audio correttamente <a " +"href=http://vov.io/vitamio/>Vitamio</a>. " +"<br><br>Vuoi installare vitamio?" +msgstr "" + +msgctxt "diag_vitamio_notc_title" +msgid "Versione non compatibile!" +msgstr "" + +msgctxt "diag_vitamio_notc_yesmsg" +msgid "Si, cerca." +msgstr "" + +msgctxt "diag_vitamio_notc_nomsg" +msgid "No, tnx." +msgstr "" + +msgctxt "diag_vitamio_notc_msg" +msgid "" +"Il tuo device potrebbe essere <b>non compatibile</b> con la " +"versione di <a href=http://vov.io/vitamio/>Vitamio</a> " +"installata, oppure potrebbe non esserci una versione per il tuo telefono." +" <br><br> Vuoi provare a cercarla comunque sul market di " +"android?" +msgstr "" + +msgctxt "diag_modify_title" +msgid "Edita le etichette:" +msgstr "" + +msgctxt "diag_modify_ldesc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_modify_ltitle" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_modify_yesbtn" +msgid "Si, modifica." +msgstr "" + +msgctxt "diag_modify_nobtn" +msgid "Indietro" +msgstr "" + +msgctxt "diag_modify_hint_title" +msgid "Inserisci un titolo" +msgstr "" + +msgctxt "diag_modify_hint_desc" +msgid "Inserisci una descrizione" +msgstr "" + +msgctxt "diag_morei_title" +msgid "Informazioni:" +msgstr "" + +msgctxt "diag_morei_qid" +msgid "Feed App id:" +msgstr "" + +msgctxt "diag_morei_refresh" +msgid "Refresh:" +msgstr "" + +msgctxt "diag_morei_last" +msgid "PubDate:" +msgstr "" + +msgctxt "diag_morei_desc" +msgid "Descrizione:" +msgstr "" + +msgctxt "diag_morei_feed_title" +msgid "Titolo:" +msgstr "" + +msgctxt "diag_morei_link" +msgid "Link:" +msgstr "" + +msgctxt "diag_spinner_http_title" +msgid "HTTP Connection" +msgstr "" + +msgctxt "diag_spinner_http_msg" +msgid "Connecting…" +msgstr "" + +msgctxt "diag_close_title" +msgid "Chiudere l'applicazione?" +msgstr "" + +msgctxt "diag_close_msg" +msgid "" +"Chiudendo l'applicazione in questo modo, nel caso fosse avviato, verrà " +"spento anche il processo che aggiorna i feed rss archiviati " +"silenziosamente. Sei sicuro di voler proseguire?" +msgstr "" + +msgctxt "diag_close_yesbtn" +msgid "Si, spegni" +msgstr "" + +msgctxt "diag_close_nobtn" +msgid "Nope" +msgstr "" + +msgctxt "diag_delete_title" +msgid "ATTENZIONE! Eliminare il feed?" +msgstr "" + +msgctxt "diag_delete_msg" +msgid "" +"Eliminando il feed verranno persi gli eventuali settaggi e lo stato sul " +"feed e sugli item. Si è certi di voler continuare?" +msgstr "" + +msgctxt "diag_delete_yesbtn" +msgid "Si, elimina" +msgstr "" + +msgctxt "diag_delete_nobtn" +msgid "No.. no." +msgstr "" + +msgctxt "diag_info_title" +msgid "Info::Licenze::Crediti::ChangeLog::Ringraziamenti" +msgstr "" + +#, c-format +msgctxt "diag_info_msg" +msgid "" +"<b>##Info##</b><br> - sito dell'applicazione <a " +"href=http://app.arkiwi.org>AArkiwi</a><br> - <a " +"href=http://app.arkiwi.org/docs/CREDITI>CREDITI</a><br> - " +"<a " +"href=http://app.arkiwi.org/docs/CHANGELOG>CHANGELOG</a><br>" +" - <a href=http://app.arkiwi.org/docs/TODO>TODO</a><br>" +" - sito del archivio::<a " +"href=http://www.arkiwi.org>arkiwi.org</a><br> - client " +"remoto per bitorrent GPL con il quale aarkiwi si interfaccia::<a " +"href=www.transdroid.org>Transandroid</a><br> - libreria " +"per il player::<a " +"href=http://vov.io/vitamio>Vitamio</a><br> - icone::<a " +"href=http://www.iconfinder.com/search/?q=iconset%3Asuper-mono-sticker>" +";super-mono-sticker</a><br> <br><br> " +"<b>##Licenze##</b><br> - AArkiwi è distribuito con " +"<a href=http://it.wikipedia.org/wiki/Licenze_BSD>licenza " +"BSD</a>.<br> - Il set di icone Super Mono Stickers con <a " +"href=http://creativecommons.org/licenses/by/3.0/>licenza CC-" +"BY-3.0</a><br> - Vitamio usa software OpenSource come ad " +"esempio FFmpeg, ma non lo è. <a " +"href=http://vov.io/vitamio/term.html>Qua</a> è possibile " +"approfondire la sua licenza.<br><br> Aiuti e suggerimenti " +"concreti che prevedono la sostituzione di Vitamio con software non " +"proprietario per risolvere il problema di playare video in Ogg Theora è " +"fortemente desiderato e ben accettato.<br> Una possibile approccio " +"è il progetto <a href=https://github.com/jhotovy/android-ffmpeg>" +";android-ffmpeg</a><br> <br> " +"------------------------<br> [The BSD License]<br> Copyright " +"© 2012-2015, Andrea Ginesi<br> All rights reserved.<br> " +"<br> Redistribution and use in source and binary forms, with or " +"without modification, are permitted provided that the following " +"conditions are met:<br><br> * Redistributions of source code " +"must retain the above copyright notice, this list of conditions and the " +"following disclaimer.<br> * Redistributions in binary form must " +"reproduce the above copyright notice, this list of conditions and the " +"following disclaimer in the documentation and/or other materials provided" +" with the distribution.<br> * Neither the name of the author nor " +"the names of its contributors may be used to endorse or promote products " +"derived from this software without specific prior written " +"permission.<br> <br> THIS SOFTWARE IS PROVIDED BY THE " +"COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED " +"WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF " +"MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN " +"NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY " +"DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL " +"DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS " +"OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) " +"HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, " +"STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN " +"ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE " +"POSSIBILITY OF SUCH DAMAGE." +msgstr "" + +msgctxt "diag_sadv_help_title" +msgid "Come usare le ricerche avanzate:" +msgstr "" + +msgctxt "diag_sadv_help" +msgid "" +"L'interfaccia vorrebbe agevolare l'utilizzo di ricerche complesse per " +"sfruttare al meglio la complessità con la quale è stata implementata " +"questa funzione in arkiwi mediante la <a " +"href=https://lucene.apache.org/core/3_0_3/queryparsersyntax.html>sintassi" +" di lucene</a> e la potenza dei metadati con tanta accortezza " +"compilati dagli utenti. <br><br> L'interfaccia però non " +"consente una pari espressività nei confronti della scrittura diretta " +"nella EditView e non è nemmeno ciò che si prefigge. <br><br> " +"La classica ricerca, scrivendo una o più parole nell'apposito campo, ha " +"come risultato implicito un interrogazione di tipo: <br><br> " +"<b>title: ( \"parola1\" OR \"parola2\")</b> " +"<br><br> E' però anche possibile effettuare interrogazioni " +"che consentono un filtro del risultato del tipo: <br><br> " +"<b>author: ( \"xm24\" OR \"teleimmagini\" ) AND mediatype: ( audio " +"OR video )</b> <br><br> o anche: <br><br> " +"<b>title: xm24 AND date: 2013-09-12</b> <br><br> " +"Questi sono <b>solo</b> alcuni esempi. Molto importante " +"<b>sono le cungiunzioni che uniscono i termini</b> (es. l'AND" +" tra \"title\" e \"date\") settata di default a AND e cambiabile " +"globalmente tramite il bottone menù. O le <b>congiunzioni tra le " +"parole</b> di un termine (es. l'OR contenuto nelle parentesi del " +"termin author\") cambiabile per ogni termine \n" +" \t mediante il longclick sulla EditView. \n" +" \t <br><br>\n" +" \t All'interno di una EditView è considerata una parola \n" +" \t ciò che è scritto fino al <b>separatore virgola " +"\",\"</b>. \n" +" \t (es. pierino e il lupo, traviata - sono 2 parole) \n" +" \t così da far evitare la digitazione dei fastidiosi doppi \n" +" \t apici d'inizio e di fine per delimitare la parola.\n" +" \t <br><br>\n" +" \t Quindi i termini, le parentesi, le congiunzioni dei \n" +" \t termini, quelli delle parole, i doppi apici vengono \n" +" \t aggiunti in automatico, per questo l'activity è \n" +" \t considerata un aiuto alla realizzazione di ricerche \n" +" \t complesse." +msgstr "" + diff --git a/locale/key-en.po b/locale/key-en.po new file mode 100644 index 0000000..097f359 --- /dev/null +++ b/locale/key-en.po @@ -0,0 +1,43 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "key_soft_transdrone" +msgid "transdrone" +msgstr "" + +msgctxt "key_soft_transgui" +msgid "transgui" +msgstr "" + +msgctxt "key_soft_vitamio" +msgid "vitamio" +msgstr "" + +msgctxt "key_refresh_service" +msgid "service" +msgstr "" + +msgctxt "key_refresh_time" +msgid "refresh_time" +msgstr "" + +msgctxt "key_update_service" +msgid "update" +msgstr "" + diff --git a/locale/key-eo.po b/locale/key-eo.po new file mode 100644 index 0000000..097f359 --- /dev/null +++ b/locale/key-eo.po @@ -0,0 +1,43 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "key_soft_transdrone" +msgid "transdrone" +msgstr "" + +msgctxt "key_soft_transgui" +msgid "transgui" +msgstr "" + +msgctxt "key_soft_vitamio" +msgid "vitamio" +msgstr "" + +msgctxt "key_refresh_service" +msgid "service" +msgstr "" + +msgctxt "key_refresh_time" +msgid "refresh_time" +msgstr "" + +msgctxt "key_update_service" +msgid "update" +msgstr "" + diff --git a/locale/key.pot b/locale/key.pot new file mode 100644 index 0000000..097f359 --- /dev/null +++ b/locale/key.pot @@ -0,0 +1,43 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "key_soft_transdrone" +msgid "transdrone" +msgstr "" + +msgctxt "key_soft_transgui" +msgid "transgui" +msgstr "" + +msgctxt "key_soft_vitamio" +msgid "vitamio" +msgstr "" + +msgctxt "key_refresh_service" +msgid "service" +msgstr "" + +msgctxt "key_refresh_time" +msgid "refresh_time" +msgstr "" + +msgctxt "key_update_service" +msgid "update" +msgstr "" + diff --git a/locale/menu-en.po b/locale/menu-en.po new file mode 100644 index 0000000..b382a63 --- /dev/null +++ b/locale/menu-en.po @@ -0,0 +1,72 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "menu_atab_pref" +msgid "Preferenze" +msgstr "" + +msgctxt "menu_atab_chiudi" +msgid "Chiudi" +msgstr "" + +msgctxt "menu_atab_info" +msgid "Info" +msgstr "" + +msgctxt "menu_atab_downloadmanager" +msgid "DownloadManager" +msgstr "" + +msgctxt "menu_arch_refresh" +msgid "Aggiorna" +msgstr "" + +msgctxt "menu_view_savefeed" +msgid "Salva Rss" +msgstr "" + +msgctxt "menu_view_xspf" +msgid "PodCast" +msgstr "" + +msgctxt "menu_sadv_help" +msgid "Aiuto!" +msgstr "" + +msgctxt "menu_sadv_deleteall" +msgid "Resetta" +msgstr "" + +msgctxt "menu_sadv_congen" +msgid "Congiunzione" +msgstr "" + +msgctxt "submenu_sadv_congen" +msgid "Scegli la congiunzione tra i termini:" +msgstr "" + +msgctxt "menu_arch_ord" +msgid "Ordinamento" +msgstr "" + +msgctxt "submenu_arch_ord" +msgid "Scegli un ordinamento:" +msgstr "" + diff --git a/locale/menu-eo.po b/locale/menu-eo.po new file mode 100644 index 0000000..5037ad0 --- /dev/null +++ b/locale/menu-eo.po @@ -0,0 +1,72 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "menu_atab_pref" +msgid "Preferenze" +msgstr "" + +msgctxt "menu_atab_chiudi" +msgid "Chiudi" +msgstr "" + +msgctxt "menu_atab_info" +msgid "Info" +msgstr "" + +msgctxt "menu_atab_downloadmanager" +msgid "DownloadManager" +msgstr "" + +msgctxt "menu_arch_refresh" +msgid "Aggiorna" +msgstr "" + +msgctxt "menu_view_savefeed" +msgid "Salva Rss" +msgstr "" + +msgctxt "menu_view_xspf" +msgid "PodCast" +msgstr "" + +msgctxt "menu_sadv_help" +msgid "Aiuto!" +msgstr "" + +msgctxt "menu_sadv_deleteall" +msgid "Resetta" +msgstr "" + +msgctxt "menu_sadv_congen" +msgid "Congiunzione" +msgstr "" + +msgctxt "submenu_sadv_congen" +msgid "Scegli la congiunzione tra i termini:" +msgstr "" + +msgctxt "menu_arch_ord" +msgid "Ordinamento" +msgstr "" + +msgctxt "submenu_arch_ord" +msgid "Scegli un ordinamento:" +msgstr "" + diff --git a/locale/menu.pot b/locale/menu.pot new file mode 100644 index 0000000..52cebb6 --- /dev/null +++ b/locale/menu.pot @@ -0,0 +1,71 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "menu_atab_pref" +msgid "Preferenze" +msgstr "" + +msgctxt "menu_atab_chiudi" +msgid "Chiudi" +msgstr "" + +msgctxt "menu_atab_info" +msgid "Info" +msgstr "" + +msgctxt "menu_atab_downloadmanager" +msgid "DownloadManager" +msgstr "" + +msgctxt "menu_arch_refresh" +msgid "Aggiorna" +msgstr "" + +msgctxt "menu_view_savefeed" +msgid "Salva Rss" +msgstr "" + +msgctxt "menu_view_xspf" +msgid "PodCast" +msgstr "" + +msgctxt "menu_sadv_help" +msgid "Aiuto!" +msgstr "" + +msgctxt "menu_sadv_deleteall" +msgid "Resetta" +msgstr "" + +msgctxt "menu_sadv_congen" +msgid "Congiunzione" +msgstr "" + +msgctxt "submenu_sadv_congen" +msgid "Scegli la congiunzione tra i termini:" +msgstr "" + +msgctxt "menu_arch_ord" +msgid "Ordinamento" +msgstr "" + +msgctxt "submenu_arch_ord" +msgid "Scegli un ordinamento:" +msgstr "" + diff --git a/locale/pl_strings-en.po b/locale/pl_strings-en.po new file mode 100644 index 0000000..819c0cc --- /dev/null +++ b/locale/pl_strings-en.po @@ -0,0 +1,59 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "pl_no_song" +msgid "Non sta suonando nessuna traccia, premi play" +msgstr "" + +msgctxt "pl_desc_playlist" +msgid "visualizza i brasi selezionabili per la riproduzione" +msgstr "" + +msgctxt "pl_desc_thumb" +msgid "immagine descrittiva per la traccia in riproduzione" +msgstr "" + +msgctxt "pl_desc_previous" +msgid "sposta l'indice del riproduttore alla traccia precedente" +msgstr "" + +msgctxt "pl_desc_play" +msgid "avvia la riproduzione" +msgstr "" + +msgctxt "pl_desc_backward" +msgid "sposta velocemente all'indietro nel timing della traccia riprodotta" +msgstr "" + +msgctxt "pl_desc_forward" +msgid "sposta velocemente all'avanti nel timing della traccia riprodotta" +msgstr "" + +msgctxt "pl_desc_next" +msgid "sposta l'indice del riproduttore alla traccia successiva" +msgstr "" + +msgctxt "pl_desc_rand" +msgid "l'andamento della riproduzione della playlist scorre non linearmente" +msgstr "" + +msgctxt "pl_desc_repeat" +msgid "la riproduzione della playlist si ripete" +msgstr "" + diff --git a/locale/pl_strings-eo.po b/locale/pl_strings-eo.po new file mode 100644 index 0000000..819c0cc --- /dev/null +++ b/locale/pl_strings-eo.po @@ -0,0 +1,59 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "pl_no_song" +msgid "Non sta suonando nessuna traccia, premi play" +msgstr "" + +msgctxt "pl_desc_playlist" +msgid "visualizza i brasi selezionabili per la riproduzione" +msgstr "" + +msgctxt "pl_desc_thumb" +msgid "immagine descrittiva per la traccia in riproduzione" +msgstr "" + +msgctxt "pl_desc_previous" +msgid "sposta l'indice del riproduttore alla traccia precedente" +msgstr "" + +msgctxt "pl_desc_play" +msgid "avvia la riproduzione" +msgstr "" + +msgctxt "pl_desc_backward" +msgid "sposta velocemente all'indietro nel timing della traccia riprodotta" +msgstr "" + +msgctxt "pl_desc_forward" +msgid "sposta velocemente all'avanti nel timing della traccia riprodotta" +msgstr "" + +msgctxt "pl_desc_next" +msgid "sposta l'indice del riproduttore alla traccia successiva" +msgstr "" + +msgctxt "pl_desc_rand" +msgid "l'andamento della riproduzione della playlist scorre non linearmente" +msgstr "" + +msgctxt "pl_desc_repeat" +msgid "la riproduzione della playlist si ripete" +msgstr "" + diff --git a/locale/pl_strings.pot b/locale/pl_strings.pot new file mode 100644 index 0000000..819c0cc --- /dev/null +++ b/locale/pl_strings.pot @@ -0,0 +1,59 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "pl_no_song" +msgid "Non sta suonando nessuna traccia, premi play" +msgstr "" + +msgctxt "pl_desc_playlist" +msgid "visualizza i brasi selezionabili per la riproduzione" +msgstr "" + +msgctxt "pl_desc_thumb" +msgid "immagine descrittiva per la traccia in riproduzione" +msgstr "" + +msgctxt "pl_desc_previous" +msgid "sposta l'indice del riproduttore alla traccia precedente" +msgstr "" + +msgctxt "pl_desc_play" +msgid "avvia la riproduzione" +msgstr "" + +msgctxt "pl_desc_backward" +msgid "sposta velocemente all'indietro nel timing della traccia riprodotta" +msgstr "" + +msgctxt "pl_desc_forward" +msgid "sposta velocemente all'avanti nel timing della traccia riprodotta" +msgstr "" + +msgctxt "pl_desc_next" +msgid "sposta l'indice del riproduttore alla traccia successiva" +msgstr "" + +msgctxt "pl_desc_rand" +msgid "l'andamento della riproduzione della playlist scorre non linearmente" +msgstr "" + +msgctxt "pl_desc_repeat" +msgid "la riproduzione della playlist si ripete" +msgstr "" + diff --git a/locale/pref_arrays-en.po b/locale/pref_arrays-en.po new file mode 100644 index 0000000..b77e2aa --- /dev/null +++ b/locale/pref_arrays-en.po @@ -0,0 +1,300 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "refresh_time:0" +msgid "40 secondi" +msgstr "" + +msgctxt "refresh_time:1" +msgid "1 minuto" +msgstr "" + +msgctxt "refresh_time:2" +msgid "10 minuti" +msgstr "" + +msgctxt "refresh_time:3" +msgid "30 minuti" +msgstr "" + +msgctxt "refresh_time:4" +msgid "1 ora" +msgstr "" + +msgctxt "refresh_time:5" +msgid "3 ore" +msgstr "" + +msgctxt "refresh_time:6" +msgid "6 ore" +msgstr "" + +msgctxt "refresh_time:7" +msgid "15 ore" +msgstr "" + +msgctxt "refresh_time:8" +msgid "1 giorno" +msgstr "" + +msgctxt "refresh_time:9" +msgid "3 giorni" +msgstr "" + +msgctxt "refresh_time:10" +msgid "1 settimana" +msgstr "" + +msgctxt "refresh_time_value:0" +msgid "40" +msgstr "" + +msgctxt "refresh_time_value:1" +msgid "60" +msgstr "" + +msgctxt "refresh_time_value:2" +msgid "600" +msgstr "" + +msgctxt "refresh_time_value:3" +msgid "1800" +msgstr "" + +msgctxt "refresh_time_value:4" +msgid "3600" +msgstr "" + +msgctxt "refresh_time_value:5" +msgid "10800" +msgstr "" + +msgctxt "refresh_time_value:6" +msgid "21600" +msgstr "" + +msgctxt "refresh_time_value:7" +msgid "54000" +msgstr "" + +msgctxt "refresh_time_value:8" +msgid "86400" +msgstr "" + +msgctxt "refresh_time_value:9" +msgid "259200" +msgstr "" + +msgctxt "refresh_time_value:10" +msgid "604800" +msgstr "" + +msgctxt "view_tabs:0" +msgid "Cerca" +msgstr "" + +msgctxt "view_tabs:1" +msgid "Feed" +msgstr "" + +msgctxt "view_tabs_value:0" +msgid "0" +msgstr "" + +msgctxt "view_tabs_value:1" +msgid "2" +msgstr "" + +msgctxt "view_querys_order:0" +msgid "Alfabetico Asc" +msgstr "" + +msgctxt "view_querys_order:1" +msgid "Alfabetico Desc" +msgstr "" + +msgctxt "view_querys_order:2" +msgid "Anzianità Asc" +msgstr "" + +msgctxt "view_querys_order:3" +msgid "Anzianità Desc" +msgstr "" + +msgctxt "view_querys_order:4" +msgid "Refresh Asc" +msgstr "" + +msgctxt "view_querys_order:5" +msgid "Refresh Desc" +msgstr "" + +msgctxt "view_querys_order_value:0" +msgid "title ASC" +msgstr "" + +msgctxt "view_querys_order_value:1" +msgid "title DESC" +msgstr "" + +msgctxt "view_querys_order_value:2" +msgid "qid ASC" +msgstr "" + +msgctxt "view_querys_order_value:3" +msgid "qid DESC" +msgstr "" + +msgctxt "view_querys_order_value:4" +msgid "refresh ASC" +msgstr "" + +msgctxt "view_querys_order_value:5" +msgid "refresh DESC" +msgstr "" + +msgctxt "view_items_order:0" +msgid "Alfabetico Asc" +msgstr "" + +msgctxt "view_items_order:1" +msgid "Alfabetico Desc" +msgstr "" + +msgctxt "view_items_order:2" +msgid "Peso Asc" +msgstr "" + +msgctxt "view_items_order:3" +msgid "Peso Desc" +msgstr "" + +msgctxt "view_items_order:4" +msgid "Lunghezza Asc" +msgstr "" + +msgctxt "view_items_order:5" +msgid "Lunghezza Desc" +msgstr "" + +msgctxt "view_items_order:6" +msgid "Data di pubblicazione Asc" +msgstr "" + +msgctxt "view_items_order:7" +msgid "Data di pubblicazione Desc" +msgstr "" + +msgctxt "view_items_order_value:0" +msgid "i.titolo ASC" +msgstr "" + +msgctxt "view_items_order_value:1" +msgid "i.titolo DESC" +msgstr "" + +msgctxt "view_items_order_value:2" +msgid "a.grandezza ASC" +msgstr "" + +msgctxt "view_items_order_value:3" +msgid "a.grandezza DESC" +msgstr "" + +msgctxt "view_items_order_value:4" +msgid "a.durata ASC" +msgstr "" + +msgctxt "view_items_order_value:5" +msgid "a.durata DESC" +msgstr "" + +msgctxt "view_items_order_value:6" +msgid "i.iid ASC" +msgstr "" + +msgctxt "view_items_order_value:7" +msgid "i.iid DESC" +msgstr "" + +msgctxt "order_direction:0" +msgid "A->Z .. 0->9" +msgstr "" + +msgctxt "order_direction:1" +msgid "Z->A .. 9->0" +msgstr "" + +msgctxt "order_direction_value:0" +msgid "ASC" +msgstr "" + +msgctxt "order_direction_value:1" +msgid "DESC" +msgstr "" + +msgctxt "app_cache:0" +msgid "0 pagine" +msgstr "" + +msgctxt "app_cache:1" +msgid "3 pagine" +msgstr "" + +msgctxt "app_cache:2" +msgid "5 pagine" +msgstr "" + +msgctxt "app_cache:3" +msgid "7 pagine" +msgstr "" + +msgctxt "app_cache:4" +msgid "10 pagine" +msgstr "" + +msgctxt "app_cache:5" +msgid "12 pagine" +msgstr "" + +msgctxt "app_cache_value:0" +msgid "0" +msgstr "" + +msgctxt "app_cache_value:1" +msgid "3" +msgstr "" + +msgctxt "app_cache_value:2" +msgid "5" +msgstr "" + +msgctxt "app_cache_value:3" +msgid "7" +msgstr "" + +msgctxt "app_cache_value:4" +msgid "10" +msgstr "" + +msgctxt "app_cache_value:5" +msgid "12" +msgstr "" + diff --git a/locale/pref_arrays-eo.po b/locale/pref_arrays-eo.po new file mode 100644 index 0000000..4a38e82 --- /dev/null +++ b/locale/pref_arrays-eo.po @@ -0,0 +1,300 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "refresh_time:0" +msgid "40 secondi" +msgstr "" + +msgctxt "refresh_time:1" +msgid "1 minuto" +msgstr "" + +msgctxt "refresh_time:2" +msgid "10 minuti" +msgstr "" + +msgctxt "refresh_time:3" +msgid "30 minuti" +msgstr "" + +msgctxt "refresh_time:4" +msgid "1 ora" +msgstr "" + +msgctxt "refresh_time:5" +msgid "3 ore" +msgstr "" + +msgctxt "refresh_time:6" +msgid "6 ore" +msgstr "" + +msgctxt "refresh_time:7" +msgid "15 ore" +msgstr "" + +msgctxt "refresh_time:8" +msgid "1 giorno" +msgstr "" + +msgctxt "refresh_time:9" +msgid "3 giorni" +msgstr "" + +msgctxt "refresh_time:10" +msgid "1 settimana" +msgstr "" + +msgctxt "refresh_time_value:0" +msgid "40" +msgstr "" + +msgctxt "refresh_time_value:1" +msgid "60" +msgstr "" + +msgctxt "refresh_time_value:2" +msgid "600" +msgstr "" + +msgctxt "refresh_time_value:3" +msgid "1800" +msgstr "" + +msgctxt "refresh_time_value:4" +msgid "3600" +msgstr "" + +msgctxt "refresh_time_value:5" +msgid "10800" +msgstr "" + +msgctxt "refresh_time_value:6" +msgid "21600" +msgstr "" + +msgctxt "refresh_time_value:7" +msgid "54000" +msgstr "" + +msgctxt "refresh_time_value:8" +msgid "86400" +msgstr "" + +msgctxt "refresh_time_value:9" +msgid "259200" +msgstr "" + +msgctxt "refresh_time_value:10" +msgid "604800" +msgstr "" + +msgctxt "view_tabs:0" +msgid "Cerca" +msgstr "" + +msgctxt "view_tabs:1" +msgid "Feed" +msgstr "" + +msgctxt "view_tabs_value:0" +msgid "0" +msgstr "" + +msgctxt "view_tabs_value:1" +msgid "2" +msgstr "" + +msgctxt "view_querys_order:0" +msgid "Alfabetico Asc" +msgstr "" + +msgctxt "view_querys_order:1" +msgid "Alfabetico Desc" +msgstr "" + +msgctxt "view_querys_order:2" +msgid "Anzianità Asc" +msgstr "" + +msgctxt "view_querys_order:3" +msgid "Anzianità Desc" +msgstr "" + +msgctxt "view_querys_order:4" +msgid "Refresh Asc" +msgstr "" + +msgctxt "view_querys_order:5" +msgid "Refresh Desc" +msgstr "" + +msgctxt "view_querys_order_value:0" +msgid "title ASC" +msgstr "" + +msgctxt "view_querys_order_value:1" +msgid "title DESC" +msgstr "" + +msgctxt "view_querys_order_value:2" +msgid "qid ASC" +msgstr "" + +msgctxt "view_querys_order_value:3" +msgid "qid DESC" +msgstr "" + +msgctxt "view_querys_order_value:4" +msgid "refresh ASC" +msgstr "" + +msgctxt "view_querys_order_value:5" +msgid "refresh DESC" +msgstr "" + +msgctxt "view_items_order:0" +msgid "Alfabetico Asc" +msgstr "" + +msgctxt "view_items_order:1" +msgid "Alfabetico Desc" +msgstr "" + +msgctxt "view_items_order:2" +msgid "Peso Asc" +msgstr "" + +msgctxt "view_items_order:3" +msgid "Peso Desc" +msgstr "" + +msgctxt "view_items_order:4" +msgid "Lunghezza Asc" +msgstr "" + +msgctxt "view_items_order:5" +msgid "Lunghezza Desc" +msgstr "" + +msgctxt "view_items_order:6" +msgid "Data di pubblicazione Asc" +msgstr "" + +msgctxt "view_items_order:7" +msgid "Data di pubblicazione Desc" +msgstr "" + +msgctxt "view_items_order_value:0" +msgid "i.titolo ASC" +msgstr "" + +msgctxt "view_items_order_value:1" +msgid "i.titolo DESC" +msgstr "" + +msgctxt "view_items_order_value:2" +msgid "a.grandezza ASC" +msgstr "" + +msgctxt "view_items_order_value:3" +msgid "a.grandezza DESC" +msgstr "" + +msgctxt "view_items_order_value:4" +msgid "a.durata ASC" +msgstr "" + +msgctxt "view_items_order_value:5" +msgid "a.durata DESC" +msgstr "" + +msgctxt "view_items_order_value:6" +msgid "i.iid ASC" +msgstr "" + +msgctxt "view_items_order_value:7" +msgid "i.iid DESC" +msgstr "" + +msgctxt "order_direction:0" +msgid "A->Z .. 0->9" +msgstr "" + +msgctxt "order_direction:1" +msgid "Z->A .. 9->0" +msgstr "" + +msgctxt "order_direction_value:0" +msgid "ASC" +msgstr "" + +msgctxt "order_direction_value:1" +msgid "DESC" +msgstr "" + +msgctxt "app_cache:0" +msgid "0 pagine" +msgstr "" + +msgctxt "app_cache:1" +msgid "3 pagine" +msgstr "" + +msgctxt "app_cache:2" +msgid "5 pagine" +msgstr "" + +msgctxt "app_cache:3" +msgid "7 pagine" +msgstr "" + +msgctxt "app_cache:4" +msgid "10 pagine" +msgstr "" + +msgctxt "app_cache:5" +msgid "12 pagine" +msgstr "" + +msgctxt "app_cache_value:0" +msgid "0" +msgstr "" + +msgctxt "app_cache_value:1" +msgid "3" +msgstr "" + +msgctxt "app_cache_value:2" +msgid "5" +msgstr "" + +msgctxt "app_cache_value:3" +msgid "7" +msgstr "" + +msgctxt "app_cache_value:4" +msgid "10" +msgstr "" + +msgctxt "app_cache_value:5" +msgid "12" +msgstr "" + diff --git a/locale/pref_arrays.pot b/locale/pref_arrays.pot new file mode 100644 index 0000000..2b5a26c --- /dev/null +++ b/locale/pref_arrays.pot @@ -0,0 +1,299 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "refresh_time:0" +msgid "40 secondi" +msgstr "" + +msgctxt "refresh_time:1" +msgid "1 minuto" +msgstr "" + +msgctxt "refresh_time:2" +msgid "10 minuti" +msgstr "" + +msgctxt "refresh_time:3" +msgid "30 minuti" +msgstr "" + +msgctxt "refresh_time:4" +msgid "1 ora" +msgstr "" + +msgctxt "refresh_time:5" +msgid "3 ore" +msgstr "" + +msgctxt "refresh_time:6" +msgid "6 ore" +msgstr "" + +msgctxt "refresh_time:7" +msgid "15 ore" +msgstr "" + +msgctxt "refresh_time:8" +msgid "1 giorno" +msgstr "" + +msgctxt "refresh_time:9" +msgid "3 giorni" +msgstr "" + +msgctxt "refresh_time:10" +msgid "1 settimana" +msgstr "" + +msgctxt "refresh_time_value:0" +msgid "40" +msgstr "" + +msgctxt "refresh_time_value:1" +msgid "60" +msgstr "" + +msgctxt "refresh_time_value:2" +msgid "600" +msgstr "" + +msgctxt "refresh_time_value:3" +msgid "1800" +msgstr "" + +msgctxt "refresh_time_value:4" +msgid "3600" +msgstr "" + +msgctxt "refresh_time_value:5" +msgid "10800" +msgstr "" + +msgctxt "refresh_time_value:6" +msgid "21600" +msgstr "" + +msgctxt "refresh_time_value:7" +msgid "54000" +msgstr "" + +msgctxt "refresh_time_value:8" +msgid "86400" +msgstr "" + +msgctxt "refresh_time_value:9" +msgid "259200" +msgstr "" + +msgctxt "refresh_time_value:10" +msgid "604800" +msgstr "" + +msgctxt "view_tabs:0" +msgid "Cerca" +msgstr "" + +msgctxt "view_tabs:1" +msgid "Feed" +msgstr "" + +msgctxt "view_tabs_value:0" +msgid "0" +msgstr "" + +msgctxt "view_tabs_value:1" +msgid "2" +msgstr "" + +msgctxt "view_querys_order:0" +msgid "Alfabetico Asc" +msgstr "" + +msgctxt "view_querys_order:1" +msgid "Alfabetico Desc" +msgstr "" + +msgctxt "view_querys_order:2" +msgid "Anzianità Asc" +msgstr "" + +msgctxt "view_querys_order:3" +msgid "Anzianità Desc" +msgstr "" + +msgctxt "view_querys_order:4" +msgid "Refresh Asc" +msgstr "" + +msgctxt "view_querys_order:5" +msgid "Refresh Desc" +msgstr "" + +msgctxt "view_querys_order_value:0" +msgid "title ASC" +msgstr "" + +msgctxt "view_querys_order_value:1" +msgid "title DESC" +msgstr "" + +msgctxt "view_querys_order_value:2" +msgid "qid ASC" +msgstr "" + +msgctxt "view_querys_order_value:3" +msgid "qid DESC" +msgstr "" + +msgctxt "view_querys_order_value:4" +msgid "refresh ASC" +msgstr "" + +msgctxt "view_querys_order_value:5" +msgid "refresh DESC" +msgstr "" + +msgctxt "view_items_order:0" +msgid "Alfabetico Asc" +msgstr "" + +msgctxt "view_items_order:1" +msgid "Alfabetico Desc" +msgstr "" + +msgctxt "view_items_order:2" +msgid "Peso Asc" +msgstr "" + +msgctxt "view_items_order:3" +msgid "Peso Desc" +msgstr "" + +msgctxt "view_items_order:4" +msgid "Lunghezza Asc" +msgstr "" + +msgctxt "view_items_order:5" +msgid "Lunghezza Desc" +msgstr "" + +msgctxt "view_items_order:6" +msgid "Data di pubblicazione Asc" +msgstr "" + +msgctxt "view_items_order:7" +msgid "Data di pubblicazione Desc" +msgstr "" + +msgctxt "view_items_order_value:0" +msgid "i.titolo ASC" +msgstr "" + +msgctxt "view_items_order_value:1" +msgid "i.titolo DESC" +msgstr "" + +msgctxt "view_items_order_value:2" +msgid "a.grandezza ASC" +msgstr "" + +msgctxt "view_items_order_value:3" +msgid "a.grandezza DESC" +msgstr "" + +msgctxt "view_items_order_value:4" +msgid "a.durata ASC" +msgstr "" + +msgctxt "view_items_order_value:5" +msgid "a.durata DESC" +msgstr "" + +msgctxt "view_items_order_value:6" +msgid "i.iid ASC" +msgstr "" + +msgctxt "view_items_order_value:7" +msgid "i.iid DESC" +msgstr "" + +msgctxt "order_direction:0" +msgid "A->Z .. 0->9" +msgstr "" + +msgctxt "order_direction:1" +msgid "Z->A .. 9->0" +msgstr "" + +msgctxt "order_direction_value:0" +msgid "ASC" +msgstr "" + +msgctxt "order_direction_value:1" +msgid "DESC" +msgstr "" + +msgctxt "app_cache:0" +msgid "0 pagine" +msgstr "" + +msgctxt "app_cache:1" +msgid "3 pagine" +msgstr "" + +msgctxt "app_cache:2" +msgid "5 pagine" +msgstr "" + +msgctxt "app_cache:3" +msgid "7 pagine" +msgstr "" + +msgctxt "app_cache:4" +msgid "10 pagine" +msgstr "" + +msgctxt "app_cache:5" +msgid "12 pagine" +msgstr "" + +msgctxt "app_cache_value:0" +msgid "0" +msgstr "" + +msgctxt "app_cache_value:1" +msgid "3" +msgstr "" + +msgctxt "app_cache_value:2" +msgid "5" +msgstr "" + +msgctxt "app_cache_value:3" +msgid "7" +msgstr "" + +msgctxt "app_cache_value:4" +msgid "10" +msgstr "" + +msgctxt "app_cache_value:5" +msgid "12" +msgstr "" + diff --git a/locale/preferencescreen-en.po b/locale/preferencescreen-en.po new file mode 100644 index 0000000..84a0711 --- /dev/null +++ b/locale/preferencescreen-en.po @@ -0,0 +1,140 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "refresh_category" +msgid "Refresh" +msgstr "" + +msgctxt "refresh_service_title" +msgid "Refresh automatico" +msgstr "" + +msgctxt "refresh_service_summary" +msgid "Aggiornamento automatico mediante service degli rss salvati" +msgstr "" + +msgctxt "refresh_rss_time_title" +msgid "Rss refresh time" +msgstr "" + +msgctxt "refresh_rss_time_dialogTitle" +msgid "Scegli un intervallo:" +msgstr "" + +msgctxt "refresh_rss_time_summary" +msgid "Tempo di attesa per il refresh degli rss salvati" +msgstr "" + +msgctxt "view_category" +msgid "Layout" +msgstr "" + +msgctxt "view_title" +msgid "Scheda di default" +msgstr "" + +msgctxt "view_dialogTitle" +msgid "Scegli un scheda:" +msgstr "" + +msgctxt "view_summary" +msgid "Scheda con la quale si vuole avviare l'app" +msgstr "" + +msgctxt "view_order_dialogTitle" +msgid "Scegli un ordine:" +msgstr "" + +msgctxt "view_querys_order_title" +msgid "Ordine Rss" +msgstr "" + +msgctxt "view_querys_order_summary" +msgid "Ordine con cui verranno visualizzati gli rss salvati" +msgstr "" + +msgctxt "view_items_order_title" +msgid "Ordine Feeds" +msgstr "" + +msgctxt "view_items_order_summary" +msgid "Ordine con cui verranno visualizzati i feed degli rss salvati" +msgstr "" + +msgctxt "app_category" +msgid "Applicazione" +msgstr "" + +msgctxt "app_cache_title" +msgid "Max Pag. in Cache" +msgstr "" + +msgctxt "app_cache_dialogTitle" +msgid "Quanta cache desideri?" +msgstr "" + +msgctxt "app_cache_summary" +msgid "" +"Numero massimo di pagine mantenute in cache durante la navigazione a " +"filesystem" +msgstr "" + +msgctxt "update_service_title" +msgid "Verifica aggiornamenti" +msgstr "" + +msgctxt "update_service_summary" +msgid "Controlla se esiste una versione più aggiornata della applicazione" +msgstr "" + +msgctxt "soft_category" +msgid "Software di terze parti" +msgstr "" + +msgctxt "soft_vitamio_already" +msgid "Il programma è già installato" +msgstr "" + +msgctxt "soft_vitamio_title" +msgid "Vitamio" +msgstr "" + +msgctxt "soft_vitamio_summary" +msgid "Necessario a vedere i video" +msgstr "" + +msgctxt "soft_transdrone_title" +msgid "Transdrone" +msgstr "" + +msgctxt "soft_transdrone_summary" +msgid "Utile se si vuole scaricare i file con torrent" +msgstr "" + +msgctxt "soft_transgui_title" +msgid "Trans Gui" +msgstr "" + +msgctxt "soft_transgui_summary" +msgid "" +"Utile se si desidera un interfaccia per transmission daemon per scarice " +"file con torrent" +msgstr "" + diff --git a/locale/preferencescreen-eo.po b/locale/preferencescreen-eo.po new file mode 100644 index 0000000..cea0da5 --- /dev/null +++ b/locale/preferencescreen-eo.po @@ -0,0 +1,140 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "refresh_category" +msgid "Refresh" +msgstr "" + +msgctxt "refresh_service_title" +msgid "Refresh automatico" +msgstr "" + +msgctxt "refresh_service_summary" +msgid "Aggiornamento automatico mediante service degli rss salvati" +msgstr "" + +msgctxt "refresh_rss_time_title" +msgid "Rss refresh time" +msgstr "" + +msgctxt "refresh_rss_time_dialogTitle" +msgid "Scegli un intervallo:" +msgstr "" + +msgctxt "refresh_rss_time_summary" +msgid "Tempo di attesa per il refresh degli rss salvati" +msgstr "" + +msgctxt "view_category" +msgid "Layout" +msgstr "" + +msgctxt "view_title" +msgid "Scheda di default" +msgstr "" + +msgctxt "view_dialogTitle" +msgid "Scegli un scheda:" +msgstr "" + +msgctxt "view_summary" +msgid "Scheda con la quale si vuole avviare l'app" +msgstr "" + +msgctxt "view_order_dialogTitle" +msgid "Scegli un ordine:" +msgstr "" + +msgctxt "view_querys_order_title" +msgid "Ordine Rss" +msgstr "" + +msgctxt "view_querys_order_summary" +msgid "Ordine con cui verranno visualizzati gli rss salvati" +msgstr "" + +msgctxt "view_items_order_title" +msgid "Ordine Feeds" +msgstr "" + +msgctxt "view_items_order_summary" +msgid "Ordine con cui verranno visualizzati i feed degli rss salvati" +msgstr "" + +msgctxt "app_category" +msgid "Applicazione" +msgstr "" + +msgctxt "app_cache_title" +msgid "Max Pag. in Cache" +msgstr "" + +msgctxt "app_cache_dialogTitle" +msgid "Quanta cache desideri?" +msgstr "" + +msgctxt "app_cache_summary" +msgid "" +"Numero massimo di pagine mantenute in cache durante la navigazione a " +"filesystem" +msgstr "" + +msgctxt "update_service_title" +msgid "Verifica aggiornamenti" +msgstr "" + +msgctxt "update_service_summary" +msgid "Controlla se esiste una versione più aggiornata della applicazione" +msgstr "" + +msgctxt "soft_category" +msgid "Software di terze parti" +msgstr "" + +msgctxt "soft_vitamio_already" +msgid "Il programma è già installato" +msgstr "" + +msgctxt "soft_vitamio_title" +msgid "Vitamio" +msgstr "" + +msgctxt "soft_vitamio_summary" +msgid "Necessario a vedere i video" +msgstr "" + +msgctxt "soft_transdrone_title" +msgid "Transdrone" +msgstr "" + +msgctxt "soft_transdrone_summary" +msgid "Utile se si vuole scaricare i file con torrent" +msgstr "" + +msgctxt "soft_transgui_title" +msgid "Trans Gui" +msgstr "" + +msgctxt "soft_transgui_summary" +msgid "" +"Utile se si desidera un interfaccia per transmission daemon per scarice " +"file con torrent" +msgstr "" + diff --git a/locale/preferencescreen.pot b/locale/preferencescreen.pot new file mode 100644 index 0000000..e48b732 --- /dev/null +++ b/locale/preferencescreen.pot @@ -0,0 +1,139 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "refresh_category" +msgid "Refresh" +msgstr "" + +msgctxt "refresh_service_title" +msgid "Refresh automatico" +msgstr "" + +msgctxt "refresh_service_summary" +msgid "Aggiornamento automatico mediante service degli rss salvati" +msgstr "" + +msgctxt "refresh_rss_time_title" +msgid "Rss refresh time" +msgstr "" + +msgctxt "refresh_rss_time_dialogTitle" +msgid "Scegli un intervallo:" +msgstr "" + +msgctxt "refresh_rss_time_summary" +msgid "Tempo di attesa per il refresh degli rss salvati" +msgstr "" + +msgctxt "view_category" +msgid "Layout" +msgstr "" + +msgctxt "view_title" +msgid "Scheda di default" +msgstr "" + +msgctxt "view_dialogTitle" +msgid "Scegli un scheda:" +msgstr "" + +msgctxt "view_summary" +msgid "Scheda con la quale si vuole avviare l'app" +msgstr "" + +msgctxt "view_order_dialogTitle" +msgid "Scegli un ordine:" +msgstr "" + +msgctxt "view_querys_order_title" +msgid "Ordine Rss" +msgstr "" + +msgctxt "view_querys_order_summary" +msgid "Ordine con cui verranno visualizzati gli rss salvati" +msgstr "" + +msgctxt "view_items_order_title" +msgid "Ordine Feeds" +msgstr "" + +msgctxt "view_items_order_summary" +msgid "Ordine con cui verranno visualizzati i feed degli rss salvati" +msgstr "" + +msgctxt "app_category" +msgid "Applicazione" +msgstr "" + +msgctxt "app_cache_title" +msgid "Max Pag. in Cache" +msgstr "" + +msgctxt "app_cache_dialogTitle" +msgid "Quanta cache desideri?" +msgstr "" + +msgctxt "app_cache_summary" +msgid "" +"Numero massimo di pagine mantenute in cache durante la navigazione a " +"filesystem" +msgstr "" + +msgctxt "update_service_title" +msgid "Verifica aggiornamenti" +msgstr "" + +msgctxt "update_service_summary" +msgid "Controlla se esiste una versione più aggiornata della applicazione" +msgstr "" + +msgctxt "soft_category" +msgid "Software di terze parti" +msgstr "" + +msgctxt "soft_vitamio_already" +msgid "Il programma è già installato" +msgstr "" + +msgctxt "soft_vitamio_title" +msgid "Vitamio" +msgstr "" + +msgctxt "soft_vitamio_summary" +msgid "Necessario a vedere i video" +msgstr "" + +msgctxt "soft_transdrone_title" +msgid "Transdrone" +msgstr "" + +msgctxt "soft_transdrone_summary" +msgid "Utile se si vuole scaricare i file con torrent" +msgstr "" + +msgctxt "soft_transgui_title" +msgid "Trans Gui" +msgstr "" + +msgctxt "soft_transgui_summary" +msgid "" +"Utile se si desidera un interfaccia per transmission daemon per scarice " +"file con torrent" +msgstr "" + diff --git a/locale/rss-en.po b/locale/rss-en.po new file mode 100644 index 0000000..91b874b --- /dev/null +++ b/locale/rss-en.po @@ -0,0 +1,32 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "rss_type_audio" +msgid "audio/ogg" +msgstr "" + +msgctxt "rss_type_video" +msgid "video/ogg" +msgstr "" + +msgctxt "rss_type_dir" +msgid "dir" +msgstr "" + diff --git a/locale/rss-eo.po b/locale/rss-eo.po new file mode 100644 index 0000000..8b71e12 --- /dev/null +++ b/locale/rss-eo.po @@ -0,0 +1,32 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "rss_type_audio" +msgid "audio/ogg" +msgstr "" + +msgctxt "rss_type_video" +msgid "video/ogg" +msgstr "" + +msgctxt "rss_type_dir" +msgid "dir" +msgstr "" + diff --git a/locale/rss.pot b/locale/rss.pot new file mode 100644 index 0000000..8db894e --- /dev/null +++ b/locale/rss.pot @@ -0,0 +1,31 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "rss_type_audio" +msgid "audio/ogg" +msgstr "" + +msgctxt "rss_type_video" +msgid "video/ogg" +msgstr "" + +msgctxt "rss_type_dir" +msgid "dir" +msgstr "" + diff --git a/locale/search-en.po b/locale/search-en.po new file mode 100644 index 0000000..b038d08 --- /dev/null +++ b/locale/search-en.po @@ -0,0 +1,153 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "search_scrivi_qui" +msgid "Scrivi qui" +msgstr "" + +msgctxt "search_buttonSearch" +msgid "Search" +msgstr "" + +msgctxt "search_group_adv" +msgid "Ricerche Avanzata:" +msgstr "" + +msgctxt "search_group_common" +msgid "Ricerche Consigliate:" +msgstr "" + +msgctxt "search_group_old" +msgid "Ricerche Temporanee:" +msgstr "" + +msgctxt "search_no_ricerche" +msgid "Nessuna ricerca effettuata." +msgstr "" + +msgctxt "search_def_home" +msgid "Home di arkiwi" +msgstr "" + +msgctxt "search_def_search_home" +msgid "Lg" +msgstr "" + +msgctxt "search_def_audio" +msgid "Ultimi file audio" +msgstr "" + +msgctxt "search_def_search_audio" +msgid "bWVkaWF0eXBlOmF1ZGlvIEFORCBtdGltZTpbNDVkYXlhZ28gVE8gbm93XSBBTkQgbWV0YWRhdGFfY291bnQ6WzA0IFRPIDk5XQ" +msgstr "" + +msgctxt "search_def_video" +msgid "Ultimi file video" +msgstr "" + +msgctxt "search_def_search_video" +msgid "bWVkaWF0eXBlOnZpZGVvIEFORCBtdGltZTpbNDVkYXlhZ28gVE8gbm93XQ" +msgstr "" + +msgctxt "search_def_mezzoradaria" +msgid "Mezzoradaria trasm. anticarceraria" +msgstr "" + +msgctxt "search_def_search_mezzoradaria" +msgid "bWV6em9yYWRhcmlh" +msgstr "" + +msgctxt "search_def_eustacchio" +msgid "Radio Eustacchio" +msgstr "" + +msgctxt "search_def_search_eustacchio" +msgid "RXVzdGFjaGlv" +msgstr "" + +msgctxt "search_def_mp38" +msgid "Canzoniere Mp38" +msgstr "" + +msgctxt "search_def_search_mp38" +msgid "bXAzOA" +msgstr "" + +#. ricerche avanzate +msgctxt "search_adv_act" +msgid "ricerca avanzata" +msgstr "" + +msgctxt "search_adv_help" +msgid "Separa le parole con un virgola \",\" (Esempio: g8, radio):" +msgstr "" + +msgctxt "search_adv_prompt" +msgid "Scegli un METATAG per la ricerca" +msgstr "" + +msgctxt "search_adv_title" +msgid "Titolo" +msgstr "" + +msgctxt "search_adv_desc" +msgid "Descrizione" +msgstr "" + +msgctxt "search_adv_autore" +msgid "Autore" +msgstr "" + +msgctxt "search_adv_publisher" +msgid "Pubblicatore" +msgstr "" + +msgctxt "search_adv_cover" +msgid "Copertura" +msgstr "" + +msgctxt "search_adv_data" +msgid "Data" +msgstr "" + +msgctxt "search_adv_durata" +msgid "Durata" +msgstr "" + +msgctxt "search_adv_hsize" +msgid "Peso" +msgstr "" + +msgctxt "search_adv_tags" +msgid "Tags" +msgstr "" + +msgctxt "search_adv_track" +msgid "Traccia" +msgstr "" + +msgctxt "search_adv_album" +msgid "Album" +msgstr "" + +msgctxt "search_adv_year" +msgid "Anno" +msgstr "" + diff --git a/locale/search-eo.po b/locale/search-eo.po new file mode 100644 index 0000000..472987b --- /dev/null +++ b/locale/search-eo.po @@ -0,0 +1,153 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "search_scrivi_qui" +msgid "Scrivi qui" +msgstr "" + +msgctxt "search_buttonSearch" +msgid "Search" +msgstr "" + +msgctxt "search_group_adv" +msgid "Ricerche Avanzata:" +msgstr "" + +msgctxt "search_group_common" +msgid "Ricerche Consigliate:" +msgstr "" + +msgctxt "search_group_old" +msgid "Ricerche Temporanee:" +msgstr "" + +msgctxt "search_no_ricerche" +msgid "Nessuna ricerca effettuata." +msgstr "" + +msgctxt "search_def_home" +msgid "Home di arkiwi" +msgstr "" + +msgctxt "search_def_search_home" +msgid "Lg" +msgstr "" + +msgctxt "search_def_audio" +msgid "Ultimi file audio" +msgstr "" + +msgctxt "search_def_search_audio" +msgid "bWVkaWF0eXBlOmF1ZGlvIEFORCBtdGltZTpbNDVkYXlhZ28gVE8gbm93XSBBTkQgbWV0YWRhdGFfY291bnQ6WzA0IFRPIDk5XQ" +msgstr "" + +msgctxt "search_def_video" +msgid "Ultimi file video" +msgstr "" + +msgctxt "search_def_search_video" +msgid "bWVkaWF0eXBlOnZpZGVvIEFORCBtdGltZTpbNDVkYXlhZ28gVE8gbm93XQ" +msgstr "" + +msgctxt "search_def_mezzoradaria" +msgid "Mezzoradaria trasm. anticarceraria" +msgstr "" + +msgctxt "search_def_search_mezzoradaria" +msgid "bWV6em9yYWRhcmlh" +msgstr "" + +msgctxt "search_def_eustacchio" +msgid "Radio Eustacchio" +msgstr "" + +msgctxt "search_def_search_eustacchio" +msgid "RXVzdGFjaGlv" +msgstr "" + +msgctxt "search_def_mp38" +msgid "Canzoniere Mp38" +msgstr "" + +msgctxt "search_def_search_mp38" +msgid "bXAzOA" +msgstr "" + +#. ricerche avanzate +msgctxt "search_adv_act" +msgid "ricerca avanzata" +msgstr "" + +msgctxt "search_adv_help" +msgid "Separa le parole con un virgola \",\" (Esempio: g8, radio):" +msgstr "" + +msgctxt "search_adv_prompt" +msgid "Scegli un METATAG per la ricerca" +msgstr "" + +msgctxt "search_adv_title" +msgid "Titolo" +msgstr "" + +msgctxt "search_adv_desc" +msgid "Descrizione" +msgstr "" + +msgctxt "search_adv_autore" +msgid "Autore" +msgstr "" + +msgctxt "search_adv_publisher" +msgid "Pubblicatore" +msgstr "" + +msgctxt "search_adv_cover" +msgid "Copertura" +msgstr "" + +msgctxt "search_adv_data" +msgid "Data" +msgstr "" + +msgctxt "search_adv_durata" +msgid "Durata" +msgstr "" + +msgctxt "search_adv_hsize" +msgid "Peso" +msgstr "" + +msgctxt "search_adv_tags" +msgid "Tags" +msgstr "" + +msgctxt "search_adv_track" +msgid "Traccia" +msgstr "" + +msgctxt "search_adv_album" +msgid "Album" +msgstr "" + +msgctxt "search_adv_year" +msgid "Anno" +msgstr "" + diff --git a/locale/search.pot b/locale/search.pot new file mode 100644 index 0000000..d3f8743 --- /dev/null +++ b/locale/search.pot @@ -0,0 +1,152 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "search_scrivi_qui" +msgid "Scrivi qui" +msgstr "" + +msgctxt "search_buttonSearch" +msgid "Search" +msgstr "" + +msgctxt "search_group_adv" +msgid "Ricerche Avanzata:" +msgstr "" + +msgctxt "search_group_common" +msgid "Ricerche Consigliate:" +msgstr "" + +msgctxt "search_group_old" +msgid "Ricerche Temporanee:" +msgstr "" + +msgctxt "search_no_ricerche" +msgid "Nessuna ricerca effettuata." +msgstr "" + +msgctxt "search_def_home" +msgid "Home di arkiwi" +msgstr "" + +msgctxt "search_def_search_home" +msgid "Lg" +msgstr "" + +msgctxt "search_def_audio" +msgid "Ultimi file audio" +msgstr "" + +msgctxt "search_def_search_audio" +msgid "bWVkaWF0eXBlOmF1ZGlvIEFORCBtdGltZTpbNDVkYXlhZ28gVE8gbm93XSBBTkQgbWV0YWRhdGFfY291bnQ6WzA0IFRPIDk5XQ" +msgstr "" + +msgctxt "search_def_video" +msgid "Ultimi file video" +msgstr "" + +msgctxt "search_def_search_video" +msgid "bWVkaWF0eXBlOnZpZGVvIEFORCBtdGltZTpbNDVkYXlhZ28gVE8gbm93XQ" +msgstr "" + +msgctxt "search_def_mezzoradaria" +msgid "Mezzoradaria trasm. anticarceraria" +msgstr "" + +msgctxt "search_def_search_mezzoradaria" +msgid "bWV6em9yYWRhcmlh" +msgstr "" + +msgctxt "search_def_eustacchio" +msgid "Radio Eustacchio" +msgstr "" + +msgctxt "search_def_search_eustacchio" +msgid "RXVzdGFjaGlv" +msgstr "" + +msgctxt "search_def_mp38" +msgid "Canzoniere Mp38" +msgstr "" + +msgctxt "search_def_search_mp38" +msgid "bXAzOA" +msgstr "" + +#. ricerche avanzate +msgctxt "search_adv_act" +msgid "ricerca avanzata" +msgstr "" + +msgctxt "search_adv_help" +msgid "Separa le parole con un virgola \",\" (Esempio: g8, radio):" +msgstr "" + +msgctxt "search_adv_prompt" +msgid "Scegli un METATAG per la ricerca" +msgstr "" + +msgctxt "search_adv_title" +msgid "Titolo" +msgstr "" + +msgctxt "search_adv_desc" +msgid "Descrizione" +msgstr "" + +msgctxt "search_adv_autore" +msgid "Autore" +msgstr "" + +msgctxt "search_adv_publisher" +msgid "Pubblicatore" +msgstr "" + +msgctxt "search_adv_cover" +msgid "Copertura" +msgstr "" + +msgctxt "search_adv_data" +msgid "Data" +msgstr "" + +msgctxt "search_adv_durata" +msgid "Durata" +msgstr "" + +msgctxt "search_adv_hsize" +msgid "Peso" +msgstr "" + +msgctxt "search_adv_tags" +msgid "Tags" +msgstr "" + +msgctxt "search_adv_track" +msgid "Traccia" +msgstr "" + +msgctxt "search_adv_album" +msgid "Album" +msgstr "" + +msgctxt "search_adv_year" +msgid "Anno" +msgstr "" + diff --git a/locale/strings-en.po b/locale/strings-en.po new file mode 100644 index 0000000..ed6488a --- /dev/null +++ b/locale/strings-en.po @@ -0,0 +1,31 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "title_activity_search_adv" +msgid "Ricerca avanzate" +msgstr "" + +msgctxt "action_settings" +msgid "Settings" +msgstr "" + +msgctxt "hello_world" +msgid "Hello world!" +msgstr "" + diff --git a/locale/strings-eo.po b/locale/strings-eo.po new file mode 100644 index 0000000..ed6488a --- /dev/null +++ b/locale/strings-eo.po @@ -0,0 +1,31 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "title_activity_search_adv" +msgid "Ricerca avanzate" +msgstr "" + +msgctxt "action_settings" +msgid "Settings" +msgstr "" + +msgctxt "hello_world" +msgid "Hello world!" +msgstr "" + diff --git a/locale/strings.pot b/locale/strings.pot new file mode 100644 index 0000000..ed6488a --- /dev/null +++ b/locale/strings.pot @@ -0,0 +1,31 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "title_activity_search_adv" +msgid "Ricerca avanzate" +msgstr "" + +msgctxt "action_settings" +msgid "Settings" +msgstr "" + +msgctxt "hello_world" +msgid "Hello world!" +msgstr "" + diff --git a/locale/toast-en.po b/locale/toast-en.po new file mode 100644 index 0000000..d0cb270 --- /dev/null +++ b/locale/toast-en.po @@ -0,0 +1,126 @@ +# English translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "toast_pagliaio_down" +msgid "Il motore di ricerca è attualmente non funzionante." +msgstr "" + +msgctxt "toast_n_res_singl" +msgid "risultato trovato." +msgstr "" + +msgctxt "toast_n_res_mult" +msgid "risultati trovati." +msgstr "" + +msgctxt "toast_less1_search" +msgid "Non sono effettuabili ricerche di 1 carattere." +msgstr "" + +msgctxt "toast_no_searched" +msgid "Nessuna ricerca effettuata." +msgstr "" + +msgctxt "toast_download_done" +msgid "Download Completato" +msgstr "" + +msgctxt "toast_download_start" +msgid "Download Avviato" +msgstr "" + +msgctxt "toast_download_blocked" +msgid "Download Terminato" +msgstr "" + +msgctxt "toast_file_exist" +msgid "File Esistente" +msgstr "" + +msgctxt "toast_copy_on_clipboard" +msgid "L'url è stato copiato nella Clipboard di Android." +msgstr "" + +msgctxt "toast_add_torrent" +msgid "Usalo per aggiungere un nuovo download." +msgstr "" + +msgctxt "toast_root" +msgid "Radice della ricerca." +msgstr "" + +msgctxt "toast_back_preroot" +msgid "" +"Sei già alla radice della ricerca, premendo nuovamente BACK l'app verrà " +"chiusa" +msgstr "" + +msgctxt "toast_no_act" +msgid "Effettuare prima una ricerca e riprovare" +msgstr "" + +msgctxt "toast_bad_file" +msgid "Tipo di file sconosciuto." +msgstr "" + +msgctxt "toast_save_feed_exist" +msgid "Err:Feed già esistente, impossibile salvarlo." +msgstr "" + +msgctxt "toast_save_feed_dberr" +msgid "Si è verificato un errore durante il salvataggio del feed." +msgstr "" + +msgctxt "toast_save_feed_ok" +msgid "Feed salvato correttamente" +msgstr "" + +msgctxt "toast_delete_ok" +msgid "Feed cancellato correttamente" +msgstr "" + +msgctxt "toast_pl_r_on" +msgid "Funzione di ripetizione abilitata" +msgstr "" + +msgctxt "toast_pl_r_off" +msgid "Funzione di ripetizione disabilitata" +msgstr "" + +msgctxt "toast_pl_s_on" +msgid "Funzione di esecuzione random abilitata" +msgstr "" + +msgctxt "toast_pl_s_off" +msgid "Funzione di esecuzione random disabilitata" +msgstr "" + +msgctxt "toast_pl_no_next" +msgid "Non ci sono altre tracce in playlist, ricomincio dalla prima" +msgstr "" + +msgctxt "toast_pl_no_prev" +msgid "E' già la prima traccia della playlist, ricomincio dalla ultima" +msgstr "" + +msgctxt "toast_sadv_already_term" +msgid "Metatag già presente" +msgstr "" + diff --git a/locale/toast-eo.po b/locale/toast-eo.po new file mode 100644 index 0000000..3c1c7ba --- /dev/null +++ b/locale/toast-eo.po @@ -0,0 +1,126 @@ +# Esperanto translations for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: 2013-12-11 19:49+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: eo \n" +"Plural-Forms: nplurals=2; plural=((n == 1) ? 0 : 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "toast_pagliaio_down" +msgid "Il motore di ricerca è attualmente non funzionante." +msgstr "" + +msgctxt "toast_n_res_singl" +msgid "risultato trovato." +msgstr "" + +msgctxt "toast_n_res_mult" +msgid "risultati trovati." +msgstr "" + +msgctxt "toast_less1_search" +msgid "Non sono effettuabili ricerche di 1 carattere." +msgstr "" + +msgctxt "toast_no_searched" +msgid "Nessuna ricerca effettuata." +msgstr "" + +msgctxt "toast_download_done" +msgid "Download Completato" +msgstr "" + +msgctxt "toast_download_start" +msgid "Download Avviato" +msgstr "" + +msgctxt "toast_download_blocked" +msgid "Download Terminato" +msgstr "" + +msgctxt "toast_file_exist" +msgid "File Esistente" +msgstr "" + +msgctxt "toast_copy_on_clipboard" +msgid "L'url è stato copiato nella Clipboard di Android." +msgstr "" + +msgctxt "toast_add_torrent" +msgid "Usalo per aggiungere un nuovo download." +msgstr "" + +msgctxt "toast_root" +msgid "Radice della ricerca." +msgstr "" + +msgctxt "toast_back_preroot" +msgid "" +"Sei già alla radice della ricerca, premendo nuovamente BACK l'app verrà " +"chiusa" +msgstr "" + +msgctxt "toast_no_act" +msgid "Effettuare prima una ricerca e riprovare" +msgstr "" + +msgctxt "toast_bad_file" +msgid "Tipo di file sconosciuto." +msgstr "" + +msgctxt "toast_save_feed_exist" +msgid "Err:Feed già esistente, impossibile salvarlo." +msgstr "" + +msgctxt "toast_save_feed_dberr" +msgid "Si è verificato un errore durante il salvataggio del feed." +msgstr "" + +msgctxt "toast_save_feed_ok" +msgid "Feed salvato correttamente" +msgstr "" + +msgctxt "toast_delete_ok" +msgid "Feed cancellato correttamente" +msgstr "" + +msgctxt "toast_pl_r_on" +msgid "Funzione di ripetizione abilitata" +msgstr "" + +msgctxt "toast_pl_r_off" +msgid "Funzione di ripetizione disabilitata" +msgstr "" + +msgctxt "toast_pl_s_on" +msgid "Funzione di esecuzione random abilitata" +msgstr "" + +msgctxt "toast_pl_s_off" +msgid "Funzione di esecuzione random disabilitata" +msgstr "" + +msgctxt "toast_pl_no_next" +msgid "Non ci sono altre tracce in playlist, ricomincio dalla prima" +msgstr "" + +msgctxt "toast_pl_no_prev" +msgid "E' già la prima traccia della playlist, ricomincio dalla ultima" +msgstr "" + +msgctxt "toast_sadv_already_term" +msgid "Metatag già presente" +msgstr "" + diff --git a/locale/toast.pot b/locale/toast.pot new file mode 100644 index 0000000..2784ea2 --- /dev/null +++ b/locale/toast.pot @@ -0,0 +1,125 @@ +# Translations template for PROJECT. +# Copyright (C) 2013 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2013. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2013-12-11 19:49+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.0dev\n" + +msgctxt "toast_pagliaio_down" +msgid "Il motore di ricerca è attualmente non funzionante." +msgstr "" + +msgctxt "toast_n_res_singl" +msgid "risultato trovato." +msgstr "" + +msgctxt "toast_n_res_mult" +msgid "risultati trovati." +msgstr "" + +msgctxt "toast_less1_search" +msgid "Non sono effettuabili ricerche di 1 carattere." +msgstr "" + +msgctxt "toast_no_searched" +msgid "Nessuna ricerca effettuata." +msgstr "" + +msgctxt "toast_download_done" +msgid "Download Completato" +msgstr "" + +msgctxt "toast_download_start" +msgid "Download Avviato" +msgstr "" + +msgctxt "toast_download_blocked" +msgid "Download Terminato" +msgstr "" + +msgctxt "toast_file_exist" +msgid "File Esistente" +msgstr "" + +msgctxt "toast_copy_on_clipboard" +msgid "L'url è stato copiato nella Clipboard di Android." +msgstr "" + +msgctxt "toast_add_torrent" +msgid "Usalo per aggiungere un nuovo download." +msgstr "" + +msgctxt "toast_root" +msgid "Radice della ricerca." +msgstr "" + +msgctxt "toast_back_preroot" +msgid "" +"Sei già alla radice della ricerca, premendo nuovamente BACK l'app verrà " +"chiusa" +msgstr "" + +msgctxt "toast_no_act" +msgid "Effettuare prima una ricerca e riprovare" +msgstr "" + +msgctxt "toast_bad_file" +msgid "Tipo di file sconosciuto." +msgstr "" + +msgctxt "toast_save_feed_exist" +msgid "Err:Feed già esistente, impossibile salvarlo." +msgstr "" + +msgctxt "toast_save_feed_dberr" +msgid "Si è verificato un errore durante il salvataggio del feed." +msgstr "" + +msgctxt "toast_save_feed_ok" +msgid "Feed salvato correttamente" +msgstr "" + +msgctxt "toast_delete_ok" +msgid "Feed cancellato correttamente" +msgstr "" + +msgctxt "toast_pl_r_on" +msgid "Funzione di ripetizione abilitata" +msgstr "" + +msgctxt "toast_pl_r_off" +msgid "Funzione di ripetizione disabilitata" +msgstr "" + +msgctxt "toast_pl_s_on" +msgid "Funzione di esecuzione random abilitata" +msgstr "" + +msgctxt "toast_pl_s_off" +msgid "Funzione di esecuzione random disabilitata" +msgstr "" + +msgctxt "toast_pl_no_next" +msgid "Non ci sono altre tracce in playlist, ricomincio dalla prima" +msgstr "" + +msgctxt "toast_pl_no_prev" +msgid "E' già la prima traccia della playlist, ricomincio dalla ultima" +msgstr "" + +msgctxt "toast_sadv_already_term" +msgid "Metatag già presente" +msgstr "" + diff --git a/proguard-project.txt b/proguard-project.txt new file mode 100755 index 0000000..f2fe155 --- /dev/null +++ b/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/project.properties b/project.properties new file mode 100755 index 0000000..b7c2081 --- /dev/null +++ b/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-10 diff --git a/res/drawable-hdpi/and.png b/res/drawable-hdpi/and.png new file mode 100644 index 0000000..1808f17 Binary files /dev/null and b/res/drawable-hdpi/and.png differ diff --git a/res/drawable-hdpi/archive.png b/res/drawable-hdpi/archive.png new file mode 100755 index 0000000..ea015f6 Binary files /dev/null and b/res/drawable-hdpi/archive.png differ diff --git a/res/drawable-hdpi/audio.png b/res/drawable-hdpi/audio.png new file mode 100755 index 0000000..1453fbe Binary files /dev/null and b/res/drawable-hdpi/audio.png differ diff --git a/res/drawable-hdpi/audio_player.jpg b/res/drawable-hdpi/audio_player.jpg new file mode 100755 index 0000000..703452c Binary files /dev/null and b/res/drawable-hdpi/audio_player.jpg differ diff --git a/res/drawable-hdpi/audio_video.png b/res/drawable-hdpi/audio_video.png new file mode 100755 index 0000000..e4735fa Binary files /dev/null and b/res/drawable-hdpi/audio_video.png differ diff --git a/res/drawable-hdpi/back.png b/res/drawable-hdpi/back.png new file mode 100755 index 0000000..427fc88 Binary files /dev/null and b/res/drawable-hdpi/back.png differ diff --git a/res/drawable-hdpi/button_pause.png b/res/drawable-hdpi/button_pause.png new file mode 100644 index 0000000..df39c51 Binary files /dev/null and b/res/drawable-hdpi/button_pause.png differ diff --git a/res/drawable-hdpi/button_play.png b/res/drawable-hdpi/button_play.png new file mode 100644 index 0000000..e64bfe5 Binary files /dev/null and b/res/drawable-hdpi/button_play.png differ diff --git a/res/drawable-hdpi/coffee.png b/res/drawable-hdpi/coffee.png new file mode 100755 index 0000000..ad32faa Binary files /dev/null and b/res/drawable-hdpi/coffee.png differ diff --git a/res/drawable-hdpi/cong.png b/res/drawable-hdpi/cong.png new file mode 100755 index 0000000..5c433eb Binary files /dev/null and b/res/drawable-hdpi/cong.png differ diff --git a/res/drawable-hdpi/delete.png b/res/drawable-hdpi/delete.png new file mode 100755 index 0000000..aa545eb Binary files /dev/null and b/res/drawable-hdpi/delete.png differ diff --git a/res/drawable-hdpi/dir.png b/res/drawable-hdpi/dir.png new file mode 100755 index 0000000..f83eb36 Binary files /dev/null and b/res/drawable-hdpi/dir.png differ diff --git a/res/drawable-hdpi/download.png b/res/drawable-hdpi/download.png new file mode 100755 index 0000000..f8d2d50 Binary files /dev/null and b/res/drawable-hdpi/download.png differ diff --git a/res/drawable-hdpi/feedburn_notify.png b/res/drawable-hdpi/feedburn_notify.png new file mode 100755 index 0000000..47c80f7 Binary files /dev/null and b/res/drawable-hdpi/feedburn_notify.png differ diff --git a/res/drawable-hdpi/file.png b/res/drawable-hdpi/file.png new file mode 100755 index 0000000..f1ac69d Binary files /dev/null and b/res/drawable-hdpi/file.png differ diff --git a/res/drawable-hdpi/gplay.png b/res/drawable-hdpi/gplay.png new file mode 100755 index 0000000..78a82f1 Binary files /dev/null and b/res/drawable-hdpi/gplay.png differ diff --git a/res/drawable-hdpi/ic_dialog_metadata.png b/res/drawable-hdpi/ic_dialog_metadata.png new file mode 100755 index 0000000..d000ec2 Binary files /dev/null and b/res/drawable-hdpi/ic_dialog_metadata.png differ diff --git a/res/drawable-hdpi/ic_launcher_arkiwi.png b/res/drawable-hdpi/ic_launcher_arkiwi.png new file mode 100755 index 0000000..b395e2b Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_arkiwi.png differ diff --git a/res/drawable-hdpi/ic_menu_about.png b/res/drawable-hdpi/ic_menu_about.png new file mode 100755 index 0000000..39faf15 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_about.png differ diff --git a/res/drawable-hdpi/ic_menu_close.png b/res/drawable-hdpi/ic_menu_close.png new file mode 100755 index 0000000..48a57f1 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_close.png differ diff --git a/res/drawable-hdpi/ic_menu_order.png b/res/drawable-hdpi/ic_menu_order.png new file mode 100755 index 0000000..213152c Binary files /dev/null and b/res/drawable-hdpi/ic_menu_order.png differ diff --git a/res/drawable-hdpi/ic_menu_refresh.png b/res/drawable-hdpi/ic_menu_refresh.png new file mode 100755 index 0000000..529a74a Binary files /dev/null and b/res/drawable-hdpi/ic_menu_refresh.png differ diff --git a/res/drawable-hdpi/ic_menu_save.png b/res/drawable-hdpi/ic_menu_save.png new file mode 100755 index 0000000..97c4ec0 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_save.png differ diff --git a/res/drawable-hdpi/ic_menu_settings.png b/res/drawable-hdpi/ic_menu_settings.png new file mode 100755 index 0000000..2d32b85 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_settings.png differ diff --git a/res/drawable-hdpi/ic_podcast.png b/res/drawable-hdpi/ic_podcast.png new file mode 100644 index 0000000..6656afe Binary files /dev/null and b/res/drawable-hdpi/ic_podcast.png differ diff --git a/res/drawable-hdpi/ic_tab_feed.png b/res/drawable-hdpi/ic_tab_feed.png new file mode 100755 index 0000000..1a1098b Binary files /dev/null and b/res/drawable-hdpi/ic_tab_feed.png differ diff --git a/res/drawable-hdpi/ic_tab_search.png b/res/drawable-hdpi/ic_tab_search.png new file mode 100755 index 0000000..e8f4fe5 Binary files /dev/null and b/res/drawable-hdpi/ic_tab_search.png differ diff --git a/res/drawable-hdpi/ic_tab_view.png b/res/drawable-hdpi/ic_tab_view.png new file mode 100755 index 0000000..0782c71 Binary files /dev/null and b/res/drawable-hdpi/ic_tab_view.png differ diff --git a/res/drawable-hdpi/modify.png b/res/drawable-hdpi/modify.png new file mode 100755 index 0000000..28c6b64 Binary files /dev/null and b/res/drawable-hdpi/modify.png differ diff --git a/res/drawable-hdpi/morei.png b/res/drawable-hdpi/morei.png new file mode 100755 index 0000000..bbb5591 Binary files /dev/null and b/res/drawable-hdpi/morei.png differ diff --git a/res/drawable-hdpi/next.png b/res/drawable-hdpi/next.png new file mode 100755 index 0000000..f0cb58d Binary files /dev/null and b/res/drawable-hdpi/next.png differ diff --git a/res/drawable-hdpi/no_network.png b/res/drawable-hdpi/no_network.png new file mode 100755 index 0000000..94411b5 Binary files /dev/null and b/res/drawable-hdpi/no_network.png differ diff --git a/res/drawable-hdpi/or.png b/res/drawable-hdpi/or.png new file mode 100644 index 0000000..49d71a0 Binary files /dev/null and b/res/drawable-hdpi/or.png differ diff --git a/res/drawable-hdpi/pl_adele.jpg b/res/drawable-hdpi/pl_adele.jpg new file mode 100644 index 0000000..c3b2ff7 Binary files /dev/null and b/res/drawable-hdpi/pl_adele.jpg differ diff --git a/res/drawable-hdpi/pl_backward.xml b/res/drawable-hdpi/pl_backward.xml new file mode 100644 index 0000000..9b90803 --- /dev/null +++ b/res/drawable-hdpi/pl_backward.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_forward.xml b/res/drawable-hdpi/pl_forward.xml new file mode 100644 index 0000000..615dafe --- /dev/null +++ b/res/drawable-hdpi/pl_forward.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_gradient_bg.xml b/res/drawable-hdpi/pl_gradient_bg.xml new file mode 100644 index 0000000..1b7d11e --- /dev/null +++ b/res/drawable-hdpi/pl_gradient_bg.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_gradient_bg_hover.xml b/res/drawable-hdpi/pl_gradient_bg_hover.xml new file mode 100644 index 0000000..2ff9ac4 --- /dev/null +++ b/res/drawable-hdpi/pl_gradient_bg_hover.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_list_selector.xml b/res/drawable-hdpi/pl_list_selector.xml new file mode 100644 index 0000000..4a3601c --- /dev/null +++ b/res/drawable-hdpi/pl_list_selector.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_next.xml b/res/drawable-hdpi/pl_next.xml new file mode 100644 index 0000000..c37cafc --- /dev/null +++ b/res/drawable-hdpi/pl_next.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_pause.xml b/res/drawable-hdpi/pl_pause.xml new file mode 100644 index 0000000..b836bfa --- /dev/null +++ b/res/drawable-hdpi/pl_pause.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_play.xml b/res/drawable-hdpi/pl_play.xml new file mode 100644 index 0000000..8780bf5 --- /dev/null +++ b/res/drawable-hdpi/pl_play.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_playlist.xml b/res/drawable-hdpi/pl_playlist.xml new file mode 100644 index 0000000..d4ac171 --- /dev/null +++ b/res/drawable-hdpi/pl_playlist.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_previous.xml b/res/drawable-hdpi/pl_previous.xml new file mode 100644 index 0000000..80325cf --- /dev/null +++ b/res/drawable-hdpi/pl_previous.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_repeat.xml b/res/drawable-hdpi/pl_repeat.xml new file mode 100644 index 0000000..b982b1f --- /dev/null +++ b/res/drawable-hdpi/pl_repeat.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/res/drawable-hdpi/pl_repeat_focused.xml b/res/drawable-hdpi/pl_repeat_focused.xml new file mode 100644 index 0000000..8aeba90 --- /dev/null +++ b/res/drawable-hdpi/pl_repeat_focused.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/res/drawable-hdpi/pl_seekbar_progress.xml b/res/drawable-hdpi/pl_seekbar_progress.xml new file mode 100644 index 0000000..b8f8f23 --- /dev/null +++ b/res/drawable-hdpi/pl_seekbar_progress.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_seekbar_progress_bg.xml b/res/drawable-hdpi/pl_seekbar_progress_bg.xml new file mode 100644 index 0000000..7af7126 --- /dev/null +++ b/res/drawable-hdpi/pl_seekbar_progress_bg.xml @@ -0,0 +1,15 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/pl_shuffle.xml b/res/drawable-hdpi/pl_shuffle.xml new file mode 100644 index 0000000..081c2d9 --- /dev/null +++ b/res/drawable-hdpi/pl_shuffle.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/res/drawable-hdpi/pl_shuffle_focused.xml b/res/drawable-hdpi/pl_shuffle_focused.xml new file mode 100644 index 0000000..05c6b46 --- /dev/null +++ b/res/drawable-hdpi/pl_shuffle_focused.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/res/drawable-hdpi/play.png b/res/drawable-hdpi/play.png new file mode 100755 index 0000000..376c5dc Binary files /dev/null and b/res/drawable-hdpi/play.png differ diff --git a/res/drawable-hdpi/pli_bg.png b/res/drawable-hdpi/pli_bg.png new file mode 100644 index 0000000..6a729dc Binary files /dev/null and b/res/drawable-hdpi/pli_bg.png differ diff --git a/res/drawable-hdpi/pli_btn_backward.png b/res/drawable-hdpi/pli_btn_backward.png new file mode 100644 index 0000000..bad8480 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_backward.png differ diff --git a/res/drawable-hdpi/pli_btn_backward_pressed.png b/res/drawable-hdpi/pli_btn_backward_pressed.png new file mode 100644 index 0000000..7b46cf8 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_backward_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_forward.png b/res/drawable-hdpi/pli_btn_forward.png new file mode 100644 index 0000000..17bf9da Binary files /dev/null and b/res/drawable-hdpi/pli_btn_forward.png differ diff --git a/res/drawable-hdpi/pli_btn_forward_pressed.png b/res/drawable-hdpi/pli_btn_forward_pressed.png new file mode 100644 index 0000000..aeca4b9 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_forward_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_next.png b/res/drawable-hdpi/pli_btn_next.png new file mode 100644 index 0000000..9187641 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_next.png differ diff --git a/res/drawable-hdpi/pli_btn_next_pressed.png b/res/drawable-hdpi/pli_btn_next_pressed.png new file mode 100644 index 0000000..a9b6e72 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_next_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_pause.png b/res/drawable-hdpi/pli_btn_pause.png new file mode 100644 index 0000000..d9c3ebe Binary files /dev/null and b/res/drawable-hdpi/pli_btn_pause.png differ diff --git a/res/drawable-hdpi/pli_btn_pause_pressed.png b/res/drawable-hdpi/pli_btn_pause_pressed.png new file mode 100644 index 0000000..ca0aee3 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_pause_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_play.png b/res/drawable-hdpi/pli_btn_play.png new file mode 100644 index 0000000..855e540 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_play.png differ diff --git a/res/drawable-hdpi/pli_btn_play_pressed.png b/res/drawable-hdpi/pli_btn_play_pressed.png new file mode 100644 index 0000000..5427f84 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_play_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_playlist.png b/res/drawable-hdpi/pli_btn_playlist.png new file mode 100644 index 0000000..37267e4 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_playlist.png differ diff --git a/res/drawable-hdpi/pli_btn_playlist_pressed.png b/res/drawable-hdpi/pli_btn_playlist_pressed.png new file mode 100644 index 0000000..089fb83 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_playlist_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_previous.png b/res/drawable-hdpi/pli_btn_previous.png new file mode 100644 index 0000000..29df922 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_previous.png differ diff --git a/res/drawable-hdpi/pli_btn_previous_pressed.png b/res/drawable-hdpi/pli_btn_previous_pressed.png new file mode 100644 index 0000000..4b6fb94 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_previous_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_repeat.png b/res/drawable-hdpi/pli_btn_repeat.png new file mode 100644 index 0000000..2540b07 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_repeat.png differ diff --git a/res/drawable-hdpi/pli_btn_repeat_pressed.png b/res/drawable-hdpi/pli_btn_repeat_pressed.png new file mode 100644 index 0000000..e5901c8 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_repeat_pressed.png differ diff --git a/res/drawable-hdpi/pli_btn_shuffle.png b/res/drawable-hdpi/pli_btn_shuffle.png new file mode 100644 index 0000000..ce47310 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_shuffle.png differ diff --git a/res/drawable-hdpi/pli_btn_shuffle_pressed.png b/res/drawable-hdpi/pli_btn_shuffle_pressed.png new file mode 100644 index 0000000..9f86c01 Binary files /dev/null and b/res/drawable-hdpi/pli_btn_shuffle_pressed.png differ diff --git a/res/drawable-hdpi/pli_seek_handler.png b/res/drawable-hdpi/pli_seek_handler.png new file mode 100644 index 0000000..6ac0154 Binary files /dev/null and b/res/drawable-hdpi/pli_seek_handler.png differ diff --git a/res/drawable-hdpi/pli_seekbar_bg.png b/res/drawable-hdpi/pli_seekbar_bg.png new file mode 100644 index 0000000..bdb1f5d Binary files /dev/null and b/res/drawable-hdpi/pli_seekbar_bg.png differ diff --git a/res/drawable-hdpi/pli_seekbar_progress_blue.png b/res/drawable-hdpi/pli_seekbar_progress_blue.png new file mode 100644 index 0000000..b4b59d1 Binary files /dev/null and b/res/drawable-hdpi/pli_seekbar_progress_blue.png differ diff --git a/res/drawable-hdpi/pli_track_info_bg.png b/res/drawable-hdpi/pli_track_info_bg.png new file mode 100644 index 0000000..3655d58 Binary files /dev/null and b/res/drawable-hdpi/pli_track_info_bg.png differ diff --git a/res/drawable-hdpi/positive.png b/res/drawable-hdpi/positive.png new file mode 100755 index 0000000..74d4a5c Binary files /dev/null and b/res/drawable-hdpi/positive.png differ diff --git a/res/drawable-hdpi/qr.png b/res/drawable-hdpi/qr.png new file mode 100755 index 0000000..ab7e807 Binary files /dev/null and b/res/drawable-hdpi/qr.png differ diff --git a/res/drawable-hdpi/query_bookmark.png b/res/drawable-hdpi/query_bookmark.png new file mode 100755 index 0000000..f5c61a0 Binary files /dev/null and b/res/drawable-hdpi/query_bookmark.png differ diff --git a/res/drawable-hdpi/software.png b/res/drawable-hdpi/software.png new file mode 100755 index 0000000..e92c44e Binary files /dev/null and b/res/drawable-hdpi/software.png differ diff --git a/res/drawable-hdpi/svuota.png b/res/drawable-hdpi/svuota.png new file mode 100644 index 0000000..f863b1b Binary files /dev/null and b/res/drawable-hdpi/svuota.png differ diff --git a/res/drawable-hdpi/synchronize.png b/res/drawable-hdpi/synchronize.png new file mode 100755 index 0000000..126d21f Binary files /dev/null and b/res/drawable-hdpi/synchronize.png differ diff --git a/res/drawable-hdpi/tag.png b/res/drawable-hdpi/tag.png new file mode 100755 index 0000000..72867e7 Binary files /dev/null and b/res/drawable-hdpi/tag.png differ diff --git a/res/drawable-hdpi/torrrent.png b/res/drawable-hdpi/torrrent.png new file mode 100755 index 0000000..4d30f52 Binary files /dev/null and b/res/drawable-hdpi/torrrent.png differ diff --git a/res/drawable-hdpi/under_custruction.png b/res/drawable-hdpi/under_custruction.png new file mode 100755 index 0000000..f723efd Binary files /dev/null and b/res/drawable-hdpi/under_custruction.png differ diff --git a/res/drawable-hdpi/video.png b/res/drawable-hdpi/video.png new file mode 100755 index 0000000..f6379c4 Binary files /dev/null and b/res/drawable-hdpi/video.png differ diff --git a/res/drawable-hdpi/warn.png b/res/drawable-hdpi/warn.png new file mode 100755 index 0000000..91aa382 Binary files /dev/null and b/res/drawable-hdpi/warn.png differ diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png new file mode 100755 index 0000000..9923872 Binary files /dev/null and b/res/drawable-ldpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100755 index 0000000..359047d Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100755 index 0000000..71c6d76 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/layout/archive_list_row.xml b/res/layout/archive_list_row.xml new file mode 100755 index 0000000..061ca1d --- /dev/null +++ b/res/layout/archive_list_row.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/archive_main.xml b/res/layout/archive_main.xml new file mode 100755 index 0000000..d302f98 --- /dev/null +++ b/res/layout/archive_main.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/layout/bg_player_header.xml b/res/layout/bg_player_header.xml new file mode 100644 index 0000000..6d643a5 --- /dev/null +++ b/res/layout/bg_player_header.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/res/layout/dialog_metadata.xml b/res/layout/dialog_metadata.xml new file mode 100755 index 0000000..ec39126 --- /dev/null +++ b/res/layout/dialog_metadata.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/layout/dialog_modify.xml b/res/layout/dialog_modify.xml new file mode 100755 index 0000000..9d6384b --- /dev/null +++ b/res/layout/dialog_modify.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/gradient_bg.xml b/res/layout/gradient_bg.xml new file mode 100755 index 0000000..1bbd752 --- /dev/null +++ b/res/layout/gradient_bg.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/res/layout/gradient_bg_hover.xml b/res/layout/gradient_bg_hover.xml new file mode 100755 index 0000000..ba406b1 --- /dev/null +++ b/res/layout/gradient_bg_hover.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/res/layout/pl_bg_player_footer.xml b/res/layout/pl_bg_player_footer.xml new file mode 100644 index 0000000..850215a --- /dev/null +++ b/res/layout/pl_bg_player_footer.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/res/layout/pl_main.xml b/res/layout/pl_main.xml new file mode 100644 index 0000000..5dba3c9 --- /dev/null +++ b/res/layout/pl_main.xml @@ -0,0 +1,12 @@ + + + +