updated translations

This commit is contained in:
Jan-Christoph Borchardt 2011-08-18 11:46:49 +02:00
parent 8fb75f379a
commit 6720a45d65
86 changed files with 3053 additions and 438 deletions

View File

@ -6,26 +6,70 @@ file_filter = l10n/<lang>/core.po
host = http://www.transifex.net
source_file = l10n/templates/core.pot
source_lang = en
trans.bg_BG = l10n/bg_BG/core.po
trans.ca = l10n/ca/core.po
trans.da = l10n/da/core.po
trans.de = l10n/de/core.po
trans.el = l10n/el/core.po
trans.es = l10n/es/core.po
trans.fr = l10n/fr/core.po
trans.id = l10n/id/core.po
trans.it = l10n/it/core.po
trans.nl = l10n/nl/core.po
trans.pl = l10n/pl/core.po
trans.pt_BR = l10n/pt_BR/core.po
[owncloud.settings]
file_filter = l10n/<lang>/settings.po
host = http://www.transifex.net
source_file = l10n/templates/settings.pot
source_lang = en
trans.bg_BG = l10n/bg_BG/settings.po
trans.ca = l10n/ca/settings.po
trans.da = l10n/da/settings.po
trans.de = l10n/de/settings.po
trans.el = l10n/el/settings.po
trans.es = l10n/es/settings.po
trans.fr = l10n/fr/settings.po
trans.id = l10n/id/settings.po
trans.it = l10n/it/settings.po
trans.nl = l10n/nl/settings.po
trans.pl = l10n/pl/settings.po
trans.pt_BR = l10n/pt_BR/settings.po
[owncloud.files]
file_filter = translations/owncloud.files/<lang>.po
host = http://www.transifex.net
source_file = l10n/templates/files.pot
source_lang = en
trans.bg_BG = l10n/bg_BG/files.po
trans.ca = l10n/ca/files.po
trans.da = l10n/da/files.po
trans.de = l10n/de/files.po
trans.el = l10n/el/files.po
trans.es = l10n/es/files.po
trans.fr = l10n/fr/files.po
trans.id = l10n/id/files.po
trans.it = l10n/it/files.po
trans.nl = l10n/nl/files.po
trans.pl = l10n/pl/files.po
trans.pt_BR = l10n/pt_BR/files.po
[owncloud.media]
file_filter = translations/owncloud.media/<lang>.po
host = http://www.transifex.net
source_file = l10n/templates/media.pot
source_lang = en
trans.bg_BG = l10n/bg_BG/media.po
trans.ca = l10n/ca/media.po
trans.da = l10n/da/media.po
trans.de = l10n/de/media.po
trans.el = l10n/el/media.po
trans.es = l10n/es/media.po
trans.fr = l10n/fr/media.po
trans.id = l10n/id/media.po
trans.it = l10n/it/media.po
trans.nl = l10n/nl/media.po
trans.pl = l10n/pl/media.po
trans.pt_BR = l10n/pt_BR/media.po

9
apps/media/l10n/ca.php Normal file
View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Música",
"Songs scanned" => "Cançons escanejades",
"Rescan Collection" => "Escaneja de nou la col·lecció",
"Pause" => "Pausa",
"Artist" => "Artista",
"Album" => "Àlbum",
"Title" => "Títol"
);

9
apps/media/l10n/da.php Normal file
View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Musik",
"Songs scanned" => "Sange skannet",
"Rescan Collection" => "Genskan Samling",
"Pause" => "Pause",
"Artist" => "Kunstner",
"Album" => "Album",
"Title" => "Titel"
);

9
apps/media/l10n/el.php Normal file
View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Μουσική",
"Songs scanned" => "Σαρωμένα τραγούγια",
"Rescan Collection" => "Επανασάρωση συλλογής",
"Pause" => "Παύση",
"Artist" => "Καλλιτέχνης",
"Album" => "Άλμπουμ",
"Title" => "Τίτλος"
);

9
apps/media/l10n/es.php Normal file
View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Música",
"Songs scanned" => "Canciones encontradas",
"Rescan Collection" => "Buscar música nueva",
"Pause" => "Pausa",
"Artist" => "Artista",
"Album" => "Álbum",
"Title" => "Título"
);

7
apps/media/l10n/it.php Normal file
View File

@ -0,0 +1,7 @@
<?php $TRANSLATIONS = array(
"Music" => "Musica",
"Pause" => "Pausa",
"Artist" => "Artista",
"Album" => "Album",
"Title" => "Titolo"
);

9
apps/media/l10n/nl.php Normal file
View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Muziek",
"Songs scanned" => "nummers gescanned",
"Rescan Collection" => "Collectie opnieuw scannen",
"Pause" => "Pauze",
"Artist" => "Artiest",
"Album" => "Album",
"Title" => "Titel"
);

View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Música",
"Songs scanned" => "Músicas encontradas",
"Rescan Collection" => "Atualizar a Coleção",
"Pause" => "Pausa",
"Artist" => "Artista",
"Album" => "Álbum",
"Title" => "Título"
);

View File

@ -7,7 +7,6 @@
"Data folder" => "Директория за данни",
"Finish setup" => "Завършване на настройките",
"Cloud not found" => "обклакът не намерен",
"is a personal cloud which runs on your own server" => "е персонален облак който работи от Ваш собствен сървър",
"prev" => "пред.",
"next" => "следващо",
"You are logged out." => "Вие излязохте."

22
core/l10n/ca.php Normal file
View File

@ -0,0 +1,22 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "L'inici de sessió ha fallat!",
"remember" => "recorda'm",
"Create an <strong>admin account</strong>" => "Crea un <strong>compte d'administrador</strong>",
"Username" => "Nom d'usuari",
"Password" => "Contrasenya",
"Configure the database" => "Configura la base de dades",
"will be used" => "s'usarà",
"Database user" => "Usuari de la base de dades",
"Database password" => "Contrasenya de la base de dades",
"Database name" => "Nom de la base de dades",
"Advanced" => "Avançat",
"Host" => "Host",
"Table prefix" => "Prefix de les taules",
"Data folder" => "Carpeta de dades",
"Finish setup" => "Acaba la configuració",
"Cloud not found" => "No s'ha trobat el núvol",
"prev" => "anterior",
"next" => "següent",
"You are logged out." => "Heu tancat la sessió.",
"Settings" => "Arranjament"
);

View File

@ -1,8 +1,22 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "Login mislykkedes",
"Login failed!" => "Login mislykkedes!",
"remember" => "husk",
"Create an <strong>admin account</strong>" => "Lav en <strong>administrator konto</strong>",
"Username" => "Brugernavn",
"Password" => "Kodeord",
"Configure the database" => "Konfigurer databasen",
"will be used" => "vil blive brugt",
"Database user" => "Database-bruger",
"Database password" => "Database-kodeord",
"Database name" => "Database-navn",
"Advanced" => "Avanceret",
"Host" => "Vært",
"Table prefix" => "Tabel præfiks",
"Data folder" => "Data mappe",
"Finish setup" => "Afslut installation",
"Cloud not found" => "Sky ikke fundet",
"prev" => "forrige",
"next" => "næste",
"You are logged out." => "Du er nu logget ud"
"You are logged out." => "Du er nu logget ud",
"Settings" => "Indstillinger"
);

View File

@ -15,10 +15,9 @@
"Data folder" => "Datenverzeichnis",
"Finish setup" => "Installation abschließen",
"Cloud not found" => "Cloud nicht verfügbar",
"is a personal cloud which runs on your own server" => "ist ein persönlicher Online-Speicher für deinen eigenen Server",
"gives you the freedom to control your own data on the internet" => "gibt dir die Freiheit, deine eigenen Daten im Internet zu kontrollieren.",
"prev" => "Zurück",
"next" => "Weiter",
"You are logged out." => "Erfolgreich abgemeldet.",
"Log out" => "Abmelden",
"Settings" => "Einstellungen"
);

22
core/l10n/el.php Normal file
View File

@ -0,0 +1,22 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "Η σύνδεση απέτυχε!",
"remember" => "να με θυμάσαι",
"Create an <strong>admin account</strong>" => "Δημιουργήστε έναν <strong>λογαριασμό διαχειριστή</strong>",
"Username" => "Όνομα Χρήστη",
"Password" => "Κωδικός",
"Configure the database" => "Διαμόρφωση της βάσης δεδομένων",
"will be used" => "θα χρησιμοποιηθούν",
"Database user" => "Χρήστης της βάσης δεδομένων",
"Database password" => "Κωδικός πρόσβασης βάσης δεδομένων",
"Database name" => "Όνομα βάσης δεδομένων",
"Advanced" => "Για προχωρημένους",
"Host" => "Εξυπηρετητής",
"Table prefix" => "Πρόθεμα πίνακα",
"Data folder" => "Φάκελος δεδομένων",
"Finish setup" => "Ολοκλήρωση εγκατάστασης",
"Cloud not found" => "Δεν βρέθηκε σύννεφο",
"prev" => "προηγούμενο",
"next" => "επόμενο",
"You are logged out." => "Έχετε αποσυνδεθεί.",
"Settings" => "Ρυθμίσεις"
);

View File

@ -1,10 +1,22 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "¡No se pudo iniciar sesión!",
"remember" => "recuérdame",
"Create an <strong>admin account</strong>" => "Crear una <strong>cuenta de administrador</strong>",
"Username" => "Nombre de usuario",
"Password" => "Contraseña",
"Configure the database" => "Configurar la base de datos",
"will be used" => "serán utilizados",
"Database user" => "Usuario de la base de datos",
"Database password" => "Contraseña de la base de datos",
"Database name" => "Nombre de la base de datos",
"Advanced" => "Avanzado",
"Host" => "Host",
"Table prefix" => "Prefijo de la tabla",
"Data folder" => "Directorio de almacenamiento",
"Finish setup" => "Completar la instalación",
"Cloud not found" => "No se encontró la nube",
"prev" => "anterior",
"next" => "siguiente",
"You are logged out." => "Has cerrado sesión."
"You are logged out." => "Has cerrado sesión.",
"Settings" => "Ajustes"
);

View File

@ -15,10 +15,8 @@
"Data folder" => "Répertoire des données",
"Finish setup" => "Terminer l'installation",
"Cloud not found" => "Introuvable",
"is a personal cloud which runs on your own server" => "est un service de cloud personnel propulsé par votre propre serveur",
"prev" => "précédent",
"next" => "suivant",
"You are logged out." => "Vous êtes désormais déconnecté.",
"Log out" => "Se déconnecter",
"Settings" => "Paramètres"
);

10
core/l10n/id.php Normal file
View File

@ -0,0 +1,10 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "Gagal masuk!",
"Username" => "Username",
"Password" => "Password",
"Advanced" => "Tingkat Lanjut",
"Finish setup" => "Selesaikan instalasi",
"prev" => "sebelum",
"next" => "selanjutnya",
"You are logged out." => "Anda telah keluar."
);

21
core/l10n/it.php Normal file
View File

@ -0,0 +1,21 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "Login fallito!",
"remember" => "ricorda",
"Create an <strong>admin account</strong>" => "Crea un &lt;strong&gt;account amministratore&lt;/strong&gt;",
"Username" => "Nome utente",
"Password" => "Password",
"Configure the database" => "Configura il database",
"will be used" => "sarà usato",
"Database user" => "Utente database",
"Database password" => "Password database",
"Database name" => "Nome database",
"Advanced" => "Opzioni avanzate",
"Host" => "Host",
"Table prefix" => "Prefisso tabella",
"Data folder" => "Cartella dati",
"Finish setup" => "Termina",
"prev" => "precedente",
"next" => "successivo",
"You are logged out." => "Sei uscito.",
"Settings" => "Impostazioni"
);

View File

@ -1,8 +1,22 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "Aanmelden mislukt.",
"remember" => "onthoud gegevens",
"Create an <strong>admin account</strong>" => "Maak een <strong>admin-account</strong>",
"Username" => "Gebruikersnaam",
"Password" => "Wachtwoord",
"Configure the database" => "Configureren van de database",
"will be used" => "zal gebruikt woorden",
"Database user" => "Database gebruiker",
"Database password" => "Database wachtwoord",
"Database name" => "Database naam",
"Advanced" => "Geavanceerd",
"Host" => "Host",
"Table prefix" => "Tabelnaam voorvoegsel",
"Data folder" => "Gegevens folder",
"Finish setup" => "Installatie afronden",
"Cloud not found" => "Cloud niet gevonden",
"prev" => "vorige",
"next" => "volgende",
"You are logged out." => "U bent afgemeld."
"You are logged out." => "U bent afgemeld.",
"Settings" => "Instellingen"
);

22
core/l10n/pt_BR.php Normal file
View File

@ -0,0 +1,22 @@
<?php $TRANSLATIONS = array(
"Login failed!" => "Login sem sucesso",
"remember" => "lembrete",
"Create an <strong>admin account</strong>" => "Criar uma <strong>conta</strong> de <strong>administrador</strong>",
"Username" => "Nome de Usuário",
"Password" => "Senha",
"Configure the database" => "Configurar o banco de dados",
"will be used" => "será usado",
"Database user" => "Usuário de banco de dados",
"Database password" => "Senha do banco de dados",
"Database name" => "Nome do banco de dados",
"Advanced" => "Avançado",
"Host" => "Host 'servidor'",
"Table prefix" => "Prefixo da tabela",
"Data folder" => "Pasta de dados",
"Finish setup" => "Concluir configuração",
"Cloud not found" => "Cloud não encontrado",
"prev" => "anterior",
"next" => "próximo",
"You are logged out." => "Você está desconectado.",
"Settings" => "Configurações"
);

14
files/l10n/ca.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Fitxers",
"Maximum upload size" => "Mida màxima de pujada",
"Nothing in here. Upload something!" => "Res per aquí. Pugeu alguna cosa!",
"Upload" => "Puja",
"New Folder" => "Carpeta nova",
"Name" => "Nom",
"Download" => "Descarrega",
"Size" => "Mida",
"Modified" => "Modificat",
"Delete" => "Esborra",
"Upload too large" => "La pujada és massa gran",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada d'aquest servidor"
);

14
files/l10n/da.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Filer",
"Maximum upload size" => "Maksimal upload-størrelse",
"Nothing in here. Upload something!" => "Her er tomt. Upload noget!",
"Upload" => "Upload",
"New Folder" => "Ny Mappe",
"Name" => "Navn",
"Download" => "Download",
"Size" => "Størrelse",
"Modified" => "Ændret",
"Delete" => "Slet",
"Upload too large" => "Upload for stor",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Filerne du prøver at uploade er større end den maksimale størrelse for fil-upload på denne server."
);

14
files/l10n/el.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Αρχεία",
"Maximum upload size" => "Μέγιστο μέγεθος μεταφόρτωσης",
"Nothing in here. Upload something!" => "Δεν υπάρχει τίποτα εδώ. Ανέβασε κάτι!",
"Upload" => "Μεταφόρτωση",
"New Folder" => "Νέος φάκελος",
"Name" => "Όνομα",
"Download" => "Λήψη",
"Size" => "Μέγεθος",
"Modified" => "Τροποποιήθηκε",
"Delete" => "Διαγραφή",
"Upload too large" => "Πολύ μεγάλο το αρχείο προς μεταφόρτωση",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος μεταφόρτωσης αρχείων σε αυτόν το διακομιστή."
);

14
files/l10n/es.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Archivos",
"Maximum upload size" => "Tamaño máximo de subida",
"Nothing in here. Upload something!" => "Aquí no hay nada. ¡Sube algo!",
"Upload" => "Subir",
"New Folder" => "Crear Carpeta",
"Name" => "Nombre",
"Download" => "Descargar",
"Size" => "Tamaño",
"Modified" => "Modificado",
"Delete" => "Eliminado",
"Upload too large" => "El archivo es demasiado grande",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido por este servidor."
);

14
files/l10n/id.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Berkas",
"Maximum upload size" => "Ukuran unggah maksimum",
"Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!",
"Upload" => "Unggah",
"New Folder" => "Folder Baru",
"Name" => "Nama",
"Download" => "Unduh",
"Size" => "Ukuran",
"Modified" => "Dimodifikasi",
"Delete" => "Hapus",
"Upload too large" => "Unggahan terlalu besar",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang anda coba unggah melebihi ukuran maksimum untuk pengunggahan berkas di server ini."
);

14
files/l10n/it.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "File",
"Maximum upload size" => "Dimensione massima upload",
"Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!",
"Upload" => "Carica",
"New Folder" => "Nuova Cartella",
"Name" => "Nome",
"Download" => "Scarica",
"Size" => "Dimensione",
"Modified" => "Modificato",
"Delete" => "Cancella",
"Upload too large" => "Il file caricato è troppo grande",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "I file che stai provando a caricare superano la dimensione massima consentita su questo server."
);

14
files/l10n/nl.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Bestanden",
"Maximum upload size" => "Maximaale bestands groote voor uploads",
"Nothing in here. Upload something!" => "Er bevind zich hier niks, upload een bestand.",
"Upload" => "Uploaden",
"New Folder" => "Nieuwer Map",
"Name" => "Naam",
"Download" => "Download",
"Size" => "Bestandsgroote",
"Modified" => "Laatst aangepast",
"Delete" => "Verwijderen",
"Upload too large" => "Bestanden te groot",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "De bestanden die U probeert up te loaden zijn grooter dan de maximaal toegstane groote voor deze server."
);

14
files/l10n/pt_BR.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Arquivos",
"Maximum upload size" => "Tamanho máximo para carregar",
"Nothing in here. Upload something!" => "Nada aqui.Carregar alguma coisa!",
"Upload" => "Carregar",
"New Folder" => "Nova Pasta",
"Name" => "Nome",
"Download" => "Baixar",
"Size" => "Tamanho",
"Modified" => "Modificado",
"Delete" => "Excluir",
"Upload too large" => "Arquivo muito grande",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os arquivos que você está tentando carregar excedeu o tamanho máximo para arquivos no servidor."
);

View File

@ -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-13 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 03:02+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -84,8 +84,8 @@ msgid "Cloud not found"
msgstr "обклакът не намерен"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr "е персонален облак който работи от Ваш собствен сървър"
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev"
@ -99,11 +99,7 @@ msgstr "следващо"
msgid "You are logged out."
msgstr "Вие излязохте."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
#: templates/layout.user.php:49
msgid "Settings"
msgstr ""

69
l10n/bg_BG/files.po Normal file
View File

@ -0,0 +1,69 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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:25+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr ""
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr ""
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr ""
#: templates/index.php:9
msgid "Upload"
msgstr ""
#: templates/index.php:16
msgid "New Folder"
msgstr ""
#: templates/index.php:29
msgid "Name"
msgstr ""
#: templates/index.php:31
msgid "Download"
msgstr ""
#: templates/index.php:35
msgid "Size"
msgstr ""
#: templates/index.php:36
msgid "Modified"
msgstr ""
#: templates/index.php:36
msgid "Delete"
msgstr ""
#: templates/index.php:44
msgid "Upload too large"
msgstr ""
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""

47
l10n/bg_BG/media.po Normal file
View File

@ -0,0 +1,47 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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"
"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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr ""
#: templates/music.php:27
msgid "Songs scanned"
msgstr ""
#: templates/music.php:28
msgid "Rescan Collection"
msgstr ""
#: templates/music.php:29
msgid "Pause"
msgstr ""
#: templates/music.php:35
msgid "Artist"
msgstr ""
#: templates/music.php:36
msgid "Album"
msgstr ""
#: templates/music.php:37
msgid "Title"
msgstr ""

View File

@ -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 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -33,7 +33,7 @@ msgstr "Невалидна заявка"
msgid "Language changed"
msgstr "Езика е сменен"
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr ""
@ -49,46 +49,42 @@ msgstr ""
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Информация за профила"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Вие ползвате"
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:5
msgid "of your"
msgstr "на Вашето"
#: templates/personal.php:5
msgid "space"
msgstr "място"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Промяна на парола"
#: templates/personal.php:12
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Вашата парола е сменена"
#: templates/personal.php:14
msgid "Old password"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:15
#: templates/personal.php:10
msgid "New password"
msgstr "Нова парола"
#: templates/personal.php:16
#: templates/personal.php:11
msgid "show"
msgstr ""
#: templates/personal.php:23
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr "Език"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
@ -105,8 +101,8 @@ msgstr ""
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
#: templates/users.php:40
msgid "Delete"
msgstr ""

105
l10n/ca/core.po Normal file
View File

@ -0,0 +1,105 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rcalvoi@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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: templates/login.php:4
msgid "Login failed!"
msgstr "L'inici de sessió ha fallat!"
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr "recorda'm"
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr "Crea un <strong>compte d'administrador</strong>"
#: templates/installation.php:21
msgid "Username"
msgstr "Nom d'usuari"
#: templates/installation.php:22
msgid "Password"
msgstr "Contrasenya"
#: templates/installation.php:27
msgid "Configure the database"
msgstr "Configura la base de dades"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr "s'usarà"
#: templates/installation.php:64
msgid "Database user"
msgstr "Usuari de la base de dades"
#: templates/installation.php:65
msgid "Database password"
msgstr "Contrasenya de la base de dades"
#: templates/installation.php:66
msgid "Database name"
msgstr "Nom de la base de dades"
#: templates/installation.php:74
msgid "Advanced"
msgstr "Avançat"
#: templates/installation.php:77
msgid "Host"
msgstr "Host"
#: templates/installation.php:78
msgid "Table prefix"
msgstr "Prefix de les taules"
#: templates/installation.php:80
msgid "Data folder"
msgstr "Carpeta de dades"
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Acaba la configuració"
#: templates/404.php:12
msgid "Cloud not found"
msgstr "No s'ha trobat el núvol"
#: templates/layout.guest.php:38
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev"
msgstr "anterior"
#: templates/part.pagenavi.php:26
msgid "next"
msgstr "següent"
#: templates/logout.php:1
msgid "You are logged out."
msgstr "Heu tancat la sessió."
#: templates/layout.user.php:49
msgid "Settings"
msgstr "Arranjament"

72
l10n/ca/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rcalvoi@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-16 18:04+0000\n"
"Last-Translator: rogerc <rcalvoi@yahoo.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Fitxers"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Mida màxima de pujada"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Res per aquí. Pugeu alguna cosa!"
#: templates/index.php:9
msgid "Upload"
msgstr "Puja"
#: templates/index.php:16
msgid "New Folder"
msgstr "Carpeta nova"
#: templates/index.php:29
msgid "Name"
msgstr "Nom"
#: templates/index.php:31
msgid "Download"
msgstr "Descarrega"
#: templates/index.php:35
msgid "Size"
msgstr "Mida"
#: templates/index.php:36
msgid "Modified"
msgstr "Modificat"
#: templates/index.php:36
msgid "Delete"
msgstr "Esborra"
#: templates/index.php:44
msgid "Upload too large"
msgstr "La pujada és massa gran"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada "
"d'aquest servidor"

48
l10n/ca/media.po Normal file
View File

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rcalvoi@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-16 06:18+0000\n"
"Last-Translator: rogerc <rcalvoi@yahoo.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr "Música"
#: templates/music.php:27
msgid "Songs scanned"
msgstr "Cançons escanejades"
#: templates/music.php:28
msgid "Rescan Collection"
msgstr "Escaneja de nou la col·lecció"
#: templates/music.php:29
msgid "Pause"
msgstr "Pausa"
#: templates/music.php:35
msgid "Artist"
msgstr "Artista"
#: templates/music.php:36
msgid "Album"
msgstr "Àlbum"
#: templates/music.php:37
msgid "Title"
msgstr "Títol"

108
l10n/ca/settings.po Normal file
View File

@ -0,0 +1,108 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rcalvoi@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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Authentication error"
msgstr "Error d'autenticació"
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr "OpenID ha canviat"
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
msgstr "Sol.licitud no vàlida"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "S'ha canviat l'idioma"
#: templates/help.php:22
msgid "Ask a question"
msgstr "Feu una pregunta"
#: templates/apps.php:12
msgid "Select an App"
msgstr "Sel·leccioneu una aplicació"
#: templates/apps.php:14
msgid "-licensed"
msgstr "- amb llicència"
#: templates/apps.php:14
msgid "by"
msgstr "per"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "La contrasenya ha canviat"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:10
msgid "New password"
msgstr "Contrasenya nova"
#: templates/personal.php:11
msgid "show"
msgstr "mostra"
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr "Idioma"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr "Nom"
#: templates/users.php:12
msgid "Password"
msgstr "Contrasenya"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr "Grups"
#: templates/users.php:18
msgid "Create"
msgstr "Crea"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -2,12 +2,13 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Pascal d'Hermilly <pascal@dhermilly.dk>, 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 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:33+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -18,44 +19,44 @@ msgstr ""
#: templates/login.php:4
msgid "Login failed!"
msgstr "Login mislykkedes"
msgstr "Login mislykkedes!"
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr ""
msgstr "husk"
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr ""
msgstr "Lav en <strong>administrator konto</strong>"
#: templates/installation.php:21
msgid "Username"
msgstr ""
msgstr "Brugernavn"
#: templates/installation.php:22
msgid "Password"
msgstr ""
msgstr "Kodeord"
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
msgstr "Konfigurer databasen"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
msgstr "vil blive brugt"
#: templates/installation.php:64
msgid "Database user"
msgstr ""
msgstr "Database-bruger"
#: templates/installation.php:65
msgid "Database password"
msgstr ""
msgstr "Database-kodeord"
#: templates/installation.php:66
msgid "Database name"
msgstr ""
msgstr "Database-navn"
#: templates/installation.php:74
msgid "Advanced"
@ -63,15 +64,15 @@ msgstr "Avanceret"
#: templates/installation.php:77
msgid "Host"
msgstr ""
msgstr "Vært"
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
msgstr "Tabel præfiks"
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
msgstr "Data mappe"
#: templates/installation.php:83
msgid "Finish setup"
@ -79,10 +80,10 @@ msgstr "Afslut installation"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
msgstr "Sky ikke fundet"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
@ -97,12 +98,8 @@ msgstr "næste"
msgid "You are logged out."
msgstr "Du er nu logget ud"
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
#: templates/layout.user.php:49
msgid "Settings"
msgstr ""
msgstr "Indstillinger"

72
l10n/da/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Pascal d'Hermilly <pascal@dhermilly.dk>, 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-17 17:24+0000\n"
"Last-Translator: pascal_a <pascal@dhermilly.dk>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Filer"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Maksimal upload-størrelse"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Her er tomt. Upload noget!"
#: templates/index.php:9
msgid "Upload"
msgstr "Upload"
#: templates/index.php:16
msgid "New Folder"
msgstr "Ny Mappe"
#: templates/index.php:29
msgid "Name"
msgstr "Navn"
#: templates/index.php:31
msgid "Download"
msgstr "Download"
#: templates/index.php:35
msgid "Size"
msgstr "Størrelse"
#: templates/index.php:36
msgid "Modified"
msgstr "Ændret"
#: templates/index.php:36
msgid "Delete"
msgstr "Slet"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Upload for stor"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Filerne du prøver at uploade er større end den maksimale størrelse for fil-"
"upload på denne server."

48
l10n/da/media.po Normal file
View File

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Pascal d'Hermilly <pascal@dhermilly.dk>, 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-17 17:19+0000\n"
"Last-Translator: pascal_a <pascal@dhermilly.dk>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr "Musik"
#: templates/music.php:27
msgid "Songs scanned"
msgstr "Sange skannet"
#: templates/music.php:28
msgid "Rescan Collection"
msgstr "Genskan Samling"
#: templates/music.php:29
msgid "Pause"
msgstr "Pause"
#: templates/music.php:35
msgid "Artist"
msgstr "Kunstner"
#: templates/music.php:36
msgid "Album"
msgstr "Album"
#: templates/music.php:37
msgid "Title"
msgstr "Titel"

View File

@ -2,12 +2,13 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Pascal d'Hermilly <pascal@dhermilly.dk>, 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 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -22,90 +23,86 @@ msgstr "Godkendelsesfejl"
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr ""
msgstr "OpenID ændret"
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
msgstr "Invalid forespørgsel"
msgstr "Ugyldig forespørgsel"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Sprog ændret"
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr ""
msgstr "Stil et spørgsmål"
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
msgstr "Vælg en App"
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
msgstr "-licenseret"
#: templates/apps.php:14
msgid "by"
msgstr "af"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Konto information"
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Du udnytter i øjeblikket"
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Din adgangskode er blevet ændret"
#: templates/personal.php:5
msgid "of your"
msgstr "af din"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:5
msgid "space"
msgstr "plads"
#: templates/personal.php:10
msgid "New password"
msgstr "Ny adgangskode"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Ændre adgangskode"
#: templates/personal.php:11
msgid "show"
msgstr "vis"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Din adgangskode er ændret"
#: templates/personal.php:14
msgid "Old password"
msgid "Change password"
msgstr ""
#: templates/personal.php:15
msgid "New password"
msgstr "Nye adgangskode"
#: templates/personal.php:16
msgid "show"
msgstr ""
#: templates/personal.php:23
#: templates/personal.php:18
msgid "Language"
msgstr "Sprog"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
msgstr "Navn"
#: templates/users.php:12
msgid "Password"
msgstr ""
msgstr "Kodeord"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
msgstr "Grupper"
#: templates/users.php:18
msgid "Create"
msgstr ""
msgstr "Ny"
#: templates/users.php:36
msgid "Remove"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -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-13 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:35+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:41+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"
@ -84,8 +84,9 @@ msgid "Cloud not found"
msgstr "Cloud nicht verfügbar"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr "ist ein persönlicher Online-Speicher für deinen eigenen Server"
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
msgid "prev"
@ -99,11 +100,7 @@ msgstr "Weiter"
msgid "You are logged out."
msgstr "Erfolgreich abgemeldet."
#: templates/layout.user.php:36
msgid "Log out"
msgstr "Abmelden"
#: templates/layout.user.php:56
#: templates/layout.user.php:49
msgid "Settings"
msgstr "Einstellungen"

View File

@ -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 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:37+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:40+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"
@ -33,7 +33,7 @@ msgstr "Ungültige Anfrage"
msgid "Language changed"
msgstr "Sprache geändert"
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr "Stell eine Frage"
@ -49,46 +49,42 @@ msgstr "-lizenziert"
msgid "by"
msgstr "von"
#: templates/personal.php:3
msgid "Account information"
msgstr "Konto-Information"
#: templates/personal.php:2
msgid "You use"
msgstr "Du nutzt"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Du benutzt gerade"
#: templates/personal.php:2
msgid "of the available"
msgstr "der verfügbaren"
#: templates/personal.php:5
msgid "of your"
msgstr "von deinem"
#: templates/personal.php:5
msgid "space"
msgstr "Speicherplatz"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Passwort ändern"
#: templates/personal.php:12
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Dein Passwort wurde geändert"
#: templates/personal.php:14
msgid "Old password"
msgstr "Altes Passwort"
#: templates/personal.php:9
msgid "Current password"
msgstr "Aktuelles Passwort"
#: templates/personal.php:15
#: templates/personal.php:10
msgid "New password"
msgstr "Neues Passwort"
#: templates/personal.php:16
#: templates/personal.php:11
msgid "show"
msgstr "zeigen"
#: templates/personal.php:23
#: templates/personal.php:12
msgid "Change password"
msgstr "Passwort ändern"
#: templates/personal.php:18
msgid "Language"
msgstr "Sprache"
#: templates/personal.php:24
msgid "Help translating"
msgstr "Hilf bei der Übersetzung"
#: templates/users.php:11
msgid "Name"
msgstr "Name"
@ -105,8 +101,8 @@ msgstr "Gruppen"
msgid "Create"
msgstr "Anlegen"
#: templates/users.php:36
msgid "Remove"
msgstr "Entfernen"
#: templates/users.php:40
msgid "Delete"
msgstr "Löschen"

106
l10n/el/core.po Normal file
View File

@ -0,0 +1,106 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <petros.kyladitis@gmail.com>, 2011.
# Petros Kyladitis <petros.kyladitis@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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: templates/login.php:4
msgid "Login failed!"
msgstr "Η σύνδεση απέτυχε!"
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr "να με θυμάσαι"
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr "Δημιουργήστε έναν <strong>λογαριασμό διαχειριστή</strong>"
#: templates/installation.php:21
msgid "Username"
msgstr "Όνομα Χρήστη"
#: templates/installation.php:22
msgid "Password"
msgstr "Κωδικός"
#: templates/installation.php:27
msgid "Configure the database"
msgstr "Διαμόρφωση της βάσης δεδομένων"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr "θα χρησιμοποιηθούν"
#: templates/installation.php:64
msgid "Database user"
msgstr "Χρήστης της βάσης δεδομένων"
#: templates/installation.php:65
msgid "Database password"
msgstr "Κωδικός πρόσβασης βάσης δεδομένων"
#: templates/installation.php:66
msgid "Database name"
msgstr "Όνομα βάσης δεδομένων"
#: templates/installation.php:74
msgid "Advanced"
msgstr "Για προχωρημένους"
#: templates/installation.php:77
msgid "Host"
msgstr "Εξυπηρετητής"
#: templates/installation.php:78
msgid "Table prefix"
msgstr "Πρόθεμα πίνακα"
#: templates/installation.php:80
msgid "Data folder"
msgstr "Φάκελος δεδομένων"
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Ολοκλήρωση εγκατάστασης"
#: templates/404.php:12
msgid "Cloud not found"
msgstr "Δεν βρέθηκε σύννεφο"
#: templates/layout.guest.php:38
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev"
msgstr "προηγούμενο"
#: templates/part.pagenavi.php:26
msgid "next"
msgstr "επόμενο"
#: templates/logout.php:1
msgid "You are logged out."
msgstr "Έχετε αποσυνδεθεί."
#: templates/layout.user.php:49
msgid "Settings"
msgstr "Ρυθμίσεις"

72
l10n/el/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Petros Kyladitis <petros.kyladitis@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-13 12:41+0200\n"
"PO-Revision-Date: 2011-08-13 17:44+0000\n"
"Last-Translator: multipetros <petros.kyladitis@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Αρχεία"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Μέγιστο μέγεθος μεταφόρτωσης"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Δεν υπάρχει τίποτα εδώ. Ανέβασε κάτι!"
#: templates/index.php:9
msgid "Upload"
msgstr "Μεταφόρτωση"
#: templates/index.php:16
msgid "New Folder"
msgstr "Νέος φάκελος"
#: templates/index.php:29
msgid "Name"
msgstr "Όνομα"
#: templates/index.php:31
msgid "Download"
msgstr "Λήψη"
#: templates/index.php:35
msgid "Size"
msgstr "Μέγεθος"
#: templates/index.php:36
msgid "Modified"
msgstr "Τροποποιήθηκε"
#: templates/index.php:36
msgid "Delete"
msgstr "Διαγραφή"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Πολύ μεγάλο το αρχείο προς μεταφόρτωση"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος "
"μεταφόρτωσης αρχείων σε αυτόν το διακομιστή."

48
l10n/el/media.po Normal file
View File

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Petros Kyladitis <petros.kyladitis@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-13 12:41+0200\n"
"PO-Revision-Date: 2011-08-13 17:45+0000\n"
"Last-Translator: multipetros <petros.kyladitis@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr "Μουσική"
#: templates/music.php:27
msgid "Songs scanned"
msgstr "Σαρωμένα τραγούγια"
#: templates/music.php:28
msgid "Rescan Collection"
msgstr "Επανασάρωση συλλογής"
#: templates/music.php:29
msgid "Pause"
msgstr "Παύση"
#: templates/music.php:35
msgid "Artist"
msgstr "Καλλιτέχνης"
#: templates/music.php:36
msgid "Album"
msgstr "Άλμπουμ"
#: templates/music.php:37
msgid "Title"
msgstr "Τίτλος"

109
l10n/el/settings.po Normal file
View File

@ -0,0 +1,109 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <petros.kyladitis@gmail.com>, 2011.
# Petros Kyladitis <petros.kyladitis@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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Authentication error"
msgstr "Σφάλμα ταυτοποίησης"
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr "Το OpenID άλλαξε"
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
msgstr "Άκυρα αίτημα"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Η γλώσσα άλλαξε"
#: templates/help.php:22
msgid "Ask a question"
msgstr "Κάντε μια ερώτηση"
#: templates/apps.php:12
msgid "Select an App"
msgstr "Επιλέξτε μια εφαρμογή"
#: templates/apps.php:14
msgid "-licensed"
msgstr "-με άδεια"
#: templates/apps.php:14
msgid "by"
msgstr "με"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Ο κωδικός πρόσβασής σας άλαλαξε"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:10
msgid "New password"
msgstr "Νέος κωδικός"
#: templates/personal.php:11
msgid "show"
msgstr "Εμφάνιση"
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr "Γλώσσα"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr "Όνομα"
#: templates/users.php:12
msgid "Password"
msgstr "Κωδικός"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr "Ομάδες"
#: templates/users.php:18
msgid "Create"
msgstr "Δημιουργία"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -2,13 +2,14 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <sergioballesterossolanas@gmail.com>, 2011.
# <rom1dep@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-13 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:33+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -23,11 +24,11 @@ msgstr "¡No se pudo iniciar sesión!"
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr ""
msgstr "recuérdame"
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr ""
msgstr "Crear una <strong>cuenta de administrador</strong>"
#: templates/installation.php:21
msgid "Username"
@ -39,24 +40,24 @@ msgstr "Contraseña"
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
msgstr "Configurar la base de datos"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
msgstr "serán utilizados"
#: templates/installation.php:64
msgid "Database user"
msgstr ""
msgstr "Usuario de la base de datos"
#: templates/installation.php:65
msgid "Database password"
msgstr ""
msgstr "Contraseña de la base de datos"
#: templates/installation.php:66
msgid "Database name"
msgstr ""
msgstr "Nombre de la base de datos"
#: templates/installation.php:74
msgid "Advanced"
@ -64,15 +65,15 @@ msgstr "Avanzado"
#: templates/installation.php:77
msgid "Host"
msgstr ""
msgstr "Host"
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
msgstr "Prefijo de la tabla"
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
msgstr "Directorio de almacenamiento"
#: templates/installation.php:83
msgid "Finish setup"
@ -80,10 +81,10 @@ msgstr "Completar la instalación"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
msgstr "No se encontró la nube"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
@ -98,12 +99,8 @@ msgstr "siguiente"
msgid "You are logged out."
msgstr "Has cerrado sesión."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
#: templates/layout.user.php:49
msgid "Settings"
msgstr ""
msgstr "Ajustes"

72
l10n/es/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <sergioballesterossolanas@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-13 12:41+0200\n"
"PO-Revision-Date: 2011-08-17 07:24+0000\n"
"Last-Translator: xsergiolpx <sergioballesterossolanas@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Archivos"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Tamaño máximo de subida"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Aquí no hay nada. ¡Sube algo!"
#: templates/index.php:9
msgid "Upload"
msgstr "Subir"
#: templates/index.php:16
msgid "New Folder"
msgstr "Crear Carpeta"
#: templates/index.php:29
msgid "Name"
msgstr "Nombre"
#: templates/index.php:31
msgid "Download"
msgstr "Descargar"
#: templates/index.php:35
msgid "Size"
msgstr "Tamaño"
#: templates/index.php:36
msgid "Modified"
msgstr "Modificado"
#: templates/index.php:36
msgid "Delete"
msgstr "Eliminado"
#: templates/index.php:44
msgid "Upload too large"
msgstr "El archivo es demasiado grande"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Los archivos que estás intentando subir sobrepasan el tamaño máximo "
"permitido por este servidor."

48
l10n/es/media.po Normal file
View File

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <sergioballesterossolanas@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-13 12:41+0200\n"
"PO-Revision-Date: 2011-08-13 21:47+0000\n"
"Last-Translator: xsergiolpx <sergioballesterossolanas@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr "Música"
#: templates/music.php:27
msgid "Songs scanned"
msgstr "Canciones encontradas"
#: templates/music.php:28
msgid "Rescan Collection"
msgstr "Buscar música nueva"
#: templates/music.php:29
msgid "Pause"
msgstr "Pausa"
#: templates/music.php:35
msgid "Artist"
msgstr "Artista"
#: templates/music.php:36
msgid "Album"
msgstr "Álbum"
#: templates/music.php:37
msgid "Title"
msgstr "Título"

View File

@ -2,13 +2,14 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <sergioballesterossolanas@gmail.com>, 2011.
# <rom1dep@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-13 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -23,7 +24,7 @@ msgstr "Error de autentificación"
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr ""
msgstr "OpenID Cambiado"
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
@ -33,80 +34,76 @@ msgstr "Solicitud no válida"
msgid "Language changed"
msgstr "Idioma cambiado"
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr ""
msgstr "Hacer una pregunta"
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
msgstr "Seleccionar una aplicación"
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
msgstr "-autorizado"
#: templates/apps.php:14
msgid "by"
msgstr "por"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Información de la cuenta"
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Estás utilizando"
#: templates/personal.php:5
msgid "of your"
msgstr "de tus"
#: templates/personal.php:5
msgid "space"
msgstr "de espacio total"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Cambiar contraseña"
#: templates/personal.php:12
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Tu contraseña ha sido cambiada"
#: templates/personal.php:14
msgid "Old password"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:15
#: templates/personal.php:10
msgid "New password"
msgstr "Nueva contraseña:"
#: templates/personal.php:16
#: templates/personal.php:11
msgid "show"
msgstr "mostrar"
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:23
#: templates/personal.php:18
msgid "Language"
msgstr "Idioma"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
msgstr "Nombre"
#: templates/users.php:12
msgid "Password"
msgstr ""
msgstr "Contraseña"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
msgstr "Grupos"
#: templates/users.php:18
msgid "Create"
msgstr ""
msgstr "Crear"
#: templates/users.php:36
msgid "Remove"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -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:09+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -83,8 +83,8 @@ msgid "Cloud not found"
msgstr "Introuvable"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr "est un service de cloud personnel propulsé par votre propre serveur"
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev"
@ -98,11 +98,7 @@ msgstr "suivant"
msgid "You are logged out."
msgstr "Vous êtes désormais déconnecté."
#: templates/layout.user.php:36
msgid "Log out"
msgstr "Se déconnecter"
#: templates/layout.user.php:56
#: templates/layout.user.php:49
msgid "Settings"
msgstr "Paramètres"

View File

@ -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:12+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
@ -33,7 +33,7 @@ msgstr "Requète invalide"
msgid "Language changed"
msgstr "Langue changée avec succès"
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr "Poser une question"
@ -49,46 +49,42 @@ msgstr "sous licence"
msgid "by"
msgstr "par"
#: templates/personal.php:3
msgid "Account information"
msgstr "Informations sur le compte"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Vous utilisez actuellement"
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:5
msgid "of your"
msgstr "de votre espace de stockage de"
#: templates/personal.php:5
msgid "space"
msgstr " "
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Changer votre mot de passe"
#: templates/personal.php:12
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Votre mot de passe a été changé"
#: templates/personal.php:14
msgid "Old password"
msgstr "Ancien mot de passe"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:15
#: templates/personal.php:10
msgid "New password"
msgstr "Nouveau mot de passe :"
#: templates/personal.php:16
#: templates/personal.php:11
msgid "show"
msgstr "Afficher"
#: templates/personal.php:23
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr "Langue"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr "Nom"
@ -105,8 +101,8 @@ msgstr "Groupes"
msgid "Create"
msgstr "Créer"
#: templates/users.php:36
msgid "Remove"
msgstr "Supprimer"
#: templates/users.php:40
msgid "Delete"
msgstr ""

105
l10n/id/core.po Normal file
View File

@ -0,0 +1,105 @@
# SOME DESCRIPTIVE TITLE.
# 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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
#: templates/login.php:4
msgid "Login failed!"
msgstr "Gagal masuk!"
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr ""
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr ""
#: templates/installation.php:21
msgid "Username"
msgstr "Username"
#: templates/installation.php:22
msgid "Password"
msgstr "Password"
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
#: templates/installation.php:64
msgid "Database user"
msgstr ""
#: templates/installation.php:65
msgid "Database password"
msgstr ""
#: templates/installation.php:66
msgid "Database name"
msgstr ""
#: templates/installation.php:74
msgid "Advanced"
msgstr "Tingkat Lanjut"
#: templates/installation.php:77
msgid "Host"
msgstr ""
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Selesaikan instalasi"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev"
msgstr "sebelum"
#: templates/part.pagenavi.php:26
msgid "next"
msgstr "selanjutnya"
#: templates/logout.php:1
msgid "You are logged out."
msgstr "Anda telah keluar."
#: templates/layout.user.php:49
msgid "Settings"
msgstr ""

72
l10n/id/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# 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-13 14:38+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Berkas"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Ukuran unggah maksimum"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Tidak ada apa-apa di sini. Unggah sesuatu!"
#: templates/index.php:9
msgid "Upload"
msgstr "Unggah"
#: templates/index.php:16
msgid "New Folder"
msgstr "Folder Baru"
#: templates/index.php:29
msgid "Name"
msgstr "Nama"
#: templates/index.php:31
msgid "Download"
msgstr "Unduh"
#: templates/index.php:35
msgid "Size"
msgstr "Ukuran"
#: templates/index.php:36
msgid "Modified"
msgstr "Dimodifikasi"
#: templates/index.php:36
msgid "Delete"
msgstr "Hapus"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Unggahan terlalu besar"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Berkas yang anda coba unggah melebihi ukuran maksimum untuk pengunggahan "
"berkas di server ini."

47
l10n/id/media.po Normal file
View File

@ -0,0 +1,47 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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"
"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"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
#: appinfo/app.php:31
msgid "Music"
msgstr ""
#: templates/music.php:27
msgid "Songs scanned"
msgstr ""
#: templates/music.php:28
msgid "Rescan Collection"
msgstr ""
#: templates/music.php:29
msgid "Pause"
msgstr ""
#: templates/music.php:35
msgid "Artist"
msgstr ""
#: templates/music.php:36
msgid "Album"
msgstr ""
#: templates/music.php:37
msgid "Title"
msgstr ""

107
l10n/id/settings.po Normal file
View File

@ -0,0 +1,107 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
#: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Authentication error"
msgstr ""
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr ""
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
msgstr ""
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr ""
#: templates/help.php:22
msgid "Ask a question"
msgstr ""
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr ""
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:7
msgid "Your password got changed"
msgstr ""
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:10
msgid "New password"
msgstr ""
#: templates/personal.php:11
msgid "show"
msgstr ""
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr ""
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
#: templates/users.php:12
msgid "Password"
msgstr ""
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
#: templates/users.php:18
msgid "Create"
msgstr ""
#: templates/users.php:40
msgid "Delete"
msgstr ""

105
l10n/it/core.po Normal file
View File

@ -0,0 +1,105 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <cosenal@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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: templates/login.php:4
msgid "Login failed!"
msgstr "Login fallito!"
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr "ricorda"
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr "Crea un &lt;strong&gt;account amministratore&lt;/strong&gt;"
#: templates/installation.php:21
msgid "Username"
msgstr "Nome utente"
#: templates/installation.php:22
msgid "Password"
msgstr "Password"
#: templates/installation.php:27
msgid "Configure the database"
msgstr "Configura il database"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr "sarà usato"
#: templates/installation.php:64
msgid "Database user"
msgstr "Utente database"
#: templates/installation.php:65
msgid "Database password"
msgstr "Password database"
#: templates/installation.php:66
msgid "Database name"
msgstr "Nome database"
#: templates/installation.php:74
msgid "Advanced"
msgstr "Opzioni avanzate"
#: templates/installation.php:77
msgid "Host"
msgstr "Host"
#: templates/installation.php:78
msgid "Table prefix"
msgstr "Prefisso tabella"
#: templates/installation.php:80
msgid "Data folder"
msgstr "Cartella dati"
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Termina"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev"
msgstr "precedente"
#: templates/part.pagenavi.php:26
msgid "next"
msgstr "successivo"
#: templates/logout.php:1
msgid "You are logged out."
msgstr "Sei uscito."
#: templates/layout.user.php:49
msgid "Settings"
msgstr "Impostazioni"

72
l10n/it/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <cosenal@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-13 12:41+0200\n"
"PO-Revision-Date: 2011-08-15 02:09+0000\n"
"Last-Translator: zimba12 <cosenal@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "File"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Dimensione massima upload"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Non c'è niente qui. Carica qualcosa!"
#: templates/index.php:9
msgid "Upload"
msgstr "Carica"
#: templates/index.php:16
msgid "New Folder"
msgstr "Nuova Cartella"
#: templates/index.php:29
msgid "Name"
msgstr "Nome"
#: templates/index.php:31
msgid "Download"
msgstr "Scarica"
#: templates/index.php:35
msgid "Size"
msgstr "Dimensione"
#: templates/index.php:36
msgid "Modified"
msgstr "Modificato"
#: templates/index.php:36
msgid "Delete"
msgstr "Cancella"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Il file caricato è troppo grande"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"I file che stai provando a caricare superano la dimensione massima "
"consentita su questo server."

47
l10n/it/media.po Normal file
View File

@ -0,0 +1,47 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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"
"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"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr "Musica"
#: templates/music.php:27
msgid "Songs scanned"
msgstr ""
#: templates/music.php:28
msgid "Rescan Collection"
msgstr ""
#: templates/music.php:29
msgid "Pause"
msgstr "Pausa"
#: templates/music.php:35
msgid "Artist"
msgstr "Artista"
#: templates/music.php:36
msgid "Album"
msgstr "Album"
#: templates/music.php:37
msgid "Title"
msgstr "Titolo"

107
l10n/it/settings.po Normal file
View File

@ -0,0 +1,107 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Authentication error"
msgstr "Errore nell'autenticazione"
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr ""
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
msgstr "Richiesta non valida"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Lingua modificata"
#: templates/help.php:22
msgid "Ask a question"
msgstr "Fai una domanda"
#: templates/apps.php:12
msgid "Select an App"
msgstr "Seleziona un applicazione"
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr "da"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "La tua password è stata cambiata"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:10
msgid "New password"
msgstr "Nuova password"
#: templates/personal.php:11
msgid "show"
msgstr "mostra"
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr "Lingua"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr "Nome"
#: templates/users.php:12
msgid "Password"
msgstr "Password"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr "Gruppi"
#: templates/users.php:18
msgid "Create"
msgstr "Crea"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -2,14 +2,15 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <icewind1991@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-13 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:33+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.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"
"Content-Transfer-Encoding: 8bit\n"
@ -22,40 +23,40 @@ msgstr "Aanmelden mislukt."
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr ""
msgstr "onthoud gegevens"
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr ""
msgstr "Maak een <strong>admin-account</strong>"
#: templates/installation.php:21
msgid "Username"
msgstr ""
msgstr "Gebruikersnaam"
#: templates/installation.php:22
msgid "Password"
msgstr ""
msgstr "Wachtwoord"
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
msgstr "Configureren van de database"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
msgstr "zal gebruikt woorden"
#: templates/installation.php:64
msgid "Database user"
msgstr ""
msgstr "Database gebruiker"
#: templates/installation.php:65
msgid "Database password"
msgstr ""
msgstr "Database wachtwoord"
#: templates/installation.php:66
msgid "Database name"
msgstr ""
msgstr "Database naam"
#: templates/installation.php:74
msgid "Advanced"
@ -63,15 +64,15 @@ msgstr "Geavanceerd"
#: templates/installation.php:77
msgid "Host"
msgstr ""
msgstr "Host"
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
msgstr "Tabelnaam voorvoegsel"
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
msgstr "Gegevens folder"
#: templates/installation.php:83
msgid "Finish setup"
@ -79,10 +80,10 @@ msgstr "Installatie afronden"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
msgstr "Cloud niet gevonden"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
@ -97,12 +98,8 @@ msgstr "volgende"
msgid "You are logged out."
msgstr "U bent afgemeld."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
#: templates/layout.user.php:49
msgid "Settings"
msgstr ""
msgstr "Instellingen"

72
l10n/nl/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <icewind1991@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-13 12:41+0200\n"
"PO-Revision-Date: 2011-08-14 13:51+0000\n"
"Last-Translator: icewind <icewind1991@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Bestanden"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Maximaale bestands groote voor uploads"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Er bevind zich hier niks, upload een bestand."
#: templates/index.php:9
msgid "Upload"
msgstr "Uploaden"
#: templates/index.php:16
msgid "New Folder"
msgstr "Nieuwer Map"
#: templates/index.php:29
msgid "Name"
msgstr "Naam"
#: templates/index.php:31
msgid "Download"
msgstr "Download"
#: templates/index.php:35
msgid "Size"
msgstr "Bestandsgroote"
#: templates/index.php:36
msgid "Modified"
msgstr "Laatst aangepast"
#: templates/index.php:36
msgid "Delete"
msgstr "Verwijderen"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Bestanden te groot"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"De bestanden die U probeert up te loaden zijn grooter dan de maximaal "
"toegstane groote voor deze server."

48
l10n/nl/media.po Normal file
View File

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <icewind1991@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-13 12:41+0200\n"
"PO-Revision-Date: 2011-08-14 13:52+0000\n"
"Last-Translator: icewind <icewind1991@gmail.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr "Muziek"
#: templates/music.php:27
msgid "Songs scanned"
msgstr "nummers gescanned"
#: templates/music.php:28
msgid "Rescan Collection"
msgstr "Collectie opnieuw scannen"
#: templates/music.php:29
msgid "Pause"
msgstr "Pauze"
#: templates/music.php:35
msgid "Artist"
msgstr "Artiest"
#: templates/music.php:36
msgid "Album"
msgstr "Album"
#: templates/music.php:37
msgid "Title"
msgstr "Titel"

View File

@ -2,14 +2,15 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <icewind1991@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-13 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.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"
"Content-Transfer-Encoding: 8bit\n"
@ -22,7 +23,7 @@ msgstr "Authenticatiefout."
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr ""
msgstr "OpenID is aangepast"
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
@ -32,80 +33,76 @@ msgstr "Ongeldig verzoek"
msgid "Language changed"
msgstr "Taal aangepast"
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr ""
msgstr "Stel een vraag"
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
msgstr "Selecteer een App"
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
msgstr "-gelicenseerd"
#: templates/apps.php:14
msgid "by"
msgstr "door"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Gebruikersgegevens"
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
msgstr "U gebruikt momenteel"
#: templates/personal.php:5
msgid "of your"
msgstr "van de"
#: templates/personal.php:5
msgid "space"
msgstr "beschikbare ruimte."
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Wachtwoord aanpassen"
#: templates/personal.php:12
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Uw wachtwoord is aangepast"
#: templates/personal.php:14
msgid "Old password"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:15
#: templates/personal.php:10
msgid "New password"
msgstr "Nieuw wachtwoord"
#: templates/personal.php:16
#: templates/personal.php:11
msgid "show"
msgstr "weergeven"
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:23
#: templates/personal.php:18
msgid "Language"
msgstr "Taal"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
msgstr "Naam"
#: templates/users.php:12
msgid "Password"
msgstr ""
msgstr "Wachtwoord"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
msgstr "Groepen"
#: templates/users.php:18
msgid "Create"
msgstr ""
msgstr "Creëer"
#: templates/users.php:36
msgid "Remove"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -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 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:33+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@ -83,7 +83,7 @@ msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
@ -98,11 +98,7 @@ msgstr "dalej"
msgid "You are logged out."
msgstr "Jesteś wylogowany."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
#: templates/layout.user.php:49
msgid "Settings"
msgstr ""

69
l10n/pl/files.po Normal file
View File

@ -0,0 +1,69 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr ""
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr ""
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr ""
#: templates/index.php:9
msgid "Upload"
msgstr ""
#: templates/index.php:16
msgid "New Folder"
msgstr ""
#: templates/index.php:29
msgid "Name"
msgstr ""
#: templates/index.php:31
msgid "Download"
msgstr ""
#: templates/index.php:35
msgid "Size"
msgstr ""
#: templates/index.php:36
msgid "Modified"
msgstr ""
#: templates/index.php:36
msgid "Delete"
msgstr ""
#: templates/index.php:44
msgid "Upload too large"
msgstr ""
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""

47
l10n/pl/media.po Normal file
View File

@ -0,0 +1,47 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
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:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr ""
#: templates/music.php:28
msgid "Songs scanned"
msgstr ""
#: templates/music.php:29
msgid "Rescan Collection"
msgstr ""
#: templates/music.php:30
msgid "Pause"
msgstr ""
#: templates/music.php:36
msgid "Artist"
msgstr ""
#: templates/music.php:37
msgid "Album"
msgstr ""
#: templates/music.php:38
msgid "Title"
msgstr ""

View File

@ -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 04:33+0200\n"
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
"POT-Creation-Date: 2011-08-18 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@ -33,7 +33,7 @@ msgstr "Nieprawidłowe żądanie"
msgid "Language changed"
msgstr "Język zmieniony"
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr ""
@ -49,46 +49,42 @@ msgstr ""
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Dane konta"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Obecnie używasz"
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:5
msgid "of your"
msgstr "ze swoich"
#: templates/personal.php:5
msgid "space"
msgstr "przestrzeni"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Zmień hasło"
#: templates/personal.php:12
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Twoje hasło zostało zmienione"
#: templates/personal.php:14
msgid "Old password"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:15
#: templates/personal.php:10
msgid "New password"
msgstr "Nowe hasło"
#: templates/personal.php:16
#: templates/personal.php:11
msgid "show"
msgstr ""
#: templates/personal.php:23
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr "Język"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
@ -105,8 +101,8 @@ msgstr ""
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
#: templates/users.php:40
msgid "Delete"
msgstr ""

105
l10n/pt_BR/core.po Normal file
View File

@ -0,0 +1,105 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Van Der Fran <transifex@vanderland.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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: templates/login.php:4
msgid "Login failed!"
msgstr "Login sem sucesso"
#: templates/login.php:9 templates/login.php:13
msgid "remember"
msgstr "lembrete"
#: templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr "Criar uma <strong>conta</strong> de <strong>administrador</strong>"
#: templates/installation.php:21
msgid "Username"
msgstr "Nome de Usuário"
#: templates/installation.php:22
msgid "Password"
msgstr "Senha"
#: templates/installation.php:27
msgid "Configure the database"
msgstr "Configurar o banco de dados"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr "será usado"
#: templates/installation.php:64
msgid "Database user"
msgstr "Usuário de banco de dados"
#: templates/installation.php:65
msgid "Database password"
msgstr "Senha do banco de dados"
#: templates/installation.php:66
msgid "Database name"
msgstr "Nome do banco de dados"
#: templates/installation.php:74
msgid "Advanced"
msgstr "Avançado"
#: templates/installation.php:77
msgid "Host"
msgstr "Host 'servidor'"
#: templates/installation.php:78
msgid "Table prefix"
msgstr "Prefixo da tabela"
#: templates/installation.php:80
msgid "Data folder"
msgstr "Pasta de dados"
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Concluir configuração"
#: templates/404.php:12
msgid "Cloud not found"
msgstr "Cloud não encontrado"
#: templates/layout.guest.php:38
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev"
msgstr "anterior"
#: templates/part.pagenavi.php:26
msgid "next"
msgstr "próximo"
#: templates/logout.php:1
msgid "You are logged out."
msgstr "Você está desconectado."
#: templates/layout.user.php:49
msgid "Settings"
msgstr "Configurações"

72
l10n/pt_BR/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Van Der Fran <transifex@vanderland.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-15 16:00+0000\n"
"Last-Translator: vanderland <transifex@vanderland.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Arquivos"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Tamanho máximo para carregar"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Nada aqui.Carregar alguma coisa!"
#: templates/index.php:9
msgid "Upload"
msgstr "Carregar"
#: templates/index.php:16
msgid "New Folder"
msgstr "Nova Pasta"
#: templates/index.php:29
msgid "Name"
msgstr "Nome"
#: templates/index.php:31
msgid "Download"
msgstr "Baixar"
#: templates/index.php:35
msgid "Size"
msgstr "Tamanho"
#: templates/index.php:36
msgid "Modified"
msgstr "Modificado"
#: templates/index.php:36
msgid "Delete"
msgstr "Excluir"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Arquivo muito grande"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Os arquivos que você está tentando carregar excedeu o tamanho máximo para "
"arquivos no servidor."

48
l10n/pt_BR/media.po Normal file
View File

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Van Der Fran <transifex@vanderland.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-15 15:44+0000\n"
"Last-Translator: vanderland <transifex@vanderland.com>\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: appinfo/app.php:31
msgid "Music"
msgstr "Música"
#: templates/music.php:27
msgid "Songs scanned"
msgstr "Músicas encontradas"
#: templates/music.php:28
msgid "Rescan Collection"
msgstr "Atualizar a Coleção"
#: templates/music.php:29
msgid "Pause"
msgstr "Pausa"
#: templates/music.php:35
msgid "Artist"
msgstr "Artista"
#: templates/music.php:36
msgid "Album"
msgstr "Álbum"
#: templates/music.php:37
msgid "Title"
msgstr "Título"

108
l10n/pt_BR/settings.po Normal file
View File

@ -0,0 +1,108 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Van Der Fran <transifex@vanderland.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 10:38+0200\n"
"PO-Revision-Date: 2011-08-18 08:39+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"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Authentication error"
msgstr "Erro de autenticação"
#: ajax/openid.php:21
msgid "OpenID Changed"
msgstr "Mudou OpenID"
#: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Invalid request"
msgstr "Pedido inválido"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Mudou Idioma"
#: templates/help.php:22
msgid "Ask a question"
msgstr "Faça uma pergunta"
#: templates/apps.php:12
msgid "Select an App"
msgstr "Selecione uma Aplicação"
#: templates/apps.php:14
msgid "-licensed"
msgstr "-licenciados"
#: templates/apps.php:14
msgid "by"
msgstr "por"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:7
msgid "Your password got changed"
msgstr "Sua senha foi modificada"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:10
msgid "New password"
msgstr "Nova senha"
#: templates/personal.php:11
msgid "show"
msgstr "mostrar"
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr "Idioma"
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr "Nome"
#: templates/users.php:12
msgid "Password"
msgstr "Senha"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr "Grupos"
#: templates/users.php:18
msgid "Create"
msgstr "Criar"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
"POT-Creation-Date: 2011-08-18 10:45+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"
@ -83,7 +83,7 @@ msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgid "gives you the freedom to control your own data on the internet"
msgstr ""
#: templates/part.pagenavi.php:6
@ -98,10 +98,6 @@ msgstr ""
msgid "You are logged out."
msgstr ""
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:49
msgid "Settings"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
"POT-Creation-Date: 2011-08-18 10:45+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"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
"POT-Creation-Date: 2011-08-18 10:45+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,26 +21,26 @@ msgstr ""
msgid "Music"
msgstr ""
#: templates/music.php:27
#: templates/music.php:28
msgid "Songs scanned"
msgstr ""
#: templates/music.php:28
#: templates/music.php:29
msgid "Rescan Collection"
msgstr ""
#: templates/music.php:29
#: templates/music.php:30
msgid "Pause"
msgstr ""
#: templates/music.php:35
#: templates/music.php:36
msgid "Artist"
msgstr ""
#: templates/music.php:36
#: templates/music.php:37
msgid "Album"
msgstr ""
#: templates/music.php:37
#: templates/music.php:38
msgid "Title"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-13 12:41+0200\n"
"POT-Creation-Date: 2011-08-18 10:45+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"
@ -33,7 +33,7 @@ msgstr ""
msgid "Language changed"
msgstr ""
#: templates/help.php:21
#: templates/help.php:22
msgid "Ask a question"
msgstr ""
@ -49,46 +49,42 @@ msgstr ""
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
#: templates/personal.php:2
msgid "You use"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
#: templates/personal.php:2
msgid "of the available"
msgstr ""
#: templates/personal.php:5
msgid "of your"
msgstr ""
#: templates/personal.php:5
msgid "space"
msgstr ""
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr ""
#: templates/personal.php:12
#: templates/personal.php:7
msgid "Your password got changed"
msgstr ""
#: templates/personal.php:14
msgid "Old password"
#: templates/personal.php:9
msgid "Current password"
msgstr ""
#: templates/personal.php:15
#: templates/personal.php:10
msgid "New password"
msgstr ""
#: templates/personal.php:16
#: templates/personal.php:11
msgid "show"
msgstr ""
#: templates/personal.php:23
#: templates/personal.php:12
msgid "Change password"
msgstr ""
#: templates/personal.php:18
msgid "Language"
msgstr ""
#: templates/personal.php:24
msgid "Help translating"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
@ -105,6 +101,6 @@ msgstr ""
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
#: templates/users.php:40
msgid "Delete"
msgstr ""

View File

@ -2,11 +2,6 @@
"Authentication error" => "Проблем с индентификацията",
"Invalid request" => "Невалидна заявка",
"Language changed" => "Езика е сменен",
"Account information" => "Информация за профила",
"You're currently using" => "Вие ползвате",
"of your" => "на Вашето",
"space" => "място",
"Change Password" => "Промяна на парола",
"Your password got changed" => "Вашата парола е сменена",
"New password" => "Нова парола",
"Language" => "Език"

18
settings/l10n/ca.php Normal file
View File

@ -0,0 +1,18 @@
<?php $TRANSLATIONS = array(
"Authentication error" => "Error d'autenticació",
"OpenID Changed" => "OpenID ha canviat",
"Invalid request" => "Sol.licitud no vàlida",
"Language changed" => "S'ha canviat l'idioma",
"Ask a question" => "Feu una pregunta",
"Select an App" => "Sel·leccioneu una aplicació",
"-licensed" => "- amb llicència",
"by" => "per",
"Your password got changed" => "La contrasenya ha canviat",
"New password" => "Contrasenya nova",
"show" => "mostra",
"Language" => "Idioma",
"Name" => "Nom",
"Password" => "Contrasenya",
"Groups" => "Grups",
"Create" => "Crea"
);

View File

@ -1,13 +1,18 @@
<?php $TRANSLATIONS = array(
"Authentication error" => "Godkendelsesfejl",
"Invalid request" => "Invalid forespørgsel",
"OpenID Changed" => "OpenID ændret",
"Invalid request" => "Ugyldig forespørgsel",
"Language changed" => "Sprog ændret",
"Account information" => "Konto information",
"You're currently using" => "Du udnytter i øjeblikket",
"of your" => "af din",
"space" => "plads",
"Change Password" => "Ændre adgangskode",
"Your password got changed" => "Din adgangskode er ændret",
"New password" => "Nye adgangskode",
"Language" => "Sprog"
"Ask a question" => "Stil et spørgsmål",
"Select an App" => "Vælg en App",
"-licensed" => "-licenseret",
"by" => "af",
"Your password got changed" => "Din adgangskode er blevet ændret",
"New password" => "Ny adgangskode",
"show" => "vis",
"Language" => "Sprog",
"Name" => "Navn",
"Password" => "Kodeord",
"Groups" => "Grupper",
"Create" => "Ny"
);

View File

@ -7,19 +7,18 @@
"Select an App" => "Wähle eine Anwendung aus",
"-licensed" => "-lizenziert",
"by" => "von",
"Account information" => "Konto-Information",
"You're currently using" => "Du benutzt gerade",
"of your" => "von deinem",
"space" => "Speicherplatz",
"Change Password" => "Passwort ändern",
"You use" => "Du nutzt",
"of the available" => "der verfügbaren",
"Your password got changed" => "Dein Passwort wurde geändert",
"Old password" => "Altes Passwort",
"Current password" => "Aktuelles Passwort",
"New password" => "Neues Passwort",
"show" => "zeigen",
"Change password" => "Passwort ändern",
"Language" => "Sprache",
"Help translating" => "Hilf bei der Übersetzung",
"Name" => "Name",
"Password" => "Passwort",
"Groups" => "Gruppen",
"Create" => "Anlegen",
"Remove" => "Entfernen"
"Delete" => "Löschen"
);

18
settings/l10n/el.php Normal file
View File

@ -0,0 +1,18 @@
<?php $TRANSLATIONS = array(
"Authentication error" => "Σφάλμα ταυτοποίησης",
"OpenID Changed" => "Το OpenID άλλαξε",
"Invalid request" => "Άκυρα αίτημα",
"Language changed" => "Η γλώσσα άλλαξε",
"Ask a question" => "Κάντε μια ερώτηση",
"Select an App" => "Επιλέξτε μια εφαρμογή",
"-licensed" => "-με άδεια",
"by" => "με",
"Your password got changed" => "Ο κωδικός πρόσβασής σας άλαλαξε",
"New password" => "Νέος κωδικός",
"show" => "Εμφάνιση",
"Language" => "Γλώσσα",
"Name" => "Όνομα",
"Password" => "Κωδικός",
"Groups" => "Ομάδες",
"Create" => "Δημιουργία"
);

View File

@ -1,13 +1,18 @@
<?php $TRANSLATIONS = array(
"Authentication error" => "Error de autentificación",
"OpenID Changed" => "OpenID Cambiado",
"Invalid request" => "Solicitud no válida",
"Language changed" => "Idioma cambiado",
"Account information" => "Información de la cuenta",
"You're currently using" => "Estás utilizando",
"of your" => "de tus",
"space" => "de espacio total",
"Change Password" => "Cambiar contraseña",
"Ask a question" => "Hacer una pregunta",
"Select an App" => "Seleccionar una aplicación",
"-licensed" => "-autorizado",
"by" => "por",
"Your password got changed" => "Tu contraseña ha sido cambiada",
"New password" => "Nueva contraseña:",
"Language" => "Idioma"
"show" => "mostrar",
"Language" => "Idioma",
"Name" => "Nombre",
"Password" => "Contraseña",
"Groups" => "Grupos",
"Create" => "Crear"
);

View File

@ -7,19 +7,12 @@
"Select an App" => "Sélectionner une Application",
"-licensed" => "sous licence",
"by" => "par",
"Account information" => "Informations sur le compte",
"You're currently using" => "Vous utilisez actuellement",
"of your" => "de votre espace de stockage de",
"space" => " ",
"Change Password" => "Changer votre mot de passe",
"Your password got changed" => "Votre mot de passe a été changé",
"Old password" => "Ancien mot de passe",
"New password" => "Nouveau mot de passe :",
"show" => "Afficher",
"Language" => "Langue",
"Name" => "Nom",
"Password" => "Mot de passe",
"Groups" => "Groupes",
"Create" => "Créer",
"Remove" => "Supprimer"
"Create" => "Créer"
);

16
settings/l10n/it.php Normal file
View File

@ -0,0 +1,16 @@
<?php $TRANSLATIONS = array(
"Authentication error" => "Errore nell'autenticazione",
"Invalid request" => "Richiesta non valida",
"Language changed" => "Lingua modificata",
"Ask a question" => "Fai una domanda",
"Select an App" => "Seleziona un applicazione",
"by" => "da",
"Your password got changed" => "La tua password è stata cambiata",
"New password" => "Nuova password",
"show" => "mostra",
"Language" => "Lingua",
"Name" => "Nome",
"Password" => "Password",
"Groups" => "Gruppi",
"Create" => "Crea"
);

View File

@ -1,13 +1,18 @@
<?php $TRANSLATIONS = array(
"Authentication error" => "Authenticatiefout.",
"OpenID Changed" => "OpenID is aangepast",
"Invalid request" => "Ongeldig verzoek",
"Language changed" => "Taal aangepast",
"Account information" => "Gebruikersgegevens",
"You're currently using" => "U gebruikt momenteel",
"of your" => "van de",
"space" => "beschikbare ruimte.",
"Change Password" => "Wachtwoord aanpassen",
"Ask a question" => "Stel een vraag",
"Select an App" => "Selecteer een App",
"-licensed" => "-gelicenseerd",
"by" => "door",
"Your password got changed" => "Uw wachtwoord is aangepast",
"New password" => "Nieuw wachtwoord",
"Language" => "Taal"
"show" => "weergeven",
"Language" => "Taal",
"Name" => "Naam",
"Password" => "Wachtwoord",
"Groups" => "Groepen",
"Create" => "Creëer"
);

View File

@ -2,11 +2,6 @@
"Authentication error" => "Błąd uwierzytelniania",
"Invalid request" => "Nieprawidłowe żądanie",
"Language changed" => "Język zmieniony",
"Account information" => "Dane konta",
"You're currently using" => "Obecnie używasz",
"of your" => "ze swoich",
"space" => "przestrzeni",
"Change Password" => "Zmień hasło",
"Your password got changed" => "Twoje hasło zostało zmienione",
"New password" => "Nowe hasło",
"Language" => "Język"

18
settings/l10n/pt_BR.php Normal file
View File

@ -0,0 +1,18 @@
<?php $TRANSLATIONS = array(
"Authentication error" => "Erro de autenticação",
"OpenID Changed" => "Mudou OpenID",
"Invalid request" => "Pedido inválido",
"Language changed" => "Mudou Idioma",
"Ask a question" => "Faça uma pergunta",
"Select an App" => "Selecione uma Aplicação",
"-licensed" => "-licenciados",
"by" => "por",
"Your password got changed" => "Sua senha foi modificada",
"New password" => "Nova senha",
"show" => "mostrar",
"Language" => "Idioma",
"Name" => "Nome",
"Password" => "Senha",
"Groups" => "Grupos",
"Create" => "Criar"
);