translation update
This commit is contained in:
parent
d9aae20003
commit
389b2775c2
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Música",
|
||||
"Pause" => "Pausa",
|
||||
"Songs scanned" => "Cançons escanejades",
|
||||
"Rescan Collection" => "Escaneja de nou la col·lecció",
|
||||
"Pause" => "Pausa",
|
||||
"Artist" => "Artista",
|
||||
"Album" => "Àlbum",
|
||||
"Title" => "Títol"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Musik",
|
||||
"Pause" => "Pause",
|
||||
"Songs scanned" => "Sange skannet",
|
||||
"Rescan Collection" => "Genskan Samling",
|
||||
"Pause" => "Pause",
|
||||
"Artist" => "Kunstner",
|
||||
"Album" => "Album",
|
||||
"Title" => "Titel"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Musik",
|
||||
"Pause" => "Pause",
|
||||
"Songs scanned" => "Lieder gescannt",
|
||||
"Rescan Collection" => "Sammlung scannen",
|
||||
"Pause" => "Pause",
|
||||
"Artist" => "Künstler",
|
||||
"Album" => "Album",
|
||||
"Title" => "Titel"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Μουσική",
|
||||
"Pause" => "Παύση",
|
||||
"Songs scanned" => "Σαρωμένα τραγούγια",
|
||||
"Rescan Collection" => "Επανασάρωση συλλογής",
|
||||
"Pause" => "Παύση",
|
||||
"Artist" => "Καλλιτέχνης",
|
||||
"Album" => "Άλμπουμ",
|
||||
"Title" => "Τίτλος"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Música",
|
||||
"Pause" => "Pausa",
|
||||
"Songs scanned" => "Canciones encontradas",
|
||||
"Rescan Collection" => "Buscar música nueva",
|
||||
"Pause" => "Pausa",
|
||||
"Artist" => "Artista",
|
||||
"Album" => "Álbum",
|
||||
"Title" => "Título"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Musique",
|
||||
"Pause" => "Pause",
|
||||
"Songs scanned" => "Pistes scannées",
|
||||
"Rescan Collection" => "Réanalyser la Collection",
|
||||
"Pause" => "Pause",
|
||||
"Artist" => "Artiste",
|
||||
"Album" => "Album",
|
||||
"Title" => "Titre"
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Musik",
|
||||
"Pause" => "Jeda",
|
||||
"Songs scanned" => "Lagu-lagu yang telah dipindai",
|
||||
"Rescan Collection" => "Pindai ulang Koleksi",
|
||||
"Artist" => "Artis",
|
||||
"Album" => "Album",
|
||||
"Title" => "Judul"
|
||||
);
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Muziek",
|
||||
"Pause" => "Pauze",
|
||||
"Songs scanned" => "nummers gescanned",
|
||||
"Rescan Collection" => "Collectie opnieuw scannen",
|
||||
"Pause" => "Pauze",
|
||||
"Artist" => "Artiest",
|
||||
"Album" => "Album",
|
||||
"Title" => "Titel"
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Muzyka",
|
||||
"Pause" => "Zatrzymaj",
|
||||
"Songs scanned" => "Przeskanowane utwory",
|
||||
"Rescan Collection" => "Przeskanuj kolekcję",
|
||||
"Artist" => "Artysta",
|
||||
"Album" => "Album",
|
||||
"Title" => "Tytuł"
|
||||
);
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Música",
|
||||
"Pause" => "Pausa",
|
||||
"Songs scanned" => "Músicas encontradas",
|
||||
"Rescan Collection" => "Atualizar a Coleção",
|
||||
"Pause" => "Pausa",
|
||||
"Artist" => "Artista",
|
||||
"Album" => "Álbum",
|
||||
"Title" => "Título"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Music" => "Musik",
|
||||
"Pause" => "Paus",
|
||||
"Songs scanned" => "Skannade låtar",
|
||||
"Rescan Collection" => "Sök igenom samlingen",
|
||||
"Pause" => "Paus",
|
||||
"Artist" => "Artist",
|
||||
"Album" => "Album",
|
||||
"Title" => "Titel"
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Users" => "Utilisateurs",
|
||||
"Apps" => "Applications",
|
||||
"Help" => "Aide",
|
||||
"Personal" => "Personnel",
|
||||
"Login failed!" => "Échec de la connexion !",
|
||||
"remember" => "se souvenir de moi",
|
||||
"Create an <strong>admin account</strong>" => "Créer un <strong>compte administrateur</strong>",
|
||||
|
|
|
@ -1,10 +1,27 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Users" => "Pengguna",
|
||||
"Apps" => "Aplikasi",
|
||||
"Help" => "Bantuan",
|
||||
"Personal" => "Identitas",
|
||||
"Login failed!" => "Gagal masuk!",
|
||||
"remember" => "selalu login",
|
||||
"Create an <strong>admin account</strong>" => "Buat sebuah <strong>akun admin</strong>",
|
||||
"Username" => "Username",
|
||||
"Password" => "Password",
|
||||
"Configure the database" => "Konfigurasi database",
|
||||
"will be used" => "akan digunakan",
|
||||
"Database user" => "Pengguna database",
|
||||
"Database password" => "Password database",
|
||||
"Database name" => "Nama database",
|
||||
"Advanced" => "Tingkat Lanjut",
|
||||
"Host" => "Host",
|
||||
"Table prefix" => "Awalan tabel",
|
||||
"Data folder" => "Folder data",
|
||||
"Finish setup" => "Selesaikan instalasi",
|
||||
"Cloud not found" => "Cloud tidak ditemukan",
|
||||
"gives you the freedom to control your own data on the internet" => "memberikan anda kebebasan dalam mengendalikan data anda di internet",
|
||||
"prev" => "sebelum",
|
||||
"next" => "selanjutnya",
|
||||
"You are logged out." => "Anda telah keluar."
|
||||
"You are logged out." => "Anda telah keluar.",
|
||||
"Settings" => "Setelan"
|
||||
);
|
||||
|
|
|
@ -1,8 +1,27 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Users" => "Użytkownicy",
|
||||
"Apps" => "Aplikacje",
|
||||
"Help" => "Pomoc",
|
||||
"Personal" => "Ustawienia osobiste",
|
||||
"Login failed!" => "Nie udało się zalogować!",
|
||||
"remember" => "zapamiętaj",
|
||||
"Create an <strong>admin account</strong>" => "Stwórz jako <strong>konto administratora</strong>",
|
||||
"Username" => "Użytkownik",
|
||||
"Password" => "Hasło",
|
||||
"Configure the database" => "Konfiguracja bazy danych",
|
||||
"will be used" => "zostanie użyte",
|
||||
"Database user" => "Użytkownik bazy danych",
|
||||
"Database password" => "Hasło do bazy danych",
|
||||
"Database name" => "Nazwa bazy danych",
|
||||
"Advanced" => "Zaawansowane",
|
||||
"Host" => "Host",
|
||||
"Table prefix" => "Prefiks tablicy",
|
||||
"Data folder" => "Katalog danych",
|
||||
"Finish setup" => "Zakończ instalację",
|
||||
"Cloud not found" => "Konta nie znaleziono ",
|
||||
"gives you the freedom to control your own data on the internet" => "daje Ci wolność kontroli nad Twoimi danymi w Internecie",
|
||||
"prev" => "wstecz",
|
||||
"next" => "dalej",
|
||||
"You are logged out." => "Jesteś wylogowany."
|
||||
"You are logged out." => "Zostałeś wylogowany.",
|
||||
"Settings" => "Ustawienia"
|
||||
);
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -99,15 +99,15 @@ msgstr "Завършване на настройките"
|
|||
msgid "Cloud not found"
|
||||
msgstr "обклакът не намерен"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "пред."
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "следващо"
|
||||
|
||||
|
@ -115,7 +115,11 @@ msgstr "следващо"
|
|||
msgid "You are logged out."
|
||||
msgstr "Вие излязохте."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -20,27 +20,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:35
|
||||
msgid "Artist"
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:36
|
||||
msgid "Album"
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 20:01+0000\n"
|
||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -98,15 +98,15 @@ msgstr "Acaba la configuració"
|
|||
msgid "Cloud not found"
|
||||
msgstr "No s'ha trobat el núvol"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr "us dóna la llibertat per controlar les vostres dades a internet"
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "anterior"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "següent"
|
||||
|
||||
|
@ -114,7 +114,11 @@ msgstr "següent"
|
|||
msgid "You are logged out."
|
||||
msgstr "Heu tancat la sessió."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Arranjament"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-16 06:18+0000\n"
|
||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.net/projects/p/owncloud/team/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,27 +21,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Música"
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
msgstr "Cançons escanejades"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Escaneja de nou la col·lecció"
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pausa"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Cançons escanejades"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Escaneja de nou la col·lecció"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artista"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Àlbum"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Títol"
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -98,15 +98,15 @@ msgstr "Afslut installation"
|
|||
msgid "Cloud not found"
|
||||
msgstr "Sky ikke fundet"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "forrige"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "næste"
|
||||
|
||||
|
@ -114,7 +114,11 @@ msgstr "næste"
|
|||
msgid "You are logged out."
|
||||
msgstr "Du er nu logget ud"
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Indstillinger"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-17 17:19+0000\n"
|
||||
"Last-Translator: pascal_a <pascal@dhermilly.dk>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,27 +21,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Musik"
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
msgstr "Sange skannet"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Genskan Samling"
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pause"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Sange skannet"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Genskan Samling"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Kunstner"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:25+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -99,16 +99,16 @@ msgstr "Installation abschließen"
|
|||
msgid "Cloud not found"
|
||||
msgstr "Cloud nicht verfügbar"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
"gibt dir die Freiheit, deine eigenen Daten im Internet zu kontrollieren."
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "Zurück"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "Weiter"
|
||||
|
||||
|
@ -116,7 +116,11 @@ msgstr "Weiter"
|
|||
msgid "You are logged out."
|
||||
msgstr "Erfolgreich abgemeldet."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 05:10+0200\n"
|
||||
"PO-Revision-Date: 2011-08-13 02:35+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,7 +21,31 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Musik"
|
||||
|
||||
#: templates/music.php:27
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pause"
|
||||
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Lieder gescannt"
|
||||
|
||||
|
@ -29,19 +53,15 @@ msgstr "Lieder gescannt"
|
|||
msgid "Rescan Collection"
|
||||
msgstr "Sammlung scannen"
|
||||
|
||||
#: templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pause"
|
||||
|
||||
#: templates/music.php:34
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Künstler"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -99,16 +99,16 @@ msgstr "Ολοκλήρωση εγκατάστασης"
|
|||
msgid "Cloud not found"
|
||||
msgstr "Δεν βρέθηκε σύννεφο"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
"σας δίνει την ελευθερία να ελέγχετε τα δικά σας δεδομένα στο διαδίκτυο"
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "προηγούμενο"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "επόμενο"
|
||||
|
||||
|
@ -116,7 +116,11 @@ msgstr "επόμενο"
|
|||
msgid "You are logged out."
|
||||
msgstr "Έχετε αποσυνδεθεί."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Ρυθμίσεις"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-13 17:45+0000\n"
|
||||
"Last-Translator: multipetros <petros.kyladitis@gmail.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Greek (http://www.transifex.net/projects/p/owncloud/team/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,27 +21,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Μουσική"
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
msgstr "Σαρωμένα τραγούγια"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Επανασάρωση συλλογής"
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Παύση"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Σαρωμένα τραγούγια"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Επανασάρωση συλλογής"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Καλλιτέχνης"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Άλμπουμ"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Τίτλος"
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -99,15 +99,15 @@ msgstr "Completar la instalación"
|
|||
msgid "Cloud not found"
|
||||
msgstr "No se encontró la nube"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "anterior"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "siguiente"
|
||||
|
||||
|
@ -115,7 +115,11 @@ msgstr "siguiente"
|
|||
msgid "You are logged out."
|
||||
msgstr "Has cerrado sesión."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Ajustes"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-13 21:47+0000\n"
|
||||
"Last-Translator: xsergiolpx <sergioballesterossolanas@gmail.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,27 +21,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Música"
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
msgstr "Canciones encontradas"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Buscar música nueva"
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pausa"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Canciones encontradas"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Buscar música nueva"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artista"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Álbum"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Título"
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -19,19 +19,19 @@ msgstr ""
|
|||
|
||||
#: strings.php:5
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
msgstr "Utilisateurs"
|
||||
|
||||
#: strings.php:6
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
msgstr "Applications"
|
||||
|
||||
#: strings.php:7
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
msgstr "Aide"
|
||||
|
||||
#: strings.php:8
|
||||
msgid "Personal"
|
||||
msgstr ""
|
||||
msgstr "Personnel"
|
||||
|
||||
#: templates/login.php:4
|
||||
msgid "Login failed!"
|
||||
|
@ -98,15 +98,15 @@ msgstr "Terminer l'installation"
|
|||
msgid "Cloud not found"
|
||||
msgstr "Introuvable"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr "vous rend libre de contrôler vos propres données sur internet"
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "précédent"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "suivant"
|
||||
|
||||
|
@ -114,7 +114,11 @@ msgstr "suivant"
|
|||
msgid "You are logged out."
|
||||
msgstr "Vous êtes désormais déconnecté."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 05:10+0200\n"
|
||||
"PO-Revision-Date: 2011-08-13 09:06+0000\n"
|
||||
"Last-Translator: rom1dep <rom1dep@gmail.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,7 +21,31 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Musique"
|
||||
|
||||
#: templates/music.php:27
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pause"
|
||||
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Pistes scannées"
|
||||
|
||||
|
@ -29,19 +53,15 @@ msgstr "Pistes scannées"
|
|||
msgid "Rescan Collection"
|
||||
msgstr "Réanalyser la Collection"
|
||||
|
||||
#: templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pause"
|
||||
|
||||
#: templates/music.php:34
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artiste"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Titre"
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -19,19 +19,19 @@ msgstr ""
|
|||
|
||||
#: strings.php:5
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
msgstr "Pengguna"
|
||||
|
||||
#: strings.php:6
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
msgstr "Aplikasi"
|
||||
|
||||
#: strings.php:7
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
msgstr "Bantuan"
|
||||
|
||||
#: strings.php:8
|
||||
msgid "Personal"
|
||||
msgstr ""
|
||||
msgstr "Identitas"
|
||||
|
||||
#: templates/login.php:4
|
||||
msgid "Login failed!"
|
||||
|
@ -39,11 +39,11 @@ msgstr "Gagal masuk!"
|
|||
|
||||
#: templates/login.php:9 templates/login.php:13
|
||||
msgid "remember"
|
||||
msgstr ""
|
||||
msgstr "selalu login"
|
||||
|
||||
#: templates/installation.php:20
|
||||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr ""
|
||||
msgstr "Buat sebuah <strong>akun admin</strong>"
|
||||
|
||||
#: templates/installation.php:21
|
||||
msgid "Username"
|
||||
|
@ -55,24 +55,24 @@ msgstr "Password"
|
|||
|
||||
#: templates/installation.php:27
|
||||
msgid "Configure the database"
|
||||
msgstr ""
|
||||
msgstr "Konfigurasi database"
|
||||
|
||||
#: templates/installation.php:32 templates/installation.php:43
|
||||
#: templates/installation.php:53
|
||||
msgid "will be used"
|
||||
msgstr ""
|
||||
msgstr "akan digunakan"
|
||||
|
||||
#: templates/installation.php:64
|
||||
msgid "Database user"
|
||||
msgstr ""
|
||||
msgstr "Pengguna database"
|
||||
|
||||
#: templates/installation.php:65
|
||||
msgid "Database password"
|
||||
msgstr ""
|
||||
msgstr "Password database"
|
||||
|
||||
#: templates/installation.php:66
|
||||
msgid "Database name"
|
||||
msgstr ""
|
||||
msgstr "Nama database"
|
||||
|
||||
#: templates/installation.php:74
|
||||
msgid "Advanced"
|
||||
|
@ -80,15 +80,15 @@ msgstr "Tingkat Lanjut"
|
|||
|
||||
#: templates/installation.php:77
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
msgstr "Host"
|
||||
|
||||
#: templates/installation.php:78
|
||||
msgid "Table prefix"
|
||||
msgstr ""
|
||||
msgstr "Awalan tabel"
|
||||
|
||||
#: templates/installation.php:80
|
||||
msgid "Data folder"
|
||||
msgstr ""
|
||||
msgstr "Folder data"
|
||||
|
||||
#: templates/installation.php:83
|
||||
msgid "Finish setup"
|
||||
|
@ -96,17 +96,17 @@ msgstr "Selesaikan instalasi"
|
|||
|
||||
#: templates/404.php:12
|
||||
msgid "Cloud not found"
|
||||
msgstr ""
|
||||
msgstr "Cloud tidak ditemukan"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
msgstr "memberikan anda kebebasan dalam mengendalikan data anda di internet"
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "sebelum"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "selanjutnya"
|
||||
|
||||
|
@ -114,8 +114,12 @@ msgstr "selanjutnya"
|
|||
msgid "You are logged out."
|
||||
msgstr "Anda telah keluar."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
msgid "Settings"
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Setelan"
|
||||
|
||||
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Muhammad Radifar <m_radifar05@yahoo.com>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 08:32+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -18,30 +19,50 @@ msgstr ""
|
|||
|
||||
#: appinfo/app.php:31
|
||||
msgid "Music"
|
||||
msgstr "Musik"
|
||||
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Jeda"
|
||||
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr ""
|
||||
msgid "Songs scanned"
|
||||
msgstr "Lagu-lagu yang telah dipindai"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Pause"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:35
|
||||
msgid "Artist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:36
|
||||
msgid "Album"
|
||||
msgstr ""
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Pindai ulang Koleksi"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artis"
|
||||
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "Judul"
|
||||
|
||||
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Muhammad Radifar <m_radifar05@yahoo.com>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 18:58+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 16:59+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 01:30+0000\n"
|
||||
"Last-Translator: radifar <m_radifar05@yahoo.com>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.net/projects/p/owncloud/team/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -18,106 +19,108 @@ msgstr ""
|
|||
|
||||
#: ajax/openid.php:13 ajax/setlanguage.php:13
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
msgstr "Otentikasi bermasalah"
|
||||
|
||||
#: ajax/openid.php:21
|
||||
msgid "OpenID Changed"
|
||||
msgstr ""
|
||||
msgstr "OpenID telah dirubah"
|
||||
|
||||
#: ajax/openid.php:23 ajax/setlanguage.php:23
|
||||
msgid "Invalid request"
|
||||
msgstr ""
|
||||
msgstr "Permintaan tidak valid"
|
||||
|
||||
#: ajax/setlanguage.php:21
|
||||
msgid "Language changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:2
|
||||
msgid "Problems connecting to help database."
|
||||
msgstr ""
|
||||
msgstr "Bahasa telah diganti"
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "Problems connecting to help database."
|
||||
msgstr "Bermasalah saat menghubungi database bantuan."
|
||||
|
||||
#: templates/help.php:4
|
||||
msgid "Go there manually."
|
||||
msgstr ""
|
||||
msgstr "Pergi kesana secara manual."
|
||||
|
||||
#: templates/help.php:11
|
||||
#: templates/help.php:12
|
||||
msgid "Answer"
|
||||
msgstr ""
|
||||
msgstr "Jawab"
|
||||
|
||||
#: templates/help.php:17
|
||||
#: templates/help.php:16
|
||||
msgid "Ask a question"
|
||||
msgstr ""
|
||||
msgstr "Ajukan pertanyaan"
|
||||
|
||||
#: templates/apps.php:12
|
||||
msgid "Select an App"
|
||||
msgstr ""
|
||||
msgstr "Pilih satu aplikasi"
|
||||
|
||||
#: templates/apps.php:14
|
||||
msgid "-licensed"
|
||||
msgstr ""
|
||||
msgstr "-terlisensi"
|
||||
|
||||
#: templates/apps.php:14
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
msgstr "oleh"
|
||||
|
||||
#: templates/personal.php:2
|
||||
msgid "You use"
|
||||
msgstr ""
|
||||
msgstr "Anda menggunakan"
|
||||
|
||||
#: templates/personal.php:2
|
||||
msgid "of the available"
|
||||
msgstr ""
|
||||
msgstr "dari yang tersedia"
|
||||
|
||||
#: templates/personal.php:7
|
||||
msgid "Your password got changed"
|
||||
msgstr ""
|
||||
msgstr "Password anda telah dirubah"
|
||||
|
||||
#: templates/personal.php:9
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
msgstr "Password saat ini"
|
||||
|
||||
#: templates/personal.php:10
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
msgstr "Password baru"
|
||||
|
||||
#: templates/personal.php:11
|
||||
msgid "show"
|
||||
msgstr ""
|
||||
msgstr "perlihatkan"
|
||||
|
||||
#: templates/personal.php:12
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
msgstr "Rubah password"
|
||||
|
||||
#: templates/personal.php:18
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
msgstr "Bahasa"
|
||||
|
||||
#: templates/personal.php:24
|
||||
msgid "Help translating"
|
||||
msgstr ""
|
||||
msgstr "Bantu terjemahkan"
|
||||
|
||||
#: templates/personal.php:30
|
||||
msgid "use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
"gunakan alamat ini untuk terhubung dengan ownCloud anda dalam file manager "
|
||||
"anda"
|
||||
|
||||
#: templates/users.php:11
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Nama"
|
||||
|
||||
#: templates/users.php:12
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
msgstr "Password"
|
||||
|
||||
#: templates/users.php:13 templates/users.php:28
|
||||
#: templates/users.php:13 templates/users.php:31
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
msgstr "Group"
|
||||
|
||||
#: templates/users.php:18
|
||||
#: templates/users.php:19
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Buat"
|
||||
|
||||
#: templates/users.php:40
|
||||
#: templates/users.php:43
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "Hapus"
|
||||
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -98,15 +98,15 @@ msgstr "Termina"
|
|||
msgid "Cloud not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "precedente"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "successivo"
|
||||
|
||||
|
@ -114,7 +114,11 @@ msgstr "successivo"
|
|||
msgid "You are logged out."
|
||||
msgstr "Sei uscito."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Impostazioni"
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-13 15:44+0000\n"
|
||||
"Last-Translator: bash <andrea@archlinux.org>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Italian (http://www.transifex.net/projects/p/owncloud/team/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,27 +20,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Musica"
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pausa"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artista"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Titolo"
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -98,15 +98,15 @@ msgstr "Installatie afronden"
|
|||
msgid "Cloud not found"
|
||||
msgstr "Cloud niet gevonden"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr "geeft je de vrijheid om je eigen data te controleren op het internet"
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "vorige"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "volgende"
|
||||
|
||||
|
@ -114,7 +114,11 @@ msgstr "volgende"
|
|||
msgid "You are logged out."
|
||||
msgstr "U bent afgemeld."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Instellingen"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-14 13:52+0000\n"
|
||||
"Last-Translator: icewind <icewind1991@gmail.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/team/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,27 +21,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Muziek"
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
msgstr "nummers gescanned"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Collectie opnieuw scannen"
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pauze"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "nummers gescanned"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Collectie opnieuw scannen"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artiest"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
|
|
|
@ -3,14 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Kamil Domański <kdomanski@kdemail.net>, 2011.
|
||||
# <mosslar@gmail.com>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language-Team: Polish (http://www.transifex.net/projects/p/owncloud/team/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -19,19 +20,19 @@ msgstr ""
|
|||
|
||||
#: strings.php:5
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
msgstr "Użytkownicy"
|
||||
|
||||
#: strings.php:6
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
msgstr "Aplikacje"
|
||||
|
||||
#: strings.php:7
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
msgstr "Pomoc"
|
||||
|
||||
#: strings.php:8
|
||||
msgid "Personal"
|
||||
msgstr ""
|
||||
msgstr "Ustawienia osobiste"
|
||||
|
||||
#: templates/login.php:4
|
||||
msgid "Login failed!"
|
||||
|
@ -39,40 +40,40 @@ msgstr "Nie udało się zalogować!"
|
|||
|
||||
#: templates/login.php:9 templates/login.php:13
|
||||
msgid "remember"
|
||||
msgstr ""
|
||||
msgstr "zapamiętaj"
|
||||
|
||||
#: templates/installation.php:20
|
||||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr ""
|
||||
msgstr "Stwórz jako <strong>konto administratora</strong>"
|
||||
|
||||
#: templates/installation.php:21
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
msgstr "Użytkownik"
|
||||
|
||||
#: templates/installation.php:22
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
msgstr "Hasło"
|
||||
|
||||
#: templates/installation.php:27
|
||||
msgid "Configure the database"
|
||||
msgstr ""
|
||||
msgstr "Konfiguracja bazy danych"
|
||||
|
||||
#: templates/installation.php:32 templates/installation.php:43
|
||||
#: templates/installation.php:53
|
||||
msgid "will be used"
|
||||
msgstr ""
|
||||
msgstr "zostanie użyte"
|
||||
|
||||
#: templates/installation.php:64
|
||||
msgid "Database user"
|
||||
msgstr ""
|
||||
msgstr "Użytkownik bazy danych"
|
||||
|
||||
#: templates/installation.php:65
|
||||
msgid "Database password"
|
||||
msgstr ""
|
||||
msgstr "Hasło do bazy danych"
|
||||
|
||||
#: templates/installation.php:66
|
||||
msgid "Database name"
|
||||
msgstr ""
|
||||
msgstr "Nazwa bazy danych"
|
||||
|
||||
#: templates/installation.php:74
|
||||
msgid "Advanced"
|
||||
|
@ -80,15 +81,15 @@ msgstr "Zaawansowane"
|
|||
|
||||
#: templates/installation.php:77
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
msgstr "Host"
|
||||
|
||||
#: templates/installation.php:78
|
||||
msgid "Table prefix"
|
||||
msgstr ""
|
||||
msgstr "Prefiks tablicy"
|
||||
|
||||
#: templates/installation.php:80
|
||||
msgid "Data folder"
|
||||
msgstr ""
|
||||
msgstr "Katalog danych"
|
||||
|
||||
#: templates/installation.php:83
|
||||
msgid "Finish setup"
|
||||
|
@ -96,26 +97,30 @@ msgstr "Zakończ instalację"
|
|||
|
||||
#: templates/404.php:12
|
||||
msgid "Cloud not found"
|
||||
msgstr ""
|
||||
msgstr "Konta nie znaleziono "
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
msgstr "daje Ci wolność kontroli nad Twoimi danymi w Internecie"
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "wstecz"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "dalej"
|
||||
|
||||
#: templates/logout.php:1
|
||||
msgid "You are logged out."
|
||||
msgstr "Jesteś wylogowany."
|
||||
msgstr "Zostałeś wylogowany."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
msgid "Settings"
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Ustawienia"
|
||||
|
||||
|
||||
|
|
|
@ -2,14 +2,15 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# <mosslar@gmail.com>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2011-08-19 11:11+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Polish (http://www.transifex.net/projects/p/owncloud/team/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -18,30 +19,50 @@ msgstr ""
|
|||
|
||||
#: appinfo/app.php:31
|
||||
msgid "Music"
|
||||
msgstr "Muzyka"
|
||||
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Zatrzymaj"
|
||||
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr ""
|
||||
msgstr "Przeskanowane utwory"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:36
|
||||
msgid "Artist"
|
||||
msgstr ""
|
||||
msgstr "Przeskanuj kolekcję"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Album"
|
||||
msgstr ""
|
||||
msgid "Artist"
|
||||
msgstr "Artysta"
|
||||
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "Tytuł"
|
||||
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 21:07+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 19:08+0000\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Portuguese (Brazilian) (http://www.transifex.net/projects/p/owncloud/team/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -98,15 +98,15 @@ msgstr "Concluir configuração"
|
|||
msgid "Cloud not found"
|
||||
msgstr "Cloud não encontrado"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "anterior"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "próximo"
|
||||
|
||||
|
@ -114,7 +114,11 @@ msgstr "próximo"
|
|||
msgid "You are logged out."
|
||||
msgstr "Você está desconectado."
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Configurações"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
|
||||
"PO-Revision-Date: 2011-08-15 15:44+0000\n"
|
||||
"Last-Translator: vanderland <transifex@vanderland.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Portuguese (Brazilian) (http://www.transifex.net/projects/p/owncloud/team/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,27 +21,47 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Música"
|
||||
|
||||
#: templates/music.php:27
|
||||
msgid "Songs scanned"
|
||||
msgstr "Músicas encontradas"
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Atualizar a Coleção"
|
||||
|
||||
#: templates/music.php:29
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Pausa"
|
||||
|
||||
#: templates/music.php:35
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Músicas encontradas"
|
||||
|
||||
#: templates/music.php:29
|
||||
msgid "Rescan Collection"
|
||||
msgstr "Atualizar a Coleção"
|
||||
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artista"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Álbum"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Título"
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 22:32+0000\n"
|
||||
"Last-Translator: HakanS <hakan.thn@gmail.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.net/projects/p/owncloud/team/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -98,15 +98,15 @@ msgstr "Avsluta installation"
|
|||
msgid "Cloud not found"
|
||||
msgstr "Hittade inget moln"
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr "ger dig friheten att hantera ditt eget data på internet"
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr "föregående"
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr "nästa"
|
||||
|
||||
|
@ -114,7 +114,11 @@ msgstr "nästa"
|
|||
msgid "You are logged out."
|
||||
msgstr "Du är utloggad"
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Inställningar"
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
|
||||
"POT-Creation-Date: 2011-08-18 10:45+0200\n"
|
||||
"PO-Revision-Date: 2011-08-18 11:19+0000\n"
|
||||
"Last-Translator: HakanS <hakan.thn@gmail.com>\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: 2011-08-20 03:08+0000\n"
|
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.net/projects/p/owncloud/team/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,6 +20,30 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr "Musik"
|
||||
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Paus"
|
||||
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr "Skannade låtar"
|
||||
|
@ -28,19 +52,15 @@ msgstr "Skannade låtar"
|
|||
msgid "Rescan Collection"
|
||||
msgstr "Sök igenom samlingen"
|
||||
|
||||
#: templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr "Paus"
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr "Artist"
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: templates/music.php:38
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -98,15 +98,15 @@ msgstr ""
|
|||
msgid "Cloud not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.guest.php:38
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:6
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:26
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr ""
|
||||
|
||||
|
@ -114,6 +114,10 @@ msgstr ""
|
|||
msgid "You are logged out."
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -25,10 +25,6 @@ msgstr ""
|
|||
msgid "Maximum upload size"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.list.php:1
|
||||
msgid "Nothing in here. Upload something!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
@ -37,31 +33,35 @@ msgstr ""
|
|||
msgid "New Folder"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:29
|
||||
msgid "Name"
|
||||
#: templates/index.php:24
|
||||
msgid "Nothing in here. Upload something!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:31
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:33
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:35
|
||||
#: templates/index.php:37
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:36
|
||||
#: templates/index.php:38
|
||||
msgid "Modified"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:36
|
||||
#: templates/index.php:38
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:44
|
||||
#: templates/index.php:46
|
||||
msgid "Upload too large"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:46
|
||||
#: templates/index.php:48
|
||||
msgid ""
|
||||
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||
"on this server."
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -21,6 +21,30 @@ msgstr ""
|
|||
msgid "Music"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:3
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:4 templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:5
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:6
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:7
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:8
|
||||
msgid "Unmute"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:28
|
||||
msgid "Songs scanned"
|
||||
msgstr ""
|
||||
|
@ -29,18 +53,14 @@ msgstr ""
|
|||
msgid "Rescan Collection"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:30
|
||||
msgid "Pause"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:36
|
||||
#: templates/music.php:37
|
||||
msgid "Artist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:37
|
||||
#: templates/music.php:38
|
||||
msgid "Album"
|
||||
msgstr ""
|
||||
|
||||
#: templates/music.php:38
|
||||
#: templates/music.php:39
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-19 13:10+0200\n"
|
||||
"POT-Creation-Date: 2011-08-20 05:08+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -109,14 +109,14 @@ msgstr ""
|
|||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:13 templates/users.php:28
|
||||
#: templates/users.php:13 templates/users.php:31
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:18
|
||||
#: templates/users.php:19
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:40
|
||||
#: templates/users.php:43
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Authentication error" => "Otentikasi bermasalah",
|
||||
"OpenID Changed" => "OpenID telah dirubah",
|
||||
"Invalid request" => "Permintaan tidak valid",
|
||||
"Language changed" => "Bahasa telah diganti",
|
||||
"Problems connecting to help database." => "Bermasalah saat menghubungi database bantuan.",
|
||||
"Go there manually." => "Pergi kesana secara manual.",
|
||||
"Answer" => "Jawab",
|
||||
"Ask a question" => "Ajukan pertanyaan",
|
||||
"Select an App" => "Pilih satu aplikasi",
|
||||
"-licensed" => "-terlisensi",
|
||||
"by" => "oleh",
|
||||
"You use" => "Anda menggunakan",
|
||||
"of the available" => "dari yang tersedia",
|
||||
"Your password got changed" => "Password anda telah dirubah",
|
||||
"Current password" => "Password saat ini",
|
||||
"New password" => "Password baru",
|
||||
"show" => "perlihatkan",
|
||||
"Change password" => "Rubah password",
|
||||
"Language" => "Bahasa",
|
||||
"Help translating" => "Bantu terjemahkan",
|
||||
"use this address to connect to your ownCloud in your file manager" => "gunakan alamat ini untuk terhubung dengan ownCloud anda dalam file manager anda",
|
||||
"Name" => "Nama",
|
||||
"Password" => "Password",
|
||||
"Groups" => "Group",
|
||||
"Create" => "Buat",
|
||||
"Delete" => "Hapus"
|
||||
);
|
Loading…
Reference in New Issue