Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-27 04:03:09 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-27 04:03:09 +0400
commit09aa95586ab1c913a5736af88eb7916d762328e8 (patch)
tree31ba437c2dd1a81694f0447f521b3ff50474ea0e
parent21c6cc45e610f47f7bb7a77132a8f2effd5a83f9 (diff)
[tx-robot] updated from transifex
-rw-r--r--apps/files/l10n/cs_CZ.php12
-rw-r--r--apps/files/l10n/de.php12
-rw-r--r--apps/files/l10n/fi_FI.php10
-rw-r--r--apps/files/l10n/fr.php12
-rw-r--r--apps/files/l10n/it.php12
-rw-r--r--apps/files/l10n/pt_BR.php12
-rw-r--r--apps/files/l10n/ro.php13
-rw-r--r--apps/files/l10n/sv.php12
-rw-r--r--apps/files/l10n/th_TH.php12
-rw-r--r--apps/files_encryption/l10n/pt_PT.php6
-rw-r--r--apps/files_external/l10n/pt_PT.php10
-rw-r--r--apps/files_sharing/l10n/fi_FI.php2
-rw-r--r--apps/files_sharing/l10n/ro.php2
-rw-r--r--apps/files_versions/l10n/fi_FI.php1
-rw-r--r--apps/files_versions/l10n/pt_PT.php7
-rw-r--r--apps/files_versions/l10n/ro.php1
-rw-r--r--core/l10n/cs_CZ.php1
-rw-r--r--core/l10n/de.php1
-rw-r--r--core/l10n/fr.php1
-rw-r--r--core/l10n/it.php1
-rw-r--r--core/l10n/pt_BR.php1
-rw-r--r--core/l10n/ro.php25
-rw-r--r--core/l10n/sv.php1
-rw-r--r--core/l10n/th_TH.php1
-rw-r--r--l10n/cs_CZ/core.po8
-rw-r--r--l10n/cs_CZ/files.po68
-rw-r--r--l10n/de/core.po6
-rw-r--r--l10n/de/files.po68
-rw-r--r--l10n/fi_FI/files.po64
-rw-r--r--l10n/fi_FI/files_sharing.po10
-rw-r--r--l10n/fi_FI/files_versions.po8
-rw-r--r--l10n/fr/core.po9
-rw-r--r--l10n/fr/files.po69
-rw-r--r--l10n/it/core.po8
-rw-r--r--l10n/it/files.po68
-rw-r--r--l10n/pt_BR/core.po8
-rw-r--r--l10n/pt_BR/files.po68
-rw-r--r--l10n/pt_PT/files_encryption.po17
-rw-r--r--l10n/pt_PT/files_external.po43
-rw-r--r--l10n/pt_PT/files_versions.po17
-rw-r--r--l10n/ro/core.po56
-rw-r--r--l10n/ro/files.po70
-rw-r--r--l10n/ro/files_sharing.po10
-rw-r--r--l10n/ro/files_versions.po8
-rw-r--r--l10n/sv/core.po8
-rw-r--r--l10n/sv/files.po68
-rw-r--r--l10n/templates/core.pot2
-rw-r--r--l10n/templates/files.pot40
-rw-r--r--l10n/templates/files_encryption.pot2
-rw-r--r--l10n/templates/files_external.pot2
-rw-r--r--l10n/templates/files_sharing.pot2
-rw-r--r--l10n/templates/files_versions.pot2
-rw-r--r--l10n/templates/lib.pot2
-rw-r--r--l10n/templates/settings.pot2
-rw-r--r--l10n/templates/user_ldap.pot2
-rw-r--r--l10n/th_TH/core.po8
-rw-r--r--l10n/th_TH/files.po68
57 files changed, 616 insertions, 443 deletions
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php
index 1ade9e618c4..04db7316f90 100644
--- a/apps/files/l10n/cs_CZ.php
+++ b/apps/files/l10n/cs_CZ.php
@@ -23,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "Nelze odeslat Váš soubor, protože je to adresář nebo má velikost 0 bajtů",
"Upload Error" => "Chyba odesílání",
"Pending" => "Čekající",
+"1 file uploading" => "odesílá se 1 soubor",
+"files uploading" => "souborů se odesílá",
"Upload cancelled." => "Odesílání zrušeno.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušení nahrávání.",
"Invalid name, '/' is not allowed." => "Neplatný název, znak '/' není povolen",
@@ -35,6 +37,16 @@
"folders" => "složky",
"file" => "soubor",
"files" => "soubory",
+"seconds ago" => "před pár sekundami",
+"minute ago" => "před minutou",
+"minutes ago" => "před pár minutami",
+"today" => "dnes",
+"yesterday" => "včera",
+"days ago" => "před pár dny",
+"last month" => "minulý měsíc",
+"months ago" => "před pár měsíci",
+"last year" => "minulý rok",
+"years ago" => "před pár lety",
"File handling" => "Zacházení se soubory",
"Maximum upload size" => "Maximální velikost pro odesílání",
"max. possible: " => "největší možná: ",
diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php
index 8b3f2857298..ef2cd8b673a 100644
--- a/apps/files/l10n/de.php
+++ b/apps/files/l10n/de.php
@@ -23,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis ist oder 0 Bytes hat.",
"Upload Error" => "Fehler beim Hochladen",
"Pending" => "Ausstehend",
+"1 file uploading" => "Eine Datei wird hoch geladen",
+"files uploading" => "Dateien werden hoch geladen",
"Upload cancelled." => "Hochladen abgebrochen.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.",
"Invalid name, '/' is not allowed." => "Ungültiger Name: \"/\" ist nicht erlaubt.",
@@ -35,6 +37,16 @@
"folders" => "Ordner",
"file" => "Datei",
"files" => "Dateien",
+"seconds ago" => "Sekunden her",
+"minute ago" => "Minute her",
+"minutes ago" => "Minuten her",
+"today" => "Heute",
+"yesterday" => "Gestern",
+"days ago" => "Tage her",
+"last month" => "Letzten Monat",
+"months ago" => "Monate her",
+"last year" => "Letztes Jahr",
+"years ago" => "Jahre her",
"File handling" => "Dateibehandlung",
"Maximum upload size" => "Maximale Upload-Größe",
"max. possible: " => "maximal möglich:",
diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php
index 1b9cee5ebb3..8e874ad4d95 100644
--- a/apps/files/l10n/fi_FI.php
+++ b/apps/files/l10n/fi_FI.php
@@ -31,6 +31,16 @@
"folders" => "kansiota",
"file" => "tiedosto",
"files" => "tiedostoa",
+"seconds ago" => "sekuntia sitten",
+"minute ago" => "minuutti sitten",
+"minutes ago" => "minuuttia sitten",
+"today" => "tänään",
+"yesterday" => "eilen",
+"days ago" => "päivää sitten",
+"last month" => "viime kuussa",
+"months ago" => "kuukautta sitten",
+"last year" => "viime vuonna",
+"years ago" => "vuotta sitten",
"File handling" => "Tiedostonhallinta",
"Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko",
"max. possible: " => "suurin mahdollinen:",
diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php
index 0e874bcf354..f58bfa5cc5e 100644
--- a/apps/files/l10n/fr.php
+++ b/apps/files/l10n/fr.php
@@ -23,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible de charger vos fichiers car il s'agit d'un dossier ou le fichier fait 0 octet.",
"Upload Error" => "Erreur de chargement",
"Pending" => "En cours",
+"1 file uploading" => "1 fichier en cours de téléchargement",
+"files uploading" => "fichiers en cours de téléchargement",
"Upload cancelled." => "Chargement annulé.",
"File upload is in progress. Leaving the page now will cancel the upload." => "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.",
"Invalid name, '/' is not allowed." => "Nom invalide, '/' n'est pas autorisé.",
@@ -35,6 +37,16 @@
"folders" => "dossiers",
"file" => "fichier",
"files" => "fichiers",
+"seconds ago" => "secondes passées",
+"minute ago" => "minute passée",
+"minutes ago" => "minutes passées",
+"today" => "aujourd'hui",
+"yesterday" => "hier",
+"days ago" => "jours passés",
+"last month" => "mois dernier",
+"months ago" => "mois passés",
+"last year" => "année dernière",
+"years ago" => "années passées",
"File handling" => "Gestion des fichiers",
"Maximum upload size" => "Taille max. d'envoi",
"max. possible: " => "Max. possible :",
diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php
index 4cb2daf6971..86f2ff84fcf 100644
--- a/apps/files/l10n/it.php
+++ b/apps/files/l10n/it.php
@@ -23,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossibile inviare il file poiché è una cartella o ha dimensione 0 byte",
"Upload Error" => "Errore di invio",
"Pending" => "In corso",
+"1 file uploading" => "1 file in fase di caricamento",
+"files uploading" => "file in fase di caricamento",
"Upload cancelled." => "Invio annullato",
"File upload is in progress. Leaving the page now will cancel the upload." => "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento.",
"Invalid name, '/' is not allowed." => "Nome non valido",
@@ -35,6 +37,16 @@
"folders" => "cartelle",
"file" => "file",
"files" => "file",
+"seconds ago" => "secondi fa",
+"minute ago" => "minuto fa",
+"minutes ago" => "minuti fa",
+"today" => "oggi",
+"yesterday" => "ieri",
+"days ago" => "giorni fa",
+"last month" => "mese scorso",
+"months ago" => "mesi fa",
+"last year" => "anno scorso",
+"years ago" => "anni fa",
"File handling" => "Gestione file",
"Maximum upload size" => "Dimensione massima upload",
"max. possible: " => "numero mass.: ",
diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php
index d9e6e3290ed..59ec8a8a018 100644
--- a/apps/files/l10n/pt_BR.php
+++ b/apps/files/l10n/pt_BR.php
@@ -23,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossível enviar seus arquivo como diretório ou ele tem 0 bytes.",
"Upload Error" => "Erro de envio",
"Pending" => "Pendente",
+"1 file uploading" => "enviando 1 arquivo",
+"files uploading" => "enviando arquivos",
"Upload cancelled." => "Envio cancelado.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Upload em andamento. Sair da página agora resultará no cancelamento do envio.",
"Invalid name, '/' is not allowed." => "Nome inválido, '/' não é permitido.",
@@ -35,6 +37,16 @@
"folders" => "pastas",
"file" => "arquivo",
"files" => "arquivos",
+"seconds ago" => "segundos atrás",
+"minute ago" => "minuto atrás",
+"minutes ago" => "minutos atrás",
+"today" => "hoje",
+"yesterday" => "ontem",
+"days ago" => "dias atrás",
+"last month" => "último mês",
+"months ago" => "meses atrás",
+"last year" => "último ano",
+"years ago" => "anos atrás",
"File handling" => "Tratamento de Arquivo",
"Maximum upload size" => "Tamanho máximo para carregar",
"max. possible: " => "max. possível:",
diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php
index ff4a8119372..8d651e23827 100644
--- a/apps/files/l10n/ro.php
+++ b/apps/files/l10n/ro.php
@@ -9,6 +9,7 @@
"Files" => "Fișiere",
"Unshare" => "Anulează partajarea",
"Delete" => "Șterge",
+"Rename" => "Redenumire",
"already exists" => "deja există",
"replace" => "înlocuire",
"suggest name" => "sugerează nume",
@@ -22,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "Nu s-a putut încărca fișierul tău deoarece pare să fie un director sau are 0 bytes.",
"Upload Error" => "Eroare la încărcare",
"Pending" => "În așteptare",
+"1 file uploading" => "un fișier se încarcă",
+"files uploading" => "fișiere se încarcă",
"Upload cancelled." => "Încărcare anulată.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea.",
"Invalid name, '/' is not allowed." => "Nume invalid, '/' nu este permis.",
@@ -34,6 +37,16 @@
"folders" => "directoare",
"file" => "fișier",
"files" => "fișiere",
+"seconds ago" => "secunde în urmă",
+"minute ago" => "minut în urmă",
+"minutes ago" => "minute în urmă",
+"today" => "astăzi",
+"yesterday" => "ieri",
+"days ago" => "zile în urmă",
+"last month" => "ultima lună",
+"months ago" => "luni în urmă",
+"last year" => "ultimul an",
+"years ago" => "ani în urmă",
"File handling" => "Manipulare fișiere",
"Maximum upload size" => "Dimensiune maximă admisă la încărcare",
"max. possible: " => "max. posibil:",
diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php
index e94390fc774..d5dcf1ad2e8 100644
--- a/apps/files/l10n/sv.php
+++ b/apps/files/l10n/sv.php
@@ -23,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "Kunde inte ladda upp dina filer eftersom det antingen är en mapp eller har 0 bytes.",
"Upload Error" => "Uppladdningsfel",
"Pending" => "Väntar",
+"1 file uploading" => "1 filuppladdning",
+"files uploading" => "filer laddas upp",
"Upload cancelled." => "Uppladdning avbruten.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.",
"Invalid name, '/' is not allowed." => "Ogiltigt namn, '/' är inte tillåten.",
@@ -35,6 +37,16 @@
"folders" => "mappar",
"file" => "fil",
"files" => "filer",
+"seconds ago" => "sekunder sedan",
+"minute ago" => "minut sedan",
+"minutes ago" => "minuter sedan",
+"today" => "i dag",
+"yesterday" => "i går",
+"days ago" => "dagar sedan",
+"last month" => "förra månaden",
+"months ago" => "månader sedan",
+"last year" => "förra året",
+"years ago" => "år sedan",
"File handling" => "Filhantering",
"Maximum upload size" => "Maximal storlek att ladda upp",
"max. possible: " => "max. möjligt:",
diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php
index db037b06c26..dc94ddc7de5 100644
--- a/apps/files/l10n/th_TH.php
+++ b/apps/files/l10n/th_TH.php
@@ -23,6 +23,8 @@
"Unable to upload your file as it is a directory or has 0 bytes" => "ไม่สามารถอัพโหลดไฟล์ของคุณได้ เนื่องจากไฟล์ดังกล่าวเป็นไดเร็กทอรี่หรือมีขนาด 0 ไบต์",
"Upload Error" => "เกิดข้อผิดพลาดในการอัพโหลด",
"Pending" => "อยู่ระหว่างดำเนินการ",
+"1 file uploading" => "กำลังอัพโหลดไฟล์ 1 ไฟล์",
+"files uploading" => "การอัพโหลดไฟล์",
"Upload cancelled." => "การอัพโหลดถูกยกเลิก",
"File upload is in progress. Leaving the page now will cancel the upload." => "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
"Invalid name, '/' is not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง '/' ไม่อนุญาตให้ใช้งาน",
@@ -35,6 +37,16 @@
"folders" => "โฟลเดอร์",
"file" => "ไฟล์",
"files" => "ไฟล์",
+"seconds ago" => "วินาที ก่อนหน้านี้",
+"minute ago" => "นาที ที่ผ่านมา",
+"minutes ago" => "นาที ที่ผ่านมา",
+"today" => "วันนี้",
+"yesterday" => "เมื่อวานนี้",
+"days ago" => "วัน ที่ผ่านมา",
+"last month" => "เดือนที่แล้ว",
+"months ago" => "เดือน ที่ผ่านมา",
+"last year" => "ปีที่แล้ว",
+"years ago" => "ปี ที่ผ่านมา",
"File handling" => "การจัดกาไฟล์",
"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
"max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ",
diff --git a/apps/files_encryption/l10n/pt_PT.php b/apps/files_encryption/l10n/pt_PT.php
new file mode 100644
index 00000000000..570462b414f
--- /dev/null
+++ b/apps/files_encryption/l10n/pt_PT.php
@@ -0,0 +1,6 @@
+<?php $TRANSLATIONS = array(
+"Encryption" => "Encriptação",
+"Exclude the following file types from encryption" => "Excluir da encriptação os seguintes tipo de ficheiros",
+"None" => "Nenhum",
+"Enable Encryption" => "Activar Encriptação"
+);
diff --git a/apps/files_external/l10n/pt_PT.php b/apps/files_external/l10n/pt_PT.php
new file mode 100644
index 00000000000..8b4680b3711
--- /dev/null
+++ b/apps/files_external/l10n/pt_PT.php
@@ -0,0 +1,10 @@
+<?php $TRANSLATIONS = array(
+"Configuration" => "Configuração",
+"Options" => "Opções",
+"Applicable" => "Aplicável",
+"All Users" => "Todos os utilizadores",
+"Groups" => "Grupos",
+"Users" => "Utilizadores",
+"Delete" => "Apagar",
+"Import Root Certificate" => "Importar Certificado Root"
+);
diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php
index 85c6c7a7132..6c441342133 100644
--- a/apps/files_sharing/l10n/fi_FI.php
+++ b/apps/files_sharing/l10n/fi_FI.php
@@ -1,6 +1,8 @@
<?php $TRANSLATIONS = array(
"Password" => "Salasana",
"Submit" => "Lähetä",
+"%s shared the folder %s with you" => "%s jakoi kansion %s kanssasi",
+"%s shared the file %s with you" => "%s jakoi tiedoston %s kanssasi",
"Download" => "Lataa",
"No preview available for" => "Ei esikatselua kohteelle",
"web services under your control" => "verkkopalvelut hallinnassasi"
diff --git a/apps/files_sharing/l10n/ro.php b/apps/files_sharing/l10n/ro.php
index 4943fcc03c7..eb9977dc585 100644
--- a/apps/files_sharing/l10n/ro.php
+++ b/apps/files_sharing/l10n/ro.php
@@ -1,6 +1,8 @@
<?php $TRANSLATIONS = array(
"Password" => "Parolă",
"Submit" => "Trimite",
+"%s shared the folder %s with you" => "%s a partajat directorul %s cu tine",
+"%s shared the file %s with you" => "%s a partajat fișierul %s cu tine",
"Download" => "Descarcă",
"No preview available for" => "Nici o previzualizare disponibilă pentru ",
"web services under your control" => "servicii web controlate de tine"
diff --git a/apps/files_versions/l10n/fi_FI.php b/apps/files_versions/l10n/fi_FI.php
index 7e0894b3f18..3cec4c04bfe 100644
--- a/apps/files_versions/l10n/fi_FI.php
+++ b/apps/files_versions/l10n/fi_FI.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "Vanhenna kaikki versiot",
+"History" => "Historia",
"Versions" => "Versiot",
"This will delete all existing backup versions of your files" => "Tämä poistaa kaikki tiedostojesi olemassa olevat varmuuskopioversiot",
"Files Versioning" => "Tiedostojen versiointi",
diff --git a/apps/files_versions/l10n/pt_PT.php b/apps/files_versions/l10n/pt_PT.php
new file mode 100644
index 00000000000..eb80eec6ed8
--- /dev/null
+++ b/apps/files_versions/l10n/pt_PT.php
@@ -0,0 +1,7 @@
+<?php $TRANSLATIONS = array(
+"Expire all versions" => "Expirar todas as versões",
+"History" => "Histórico",
+"Versions" => "Versões",
+"This will delete all existing backup versions of your files" => "Isto irá apagar todas as versões de backup do seus ficheiros",
+"Enable" => "Activar"
+);
diff --git a/apps/files_versions/l10n/ro.php b/apps/files_versions/l10n/ro.php
index 597be7330c5..e23e771e392 100644
--- a/apps/files_versions/l10n/ro.php
+++ b/apps/files_versions/l10n/ro.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "Expiră toate versiunile",
+"History" => "Istoric",
"Versions" => "Versiuni",
"This will delete all existing backup versions of your files" => "Această acțiune va șterge toate versiunile salvate ale fișierelor tale",
"Files Versioning" => "Versionare fișiere",
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php
index 69fdc06a293..790ab423e38 100644
--- a/core/l10n/cs_CZ.php
+++ b/core/l10n/cs_CZ.php
@@ -45,6 +45,7 @@
"delete" => "smazat",
"share" => "sdílet",
"Password protected" => "Chráněno heslem",
+"Error unsetting expiration date" => "Chyba při odstraňování data vypršení platnosti",
"Error setting expiration date" => "Chyba při nastavení data vypršení platnosti",
"ownCloud password reset" => "Obnovení hesla pro ownCloud",
"Use the following link to reset your password: {link}" => "Heslo obnovíte použitím následujícího odkazu: {link}",
diff --git a/core/l10n/de.php b/core/l10n/de.php
index 0a87fc4e8e7..d252700df16 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -45,6 +45,7 @@
"delete" => "löschen",
"share" => "teilen",
"Password protected" => "Passwort geschützt",
+"Error unsetting expiration date" => "Fehler beim entfernen des Ablaufdatums",
"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums",
"ownCloud password reset" => "ownCloud-Passwort zurücksetzen",
"Use the following link to reset your password: {link}" => "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {link}",
diff --git a/core/l10n/fr.php b/core/l10n/fr.php
index d6fbb7693df..1a2d17c69d0 100644
--- a/core/l10n/fr.php
+++ b/core/l10n/fr.php
@@ -45,6 +45,7 @@
"delete" => "supprimer",
"share" => "partager",
"Password protected" => "Protégé par un mot de passe",
+"Error unsetting expiration date" => "Un erreur est survenue pendant la suppression de la date d'expiration",
"Error setting expiration date" => "Erreur lors de la spécification de la date d'expiration",
"ownCloud password reset" => "Réinitialisation de votre mot de passe Owncloud",
"Use the following link to reset your password: {link}" => "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}",
diff --git a/core/l10n/it.php b/core/l10n/it.php
index cce4ac44cdc..669c6b6e44a 100644
--- a/core/l10n/it.php
+++ b/core/l10n/it.php
@@ -45,6 +45,7 @@
"delete" => "eliminare",
"share" => "condividere",
"Password protected" => "Protetta da password",
+"Error unsetting expiration date" => "Errore durante la rimozione della data di scadenza",
"Error setting expiration date" => "Errore durante l'impostazione della data di scadenza",
"ownCloud password reset" => "Ripristino password di ownCloud",
"Use the following link to reset your password: {link}" => "Usa il collegamento seguente per ripristinare la password: {link}",
diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php
index 21ae28be1e7..cd7064e89c3 100644
--- a/core/l10n/pt_BR.php
+++ b/core/l10n/pt_BR.php
@@ -45,6 +45,7 @@
"delete" => "remover",
"share" => "compartilhar",
"Password protected" => "Protegido com senha",
+"Error unsetting expiration date" => "Erro ao remover data de expiração",
"Error setting expiration date" => "Erro ao definir data de expiração",
"ownCloud password reset" => "Redefinir senha ownCloud",
"Use the following link to reset your password: {link}" => "Use o seguinte link para redefinir sua senha: {link}",
diff --git a/core/l10n/ro.php b/core/l10n/ro.php
index 8647cc11901..4083113a653 100644
--- a/core/l10n/ro.php
+++ b/core/l10n/ro.php
@@ -15,13 +15,38 @@
"October" => "Octombrie",
"November" => "Noiembrie",
"December" => "Decembrie",
+"Choose" => "Alege",
"Cancel" => "Anulare",
"No" => "Nu",
"Yes" => "Da",
"Ok" => "Ok",
"No categories selected for deletion." => "Nici o categorie selectată pentru ștergere.",
"Error" => "Eroare",
+"Error while sharing" => "Eroare la partajare",
+"Error while unsharing" => "Eroare la anularea partajării",
+"Error while changing permissions" => "Eroare la modificarea permisiunilor",
+"Shared with you and the group %s by %s" => "Partajat cu tine și grupul %s de %s",
+"Shared with you by %s" => "Partajat cu tine de %s",
+"Share with" => "Partajat cu",
+"Share with link" => "Partajare cu legătură",
+"Password protect" => "Protejare cu parolă",
"Password" => "Parola",
+"Set expiration date" => "Specifică data expirării",
+"Expiration date" => "Data expirării",
+"Share via email: %s" => "Partajare prin email: %s",
+"No people found" => "Nici o persoană găsită",
+"Resharing is not allowed" => "Repartajarea nu este permisă",
+"Shared in %s with %s" => "Partajat în %s cu %s",
+"Unshare" => "Anulare partajare",
+"can edit" => "poate edita",
+"access control" => "control acces",
+"create" => "creare",
+"update" => "actualizare",
+"delete" => "ștergere",
+"share" => "partajare",
+"Password protected" => "Protejare cu parolă",
+"Error unsetting expiration date" => "Eroare la anularea datei de expirare",
+"Error setting expiration date" => "Eroare la specificarea datei de expirare",
"ownCloud password reset" => "Resetarea parolei ownCloud ",
"Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}",
"You will receive a link to reset your password via Email." => "Vei primi un mesaj prin care vei putea reseta parola via email",
diff --git a/core/l10n/sv.php b/core/l10n/sv.php
index 2669d4d5b32..993aae71ac3 100644
--- a/core/l10n/sv.php
+++ b/core/l10n/sv.php
@@ -45,6 +45,7 @@
"delete" => "radera",
"share" => "dela",
"Password protected" => "Lösenordsskyddad",
+"Error unsetting expiration date" => "Fel vid borttagning av utgångsdatum",
"Error setting expiration date" => "Fel vid sättning av utgångsdatum",
"ownCloud password reset" => "ownCloud lösenordsåterställning",
"Use the following link to reset your password: {link}" => "Använd följande länk för att återställa lösenordet: {link}",
diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php
index ce8b97ae529..65b14b121d5 100644
--- a/core/l10n/th_TH.php
+++ b/core/l10n/th_TH.php
@@ -45,6 +45,7 @@
"delete" => "ลบ",
"share" => "แชร์",
"Password protected" => "ใส่รหัสผ่านไว้",
+"Error unsetting expiration date" => "เกิดข้อผิดพลาดในการยกเลิกการตั้งค่าวันที่หมดอายุ",
"Error setting expiration date" => "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ",
"ownCloud password reset" => "รีเซ็ตรหัสผ่าน ownCloud",
"Use the following link to reset your password: {link}" => "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}",
diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po
index 185d23e60e2..4ae1820806a 100644
--- a/l10n/cs_CZ/core.po
+++ b/l10n/cs_CZ/core.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 11:43+0000\n"
+"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -212,7 +212,7 @@ msgstr "Chráněno heslem"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Chyba při odstraňování data vypršení platnosti"
#: js/share.js:501
msgid "Error setting expiration date"
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index 96ed0e4f7fd..423a5045da8 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/files.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:01+0000\n"
+"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -120,11 +120,11 @@ msgstr "Čekající"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "odesílá se 1 soubor"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "souborů se odesílá"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -139,81 +139,81 @@ msgstr "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušen
msgid "Invalid name, '/' is not allowed."
msgstr "Neplatný název, znak '/' není povolen"
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "soubory prohledány"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "chyba při prohledávání"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Název"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Velikost"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Změněno"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "složka"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "složky"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "soubor"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "soubory"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "před pár sekundami"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "před minutou"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "před pár minutami"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "dnes"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "včera"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "před pár dny"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "minulý měsíc"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "před pár měsíci"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "minulý rok"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "před pár lety"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/de/core.po b/l10n/de/core.po
index e6d69f6e985..7e0a3635c55 100644
--- a/l10n/de/core.po
+++ b/l10n/de/core.po
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 11:39+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -221,7 +221,7 @@ msgstr "Passwort geschützt"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Fehler beim entfernen des Ablaufdatums"
#: js/share.js:501
msgid "Error setting expiration date"
diff --git a/l10n/de/files.po b/l10n/de/files.po
index 52b85e608db..111dacc2d9f 100644
--- a/l10n/de/files.po
+++ b/l10n/de/files.po
@@ -21,9 +21,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 11:49+0000\n"
+"Last-Translator: JamFX <niko@nik-o-mat.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -131,11 +131,11 @@ msgstr "Ausstehend"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "Eine Datei wird hoch geladen"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "Dateien werden hoch geladen"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -150,81 +150,81 @@ msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload
msgid "Invalid name, '/' is not allowed."
msgstr "Ungültiger Name: \"/\" ist nicht erlaubt."
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "Dateien gescannt"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "Fehler beim Scannen"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Name"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Größe"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Bearbeitet"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "Ordner"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "Ordner"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "Datei"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "Dateien"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "Sekunden her"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "Minute her"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "Minuten her"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "Heute"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "Gestern"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "Tage her"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "Letzten Monat"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "Monate her"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "Letztes Jahr"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "Jahre her"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po
index 9590b400a19..361afe1ce0c 100644
--- a/l10n/fi_FI/files.po
+++ b/l10n/fi_FI/files.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:21+0000\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -141,81 +141,81 @@ msgstr "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedos
msgid "Invalid name, '/' is not allowed."
msgstr "Virheellinen nimi, merkki '/' ei ole sallittu."
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr ""
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr ""
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Nimi"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Koko"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Muutettu"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "kansio"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "kansiota"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "tiedosto"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "tiedostoa"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "sekuntia sitten"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "minuutti sitten"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "minuuttia sitten"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "tänään"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "eilen"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "päivää sitten"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "viime kuussa"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "kuukautta sitten"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "viime vuonna"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "vuotta sitten"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/fi_FI/files_sharing.po b/l10n/fi_FI/files_sharing.po
index 9817d499c7f..8bdb2b410f9 100644
--- a/l10n/fi_FI/files_sharing.po
+++ b/l10n/fi_FI/files_sharing.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:20+0000\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -30,12 +30,12 @@ msgstr "Lähetä"
#: templates/public.php:9
#, php-format
msgid "%s shared the folder %s with you"
-msgstr ""
+msgstr "%s jakoi kansion %s kanssasi"
#: templates/public.php:11
#, php-format
msgid "%s shared the file %s with you"
-msgstr ""
+msgstr "%s jakoi tiedoston %s kanssasi"
#: templates/public.php:14 templates/public.php:30
msgid "Download"
diff --git a/l10n/fi_FI/files_versions.po b/l10n/fi_FI/files_versions.po
index 3a27d9ef9f7..ab692d6056c 100644
--- a/l10n/fi_FI/files_versions.po
+++ b/l10n/fi_FI/files_versions.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:22+0000\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,7 +24,7 @@ msgstr "Vanhenna kaikki versiot"
#: js/versions.js:16
msgid "History"
-msgstr ""
+msgstr "Historia"
#: templates/settings-personal.php:4
msgid "Versions"
diff --git a/l10n/fr/core.po b/l10n/fr/core.po
index fd3b16d1023..62dfb286cb0 100644
--- a/l10n/fr/core.po
+++ b/l10n/fr/core.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Christophe Lherieau <skimpax@gmail.com>, 2012.
# <florentin.lemoal@gmail.com>, 2012.
# Guillaume Paumier <guillom.pom@gmail.com>, 2012.
# Nahir Mohamed <nahirmoha@gmail.com>, 2012.
@@ -13,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:01+0000\n"
+"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -214,7 +215,7 @@ msgstr "Protégé par un mot de passe"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Un erreur est survenue pendant la suppression de la date d'expiration"
#: js/share.js:501
msgid "Error setting expiration date"
diff --git a/l10n/fr/files.po b/l10n/fr/files.po
index a153fdf5c58..b4ed9df3a69 100644
--- a/l10n/fr/files.po
+++ b/l10n/fr/files.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Christophe Lherieau <skimpax@gmail.com>, 2012.
# Cyril Glapa <kyriog@gmail.com>, 2012.
# Geoffrey Guerrier <geoffrey.guerrier@gmail.com>, 2012.
# <gp4004@arghh.org>, 2012.
@@ -16,9 +17,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:42+0000\n"
+"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -126,11 +127,11 @@ msgstr "En cours"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "1 fichier en cours de téléchargement"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "fichiers en cours de téléchargement"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -145,81 +146,81 @@ msgstr "L'envoi du fichier est en cours. Quitter cette page maintenant annulera
msgid "Invalid name, '/' is not allowed."
msgstr "Nom invalide, '/' n'est pas autorisé."
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "fichiers indexés"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "erreur lors de l'indexation"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Nom"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Taille"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Modifié"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "dossier"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "dossiers"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "fichier"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "fichiers"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "secondes passées"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "minute passée"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "minutes passées"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "aujourd'hui"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "hier"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "jours passés"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "mois dernier"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "mois passés"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "année dernière"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "années passées"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/it/core.po b/l10n/it/core.po
index 7f84ec32808..2c15ee03263 100644
--- a/l10n/it/core.po
+++ b/l10n/it/core.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 11:52+0000\n"
+"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -213,7 +213,7 @@ msgstr "Protetta da password"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Errore durante la rimozione della data di scadenza"
#: js/share.js:501
msgid "Error setting expiration date"
diff --git a/l10n/it/files.po b/l10n/it/files.po
index 53f5157beea..0677f2ddd44 100644
--- a/l10n/it/files.po
+++ b/l10n/it/files.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:00+0000\n"
+"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -121,11 +121,11 @@ msgstr "In corso"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "1 file in fase di caricamento"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "file in fase di caricamento"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -140,81 +140,81 @@ msgstr "Caricamento del file in corso. La chiusura della pagina annullerà il ca
msgid "Invalid name, '/' is not allowed."
msgstr "Nome non valido"
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "file analizzati"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "errore durante la scansione"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Nome"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Dimensione"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Modificato"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "cartella"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "cartelle"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "file"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "file"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "secondi fa"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "minuto fa"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "minuti fa"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "oggi"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "ieri"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "giorni fa"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "mese scorso"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "mesi fa"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "anno scorso"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "anni fa"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po
index 371177dcc82..6f0f826640e 100644
--- a/l10n/pt_BR/core.po
+++ b/l10n/pt_BR/core.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:25+0000\n"
+"Last-Translator: sedir <philippi.sedir@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -214,7 +214,7 @@ msgstr "Protegido com senha"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Erro ao remover data de expiração"
#: js/share.js:501
msgid "Error setting expiration date"
diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po
index 0f6de71c51f..a262359b9cf 100644
--- a/l10n/pt_BR/files.po
+++ b/l10n/pt_BR/files.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:31+0000\n"
+"Last-Translator: sedir <philippi.sedir@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -123,11 +123,11 @@ msgstr "Pendente"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "enviando 1 arquivo"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "enviando arquivos"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -142,81 +142,81 @@ msgstr "Upload em andamento. Sair da página agora resultará no cancelamento do
msgid "Invalid name, '/' is not allowed."
msgstr "Nome inválido, '/' não é permitido."
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "arquivos verificados"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "erro durante verificação"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Nome"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Tamanho"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "pasta"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "pastas"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "arquivo"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "arquivos"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "segundos atrás"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "minuto atrás"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "minutos atrás"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "hoje"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "ontem"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "dias atrás"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "último mês"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "meses atrás"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "último ano"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "anos atrás"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/pt_PT/files_encryption.po b/l10n/pt_PT/files_encryption.po
index ea24c46071b..803037caf42 100644
--- a/l10n/pt_PT/files_encryption.po
+++ b/l10n/pt_PT/files_encryption.po
@@ -3,32 +3,33 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-13 23:12+0200\n"
-"PO-Revision-Date: 2012-08-12 22:33+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:24+0000\n"
+"Last-Translator: Duarte Velez Grilo <duartegrilo@gmail.com>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_PT\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/settings.php:3
msgid "Encryption"
-msgstr ""
+msgstr "Encriptação"
#: templates/settings.php:4
msgid "Exclude the following file types from encryption"
-msgstr ""
+msgstr "Excluir da encriptação os seguintes tipo de ficheiros"
#: templates/settings.php:5
msgid "None"
-msgstr ""
+msgstr "Nenhum"
#: templates/settings.php:10
msgid "Enable Encryption"
-msgstr ""
+msgstr "Activar Encriptação"
diff --git a/l10n/pt_PT/files_external.po b/l10n/pt_PT/files_external.po
index b0c55a3de6e..bac559da630 100644
--- a/l10n/pt_PT/files_external.po
+++ b/l10n/pt_PT/files_external.po
@@ -3,19 +3,20 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-08-13 23:12+0200\n"
-"PO-Revision-Date: 2012-08-12 22:34+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:10+0000\n"
+"Last-Translator: Duarte Velez Grilo <duartegrilo@gmail.com>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_PT\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/settings.php:3
msgid "External Storage"
@@ -31,15 +32,15 @@ msgstr ""
#: templates/settings.php:9
msgid "Configuration"
-msgstr ""
+msgstr "Configuração"
#: templates/settings.php:10
msgid "Options"
-msgstr ""
+msgstr "Opções"
#: templates/settings.php:11
msgid "Applicable"
-msgstr ""
+msgstr "Aplicável"
#: templates/settings.php:23
msgid "Add mount point"
@@ -51,32 +52,32 @@ msgstr ""
#: templates/settings.php:63
msgid "All Users"
-msgstr ""
+msgstr "Todos os utilizadores"
#: templates/settings.php:64
msgid "Groups"
-msgstr ""
+msgstr "Grupos"
#: templates/settings.php:69
msgid "Users"
-msgstr ""
+msgstr "Utilizadores"
-#: templates/settings.php:77 templates/settings.php:96
+#: templates/settings.php:77 templates/settings.php:107
msgid "Delete"
-msgstr ""
+msgstr "Apagar"
-#: templates/settings.php:88
-msgid "SSL root certificates"
+#: templates/settings.php:87
+msgid "Enable User External Storage"
msgstr ""
-#: templates/settings.php:102
-msgid "Import Root Certificate"
+#: templates/settings.php:88
+msgid "Allow users to mount their own external storage"
msgstr ""
-#: templates/settings.php:108
-msgid "Enable User External Storage"
+#: templates/settings.php:99
+msgid "SSL root certificates"
msgstr ""
-#: templates/settings.php:109
-msgid "Allow users to mount their own external storage"
-msgstr ""
+#: templates/settings.php:113
+msgid "Import Root Certificate"
+msgstr "Importar Certificado Root"
diff --git a/l10n/pt_PT/files_versions.po b/l10n/pt_PT/files_versions.po
index 317fd2ed31c..4da2f774a10 100644
--- a/l10n/pt_PT/files_versions.po
+++ b/l10n/pt_PT/files_versions.po
@@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:15+0000\n"
+"Last-Translator: Duarte Velez Grilo <duartegrilo@gmail.com>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,19 +20,19 @@ msgstr ""
#: js/settings-personal.js:31 templates/settings-personal.php:10
msgid "Expire all versions"
-msgstr ""
+msgstr "Expirar todas as versões"
#: js/versions.js:16
msgid "History"
-msgstr ""
+msgstr "Histórico"
#: templates/settings-personal.php:4
msgid "Versions"
-msgstr ""
+msgstr "Versões"
#: templates/settings-personal.php:7
msgid "This will delete all existing backup versions of your files"
-msgstr ""
+msgstr "Isto irá apagar todas as versões de backup do seus ficheiros"
#: templates/settings.php:3
msgid "Files Versioning"
@@ -39,4 +40,4 @@ msgstr ""
#: templates/settings.php:4
msgid "Enable"
-msgstr ""
+msgstr "Activar"
diff --git a/l10n/ro/core.po b/l10n/ro/core.po
index ff02e7210f6..aa411156948 100644
--- a/l10n/ro/core.po
+++ b/l10n/ro/core.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:12+0000\n"
+"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -87,7 +87,7 @@ msgstr "Decembrie"
#: js/oc-dialogs.js:123
msgid "Choose"
-msgstr ""
+msgstr "Alege"
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
msgid "Cancel"
@@ -116,37 +116,37 @@ msgstr "Eroare"
#: js/share.js:103
msgid "Error while sharing"
-msgstr ""
+msgstr "Eroare la partajare"
#: js/share.js:114
msgid "Error while unsharing"
-msgstr ""
+msgstr "Eroare la anularea partajării"
#: js/share.js:121
msgid "Error while changing permissions"
-msgstr ""
+msgstr "Eroare la modificarea permisiunilor"
#: js/share.js:130
#, python-format
msgid "Shared with you and the group %s by %s"
-msgstr ""
+msgstr "Partajat cu tine și grupul %s de %s"
#: js/share.js:132
#, python-format
msgid "Shared with you by %s"
-msgstr ""
+msgstr "Partajat cu tine de %s"
#: js/share.js:137
msgid "Share with"
-msgstr ""
+msgstr "Partajat cu"
#: js/share.js:142
msgid "Share with link"
-msgstr ""
+msgstr "Partajare cu legătură"
#: js/share.js:143
msgid "Password protect"
-msgstr ""
+msgstr "Protejare cu parolă"
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
msgid "Password"
@@ -154,69 +154,69 @@ msgstr "Parola"
#: js/share.js:152
msgid "Set expiration date"
-msgstr ""
+msgstr "Specifică data expirării"
#: js/share.js:153
msgid "Expiration date"
-msgstr ""
+msgstr "Data expirării"
#: js/share.js:185
#, python-format
msgid "Share via email: %s"
-msgstr ""
+msgstr "Partajare prin email: %s"
#: js/share.js:187
msgid "No people found"
-msgstr ""
+msgstr "Nici o persoană găsită"
#: js/share.js:214
msgid "Resharing is not allowed"
-msgstr ""
+msgstr "Repartajarea nu este permisă"
#: js/share.js:250
#, python-format
msgid "Shared in %s with %s"
-msgstr ""
+msgstr "Partajat în %s cu %s"
#: js/share.js:271
msgid "Unshare"
-msgstr ""
+msgstr "Anulare partajare"
#: js/share.js:279
msgid "can edit"
-msgstr ""
+msgstr "poate edita"
#: js/share.js:281
msgid "access control"
-msgstr ""
+msgstr "control acces"
#: js/share.js:284
msgid "create"
-msgstr ""
+msgstr "creare"
#: js/share.js:287
msgid "update"
-msgstr ""
+msgstr "actualizare"
#: js/share.js:290
msgid "delete"
-msgstr ""
+msgstr "ștergere"
#: js/share.js:293
msgid "share"
-msgstr ""
+msgstr "partajare"
#: js/share.js:317 js/share.js:476
msgid "Password protected"
-msgstr ""
+msgstr "Protejare cu parolă"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Eroare la anularea datei de expirare"
#: js/share.js:501
msgid "Error setting expiration date"
-msgstr ""
+msgstr "Eroare la specificarea datei de expirare"
#: lostpassword/index.php:26
msgid "ownCloud password reset"
diff --git a/l10n/ro/files.po b/l10n/ro/files.po
index a659e0b493d..ebc77fb07be 100644
--- a/l10n/ro/files.po
+++ b/l10n/ro/files.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:07+0000\n"
+"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -65,7 +65,7 @@ msgstr "Șterge"
#: js/fileactions.js:182
msgid "Rename"
-msgstr ""
+msgstr "Redenumire"
#: js/filelist.js:190 js/filelist.js:192
msgid "already exists"
@@ -121,11 +121,11 @@ msgstr "În așteptare"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "un fișier se încarcă"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "fișiere se încarcă"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -140,81 +140,81 @@ msgstr "Fișierul este în curs de încărcare. Părăsirea paginii va întrerup
msgid "Invalid name, '/' is not allowed."
msgstr "Nume invalid, '/' nu este permis."
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "fișiere scanate"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "eroare la scanarea"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Nume"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Dimensiune"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Modificat"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "director"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "directoare"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "fișier"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "fișiere"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "secunde în urmă"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "minut în urmă"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "minute în urmă"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "astăzi"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "ieri"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "zile în urmă"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "ultima lună"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "luni în urmă"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "ultimul an"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "ani în urmă"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/ro/files_sharing.po b/l10n/ro/files_sharing.po
index d218ac95863..7966d650dad 100644
--- a/l10n/ro/files_sharing.po
+++ b/l10n/ro/files_sharing.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:27+0000\n"
+"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -29,12 +29,12 @@ msgstr "Trimite"
#: templates/public.php:9
#, php-format
msgid "%s shared the folder %s with you"
-msgstr ""
+msgstr "%s a partajat directorul %s cu tine"
#: templates/public.php:11
#, php-format
msgid "%s shared the file %s with you"
-msgstr ""
+msgstr "%s a partajat fișierul %s cu tine"
#: templates/public.php:14 templates/public.php:30
msgid "Download"
diff --git a/l10n/ro/files_versions.po b/l10n/ro/files_versions.po
index 325123ac1fc..d3058eb6ed2 100644
--- a/l10n/ro/files_versions.po
+++ b/l10n/ro/files_versions.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-22 01:14+0200\n"
-"PO-Revision-Date: 2012-09-21 23:15+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 13:05+0000\n"
+"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,7 +24,7 @@ msgstr "Expiră toate versiunile"
#: js/versions.js:16
msgid "History"
-msgstr ""
+msgstr "Istoric"
#: templates/settings-personal.php:4
msgid "Versions"
diff --git a/l10n/sv/core.po b/l10n/sv/core.po
index cca206db7c9..5960e5969f2 100644
--- a/l10n/sv/core.po
+++ b/l10n/sv/core.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 12:40+0000\n"
+"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -214,7 +214,7 @@ msgstr "Lösenordsskyddad"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "Fel vid borttagning av utgångsdatum"
#: js/share.js:501
msgid "Error setting expiration date"
diff --git a/l10n/sv/files.po b/l10n/sv/files.po
index 4d66c6133d3..4154c1118ee 100644
--- a/l10n/sv/files.po
+++ b/l10n/sv/files.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 14:51+0000\n"
+"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -123,11 +123,11 @@ msgstr "Väntar"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "1 filuppladdning"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "filer laddas upp"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -142,81 +142,81 @@ msgstr "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen."
msgid "Invalid name, '/' is not allowed."
msgstr "Ogiltigt namn, '/' är inte tillåten."
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "filer skannade"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "fel vid skanning"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "Namn"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "Storlek"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "Ändrad"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "mapp"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "mappar"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "fil"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "filer"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "sekunder sedan"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "minut sedan"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "minuter sedan"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "i dag"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "i går"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "dagar sedan"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "förra månaden"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "månader sedan"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "förra året"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "år sedan"
#: templates/admin.php:5
msgid "File handling"
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 889f7634153..3dd88c79dbf 100644
--- a/l10n/templates/core.pot
+++ b/l10n/templates/core.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index b7509900b43..c59c25fdcb3 100644
--- a/l10n/templates/files.pot
+++ b/l10n/templates/files.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
@@ -136,79 +136,79 @@ msgstr ""
msgid "Invalid name, '/' is not allowed."
msgstr ""
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr ""
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr ""
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr ""
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr ""
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr ""
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr ""
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr ""
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr ""
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr ""
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
msgstr ""
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
msgstr ""
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
msgstr ""
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
msgstr ""
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
msgstr ""
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
msgstr ""
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
msgstr ""
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
msgstr ""
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
msgstr ""
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
msgstr ""
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index 80c5c832c0e..36387a9288c 100644
--- a/l10n/templates/files_encryption.pot
+++ b/l10n/templates/files_encryption.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot
index 20a4707ffd2..286aaaaaa1c 100644
--- a/l10n/templates/files_external.pot
+++ b/l10n/templates/files_external.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot
index da19bcd57ff..9b14cb91822 100644
--- a/l10n/templates/files_sharing.pot
+++ b/l10n/templates/files_sharing.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot
index 40c1de29387..c844a192b32 100644
--- a/l10n/templates/files_versions.pot
+++ b/l10n/templates/files_versions.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot
index 9d922b91f01..1b312f927cd 100644
--- a/l10n/templates/lib.pot
+++ b/l10n/templates/lib.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index c8201361ced..1ce4f67633e 100644
--- a/l10n/templates/settings.pot
+++ b/l10n/templates/settings.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot
index ab0bd5e91fe..805cd0c4df8 100644
--- a/l10n/templates/user_ldap.pot
+++ b/l10n/templates/user_ldap.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
+"POT-Creation-Date: 2012-09-27 02:01+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"
diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po
index 184cc1c73d4..451fc576dae 100644
--- a/l10n/th_TH/core.po
+++ b/l10n/th_TH/core.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:19+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 11:22+0000\n"
+"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -210,7 +210,7 @@ msgstr "ใส่รหัสผ่านไว้"
#: js/share.js:489
msgid "Error unsetting expiration date"
-msgstr ""
+msgstr "เกิดข้อผิดพลาดในการยกเลิกการตั้งค่าวันที่หมดอายุ"
#: js/share.js:501
msgid "Error setting expiration date"
diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po
index 5ae1747f22a..51624d8fc18 100644
--- a/l10n/th_TH/files.po
+++ b/l10n/th_TH/files.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-09-26 13:19+0200\n"
-"PO-Revision-Date: 2012-09-26 11:20+0000\n"
-"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
+"POT-Creation-Date: 2012-09-27 02:01+0200\n"
+"PO-Revision-Date: 2012-09-26 11:27+0000\n"
+"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -119,11 +119,11 @@ msgstr "อยู่ระหว่างดำเนินการ"
#: js/files.js:256
msgid "1 file uploading"
-msgstr ""
+msgstr "กำลังอัพโหลดไฟล์ 1 ไฟล์"
#: js/files.js:259 js/files.js:304 js/files.js:319
msgid "files uploading"
-msgstr ""
+msgstr "การอัพโหลดไฟล์"
#: js/files.js:322 js/files.js:355
msgid "Upload cancelled."
@@ -138,81 +138,81 @@ msgstr "การอัพโหลดไฟล์กำลังอยู่ใ
msgid "Invalid name, '/' is not allowed."
msgstr "ชื่อที่ใช้ไม่ถูกต้อง '/' ไม่อนุญาตให้ใช้งาน"
-#: js/files.js:667
+#: js/files.js:668
msgid "files scanned"
msgstr "ไฟล์ต่างๆได้รับการสแกนแล้ว"
-#: js/files.js:675
+#: js/files.js:676
msgid "error while scanning"
msgstr "พบข้อผิดพลาดในระหว่างการสแกนไฟล์"
-#: js/files.js:748 templates/index.php:48
+#: js/files.js:749 templates/index.php:48
msgid "Name"
msgstr "ชื่อ"
-#: js/files.js:749 templates/index.php:56
+#: js/files.js:750 templates/index.php:56
msgid "Size"
msgstr "ขนาด"
-#: js/files.js:750 templates/index.php:58
+#: js/files.js:751 templates/index.php:58
msgid "Modified"
msgstr "ปรับปรุงล่าสุด"
-#: js/files.js:777
+#: js/files.js:778
msgid "folder"
msgstr "โฟลเดอร์"
-#: js/files.js:779
+#: js/files.js:780
msgid "folders"
msgstr "โฟลเดอร์"
-#: js/files.js:787
+#: js/files.js:788
msgid "file"
msgstr "ไฟล์"
-#: js/files.js:789
+#: js/files.js:790
msgid "files"
msgstr "ไฟล์"
-#: js/files.js:833
+#: js/files.js:834
msgid "seconds ago"
-msgstr ""
+msgstr "วินาที ก่อนหน้านี้"
-#: js/files.js:834
+#: js/files.js:835
msgid "minute ago"
-msgstr ""
+msgstr "นาที ที่ผ่านมา"
-#: js/files.js:835
+#: js/files.js:836
msgid "minutes ago"
-msgstr ""
+msgstr "นาที ที่ผ่านมา"
-#: js/files.js:838
+#: js/files.js:839
msgid "today"
-msgstr ""
+msgstr "วันนี้"
-#: js/files.js:839
+#: js/files.js:840
msgid "yesterday"
-msgstr ""
+msgstr "เมื่อวานนี้"
-#: js/files.js:840
+#: js/files.js:841
msgid "days ago"
-msgstr ""
+msgstr "วัน ที่ผ่านมา"
-#: js/files.js:841
+#: js/files.js:842
msgid "last month"
-msgstr ""
+msgstr "เดือนที่แล้ว"
-#: js/files.js:843
+#: js/files.js:844
msgid "months ago"
-msgstr ""
+msgstr "เดือน ที่ผ่านมา"
-#: js/files.js:844
+#: js/files.js:845
msgid "last year"
-msgstr ""
+msgstr "ปีที่แล้ว"
-#: js/files.js:845
+#: js/files.js:846
msgid "years ago"
-msgstr ""
+msgstr "ปี ที่ผ่านมา"
#: templates/admin.php:5
msgid "File handling"