diff options
834 files changed, 4438 insertions, 1788 deletions
diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php new file mode 100644 index 00000000000..762c958f128 --- /dev/null +++ b/apps/files/l10n/cy_GB.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Error" => "Gwall", +"Unshare" => "Dad-rannu" +); diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php index ff0733e211b..50d587ebb26 100644 --- a/apps/files/l10n/sr.php +++ b/apps/files/l10n/sr.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"Could not move %s - File with this name already exists" => "Не могу да преместим %s – датотека с овим именом већ постоји", +"Could not move %s" => "Не могу да преместим %s", +"Unable to rename file" => "Не могу да преименујем датотеку", +"No file was uploaded. Unknown error" => "Ниједна датотека није отпремљена услед непознате грешке", "There is no error, the file uploaded with success" => "Није дошло до грешке. Датотека је успешно отпремљена.", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Отпремљена датотека прелази смерницу upload_max_filesize у датотеци php.ini:", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Отпремљена датотека прелази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу", @@ -6,7 +10,10 @@ "No file was uploaded" => "Датотека није отпремљена", "Missing a temporary folder" => "Недостаје привремена фасцикла", "Failed to write to disk" => "Не могу да пишем на диск", +"Not enough storage available" => "Нема довољно простора", +"Invalid directory." => "неисправна фасцикла.", "Files" => "Датотеке", +"Delete permanently" => "Обриши за стално", "Delete" => "Обриши", "Rename" => "Преименуј", "Pending" => "На чекању", @@ -16,11 +23,21 @@ "cancel" => "откажи", "replaced {new_name} with {old_name}" => "замењено {new_name} са {old_name}", "undo" => "опозови", +"perform delete operation" => "обриши", "1 file uploading" => "Отпремам 1 датотеку", +"files uploading" => "датотеке се отпремају", +"'.' is an invalid file name." => "Датотека „.“ је неисправног имена.", +"File name cannot be empty." => "Име датотеке не може бити празно.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.", +"Your storage is full, files can not be updated or synced anymore!" => "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване.", +"Your storage is almost full ({usedSpacePercent}%)" => "Ваше складиште је скоро па пуно ({usedSpacePercent}%)", +"Your download is being prepared. This might take some time if the files are big." => "Припремам преузимање. Ово може да потраје ако су датотеке велике.", "Unable to upload your file as it is a directory or has 0 bytes" => "Не могу да отпремим датотеку као фасциклу или она има 0 бајтова", +"Not enough space available" => "Нема довољно простора", "Upload cancelled." => "Отпремање је прекинуто.", "File upload is in progress. Leaving the page now will cancel the upload." => "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.", +"URL cannot be empty." => "Адреса не може бити празна.", +"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Неисправно име фасцикле. Фасцикла „Shared“ је резервисана за ownCloud.", "Error" => "Грешка", "Name" => "Назив", "Size" => "Величина", @@ -42,12 +59,15 @@ "Text file" => "текстуална датотека", "Folder" => "фасцикла", "From link" => "Са везе", +"Deleted files" => "Обрисане датотеке", "Cancel upload" => "Прекини отпремање", +"You don’t have write permissions here." => "Овде немате дозволу за писање.", "Nothing in here. Upload something!" => "Овде нема ничег. Отпремите нешто!", "Download" => "Преузми", "Unshare" => "Укини дељење", "Upload too large" => "Датотека је превелика", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеке које желите да отпремите прелазе ограничење у величини.", "Files are being scanned, please wait." => "Скенирам датотеке…", -"Current scanning" => "Тренутно скенирање" +"Current scanning" => "Тренутно скенирање", +"Upgrading filesystem cache..." => "Дограђујем кеш система датотека…" ); diff --git a/apps/files_external/l10n/cy_GB.php b/apps/files_external/l10n/cy_GB.php new file mode 100644 index 00000000000..a0e1efd4a86 --- /dev/null +++ b/apps/files_external/l10n/cy_GB.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"Users" => "Defnyddwyr" +); diff --git a/apps/files_sharing/l10n/cy_GB.php b/apps/files_sharing/l10n/cy_GB.php new file mode 100644 index 00000000000..00f0b162047 --- /dev/null +++ b/apps/files_sharing/l10n/cy_GB.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "Cyfrinair", +"web services under your control" => "gwasanaethau gwe a reolir gennych" +); diff --git a/apps/files_trashbin/l10n/cy_GB.php b/apps/files_trashbin/l10n/cy_GB.php new file mode 100644 index 00000000000..4a264eb936c --- /dev/null +++ b/apps/files_trashbin/l10n/cy_GB.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"Error" => "Gwall" +); diff --git a/apps/files_trashbin/l10n/sr.php b/apps/files_trashbin/l10n/sr.php index 81a65b819f6..280c2b02820 100644 --- a/apps/files_trashbin/l10n/sr.php +++ b/apps/files_trashbin/l10n/sr.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "perform restore operation" => "врати у претходно стање", "Error" => "Грешка", +"Delete permanently" => "Обриши за стално", "Name" => "Име", "Deleted" => "Обрисано", "1 folder" => "1 фасцикла", diff --git a/apps/user_ldap/l10n/cy_GB.php b/apps/user_ldap/l10n/cy_GB.php new file mode 100644 index 00000000000..da107789fb8 --- /dev/null +++ b/apps/user_ldap/l10n/cy_GB.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "Cyfrinair", +"Help" => "Cymorth" +); diff --git a/apps/user_ldap/l10n/el.php b/apps/user_ldap/l10n/el.php index 96ec8180437..e5fe6b6da7e 100644 --- a/apps/user_ldap/l10n/el.php +++ b/apps/user_ldap/l10n/el.php @@ -4,6 +4,7 @@ "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Οι ρυθμίσεις είναι έγκυρες, αλλά απέτυχε η σύνδεση. Παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή και τα διαπιστευτήρια.", "The configuration is invalid. Please look in the ownCloud log for further details." => "Μη έγκυρες ρυθμίσεις. Παρακαλώ ελέγξτε τις καταγραφές του ownCloud για περισσότερες λεπτομέρειες.", "Deletion failed" => "Η διαγραφή απέτυχε", +"Take over settings from recent server configuration?" => "Πάρτε πάνω από τις πρόσφατες ρυθμίσεις διαμόρφωσης του διακομιστή?", "Keep settings?" => "Διατήρηση ρυθμίσεων;", "Cannot add server configuration" => "Αδυναμία προσθήκης ρυθμίσεων διακομιστή", "Connection test succeeded" => "Επιτυχημένη δοκιμαστική σύνδεση", @@ -17,6 +18,7 @@ "Host" => "Διακομιστής", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Μπορείτε να παραλείψετε το πρωτόκολλο, εκτός αν απαιτείται SSL. Σε αυτή την περίπτωση ξεκινήστε με ldaps://", "Base DN" => "Base DN", +"One Base DN per line" => "Ένα DN Βάσης ανά γραμμή ", "You can specify Base DN for users and groups in the Advanced tab" => "Μπορείτε να καθορίσετε το Base DN για χρήστες και ομάδες από την καρτέλα Προηγμένες ρυθμίσεις", "User DN" => "User DN", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "Το DN του χρήστη πελάτη με το οποίο θα πρέπει να γίνει η σύνδεση, π.χ. uid=agent,dc=example,dc=com. Για χρήση χωρίς πιστοποίηση, αφήστε το DN και τον Κωδικό κενά.", @@ -32,22 +34,42 @@ "Defines the filter to apply, when retrieving groups." => "Καθορίζει το φίλτρο που θα ισχύει κατά την ανάκτηση ομάδων.", "without any placeholder, e.g. \"objectClass=posixGroup\"." => "χωρίς κάποια μεταβλητή, π.χ. \"objectClass=ΟμάδαPosix\".", "Connection Settings" => "Ρυθμίσεις Σύνδεσης", +"Configuration Active" => "Ενεργοποιηση ρυθμισεων", +"When unchecked, this configuration will be skipped." => "Όταν δεν είναι επιλεγμένο, αυτή η ρύθμιση θα πρέπει να παραλειφθεί. ", "Port" => "Θύρα", +"Backup (Replica) Host" => "Δημιουργία αντιγράφων ασφαλείας (Replica) Host ", +"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Δώστε μια προαιρετική εφεδρική υποδοχή. Πρέπει να είναι ένα αντίγραφο του κύριου LDAP / AD διακομιστη.", +"Backup (Replica) Port" => "Δημιουργία αντιγράφων ασφαλείας (Replica) Υποδοχη", +"Disable Main Server" => "Απενεργοποιηση του κεντρικου διακομιστη", +"When switched on, ownCloud will only connect to the replica server." => "Όταν ενεργοποιηθεί, με το ownCloud θα συνδεθείτε με το διακομιστή ρεπλίκα.", "Use TLS" => "Χρήση TLS", +"Do not use it additionally for LDAPS connections, it will fail." => "Μην το χρησιμοποιήσετε επιπροσθέτως, για LDAPS συνδέσεις , θα αποτύχει.", "Case insensitve LDAP server (Windows)" => "LDAP server (Windows) με διάκριση πεζών-ΚΕΦΑΛΑΙΩΝ", "Turn off SSL certificate validation." => "Απενεργοποίηση επικύρωσης πιστοποιητικού SSL.", "If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Εάν η σύνδεση δουλεύει μόνο με αυτή την επιλογή, εισάγετε το LDAP SSL πιστοποιητικό του διακομιστή στον ownCloud server σας.", "Not recommended, use for testing only." => "Δεν προτείνεται, χρήση μόνο για δοκιμές.", +"Cache Time-To-Live" => "Cache Time-To-Live", "in seconds. A change empties the cache." => "σε δευτερόλεπτα. Μια αλλαγή αδειάζει την μνήμη cache.", "Directory Settings" => "Ρυθμίσεις Καταλόγου", "User Display Name Field" => "Πεδίο Ονόματος Χρήστη", "The LDAP attribute to use to generate the user`s ownCloud name." => "Η ιδιότητα LDAP που θα χρησιμοποιείται για τη δημιουργία του ονόματος χρήστη του ownCloud.", "Base User Tree" => "Base User Tree", +"One User Base DN per line" => "Ένα DN βάσης χρηστών ανά γραμμή", +"User Search Attributes" => "Χαρακτηριστικά αναζήτησης των χρηστών ", +"Optional; one attribute per line" => "Προαιρετικά? Ένα χαρακτηριστικό ανά γραμμή ", "Group Display Name Field" => "Group Display Name Field", "The LDAP attribute to use to generate the groups`s ownCloud name." => "Η ιδιότητα LDAP που θα χρησιμοποιείται για τη δημιουργία του ονόματος ομάδας του ownCloud.", "Base Group Tree" => "Base Group Tree", +"One Group Base DN per line" => "Μια ομαδικη Βάση DN ανά γραμμή", +"Group Search Attributes" => "Ομάδα Χαρακτηριστικων Αναζήτηση", "Group-Member association" => "Group-Member association", +"Special Attributes" => "Ειδικά Χαρακτηριστικά ", +"Quota Field" => "Ποσοσταση πεδιου", +"Quota Default" => "Προκαθισμενο πεδιο", "in bytes" => "σε bytes", +"Email Field" => "Email τυπος", +"User Home Folder Naming Rule" => "Χρήστης Προσωπικόςφάκελος Ονομασία Κανόνας ", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Αφήστε το κενό για το όνομα χρήστη (προεπιλογή). Διαφορετικά, συμπληρώστε μία ιδιότητα LDAP/AD.", +"Test Configuration" => "Δοκιμαστικες ρυθμισεις", "Help" => "Βοήθεια" ); diff --git a/core/l10n/cy_GB.php b/core/l10n/cy_GB.php new file mode 100644 index 00000000000..6698ce77a3e --- /dev/null +++ b/core/l10n/cy_GB.php @@ -0,0 +1,117 @@ +<?php $TRANSLATIONS = array( +"Category type not provided." => "Math o gategori heb ei ddarparu.", +"No category to add?" => "Dim categori i'w ychwanegu?", +"Object type not provided." => "Math o wrthrych heb ei ddarparu.", +"%s ID not provided." => "%s ID heb ei ddarparu.", +"Error adding %s to favorites." => "Gwall wrth ychwanegu %s at ffefrynnau.", +"No categories selected for deletion." => "Ni ddewiswyd categorïau i'w dileu.", +"Error removing %s from favorites." => "Gwall wrth dynnu %s o ffefrynnau.", +"Sunday" => "Sul", +"Monday" => "Llun", +"Tuesday" => "Mawrth", +"Wednesday" => "Mercher", +"Thursday" => "Iau", +"Friday" => "Gwener", +"Saturday" => "Sadwrn", +"January" => "Ionawr", +"February" => "Chwefror", +"March" => "Mawrth", +"April" => "Ebrill", +"May" => "Mai", +"June" => "Mehefin", +"July" => "Gorffennaf", +"August" => "Awst", +"September" => "Medi", +"October" => "Hydref", +"November" => "Tachwedd", +"December" => "Rhagfyr", +"Settings" => "Gosodiadau", +"seconds ago" => "eiliad yn ôl", +"1 minute ago" => "1 munud yn ôl", +"{minutes} minutes ago" => "{minutes} munud yn ôl", +"1 hour ago" => "1 awr yn ôl", +"{hours} hours ago" => "{hours} awr yn ôl", +"today" => "heddiw", +"yesterday" => "ddoe", +"{days} days ago" => "{days} diwrnod yn ôl", +"last month" => "mis diwethaf", +"{months} months ago" => "{months} mis yn ôl", +"months ago" => "misoedd yn ôl", +"last year" => "y llynedd", +"years ago" => "blwyddyn yn ôl", +"Ok" => "Iawn", +"Cancel" => "Diddymu", +"Choose" => "Dewisiwch", +"Yes" => "Ie", +"No" => "Na", +"Error" => "Gwall", +"Error while sharing" => "Gwall wrth rannu", +"Error while unsharing" => "Gwall wrth ddad-rannu", +"Error while changing permissions" => "Gwall wrth newid caniatâd", +"Shared with you and the group {group} by {owner}" => "Rhannwyd â chi a'r grŵp {group} gan {owner}", +"Shared with you by {owner}" => "Rhannwyd â chi gan {owner}", +"Share with" => "Rhannu gyda", +"Share with link" => "Dolen ar gyfer rhannu", +"Password protect" => "Diogelu cyfrinair", +"Password" => "Cyfrinair", +"Set expiration date" => "Gosod dyddiad dod i ben", +"Expiration date" => "Dyddiad dod i ben", +"Share via email:" => "Rhannu drwy e-bost:", +"No people found" => "Heb ganfod pobl", +"Resharing is not allowed" => "Does dim hawl ail-rannu", +"Shared in {item} with {user}" => "Rhannwyd yn {item} â {user}", +"Unshare" => "Dad-rannu", +"can edit" => "yn gallu golygu", +"access control" => "rheolaeth mynediad", +"create" => "creu", +"update" => "diweddaru", +"delete" => "dileu", +"share" => "rhannu", +"Password protected" => "Diogelwyd â chyfrinair", +"Error unsetting expiration date" => "Gwall wrth ddad-osod dyddiad dod i ben", +"Error setting expiration date" => "Gwall wrth osod dyddiad dod i ben", +"ownCloud password reset" => "ailosod cyfrinair ownCloud", +"Use the following link to reset your password: {link}" => "Defnyddiwch y ddolen hon i ailosod eich cyfrinair: {link}", +"You will receive a link to reset your password via Email." => "Byddwch yn derbyn dolen drwy e-bost i ailosod eich cyfrinair.", +"Reset email send." => "Ailosod anfon e-bost.", +"Request failed!" => "Methodd y cais!", +"Username" => "Enw defnyddiwr", +"Request reset" => "Gwneud cais i ailosod", +"Your password was reset" => "Ailosodwyd eich cyfrinair", +"To login page" => "I'r dudalen mewngofnodi", +"New password" => "Cyfrinair newydd", +"Reset password" => "Ailosod cyfrinair", +"Personal" => "Personol", +"Users" => "Defnyddwyr", +"Apps" => "Pecynnau", +"Admin" => "Gweinyddu", +"Help" => "Cymorth", +"Access forbidden" => "Mynediad wedi'i wahardd", +"Cloud not found" => "Methwyd canfod cwmwl", +"Edit categories" => "Golygu categorïau", +"Add" => "Ychwanegu", +"Security Warning" => "Rhybudd Diogelwch", +"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Does dim cynhyrchydd rhifau hap diogel ar gael, galluogwch estyniad PHP OpenSSL.", +"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Heb gynhyrchydd rhifau hap diogel efallai y gall ymosodwr ragweld tocynnau ailosod cyfrinair a meddiannu eich cyfrif.", +"Create an <strong>admin account</strong>" => "Crewch <strong>gyfrif gweinyddol</strong>", +"Advanced" => "Uwch", +"Data folder" => "Plygell data", +"Configure the database" => "Cyflunio'r gronfa ddata", +"will be used" => "ddefnyddir", +"Database user" => "Defnyddiwr cronfa ddata", +"Database password" => "Cyfrinair cronfa ddata", +"Database name" => "Enw cronfa ddata", +"Database tablespace" => "Tablespace cronfa ddata", +"Database host" => "Gwesteiwr cronfa ddata", +"Finish setup" => "Gorffen sefydlu", +"web services under your control" => "gwasanaethau gwe a reolir gennych", +"Log out" => "Allgofnodi", +"Automatic logon rejected!" => "Gwrthodwyd mewngofnodi awtomatig!", +"If you did not change your password recently, your account may be compromised!" => "Os na wnaethoch chi newid eich cyfrinair yn ddiweddar, gall eich cyfrif fod yn anniogel!", +"Please change your password to secure your account again." => "Newidiwch eich cyfrinair i ddiogleu eich cyfrif eto.", +"Lost your password?" => "Wedi colli'ch cyfrinair?", +"remember" => "cofio", +"Log in" => "Mewngofnodi", +"prev" => "blaenorol", +"next" => "nesaf" +); diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index b9ebff745f9..0cee119c30b 100644 --- a/l10n/af_ZA/core.po +++ b/l10n/af_ZA/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/files.po b/l10n/af_ZA/files.po index fb1d471b2ea..46e77a89fa1 100644 --- a/l10n/af_ZA/files.po +++ b/l10n/af_ZA/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/files_encryption.po b/l10n/af_ZA/files_encryption.po index 56d117f64f7..ad2760165af 100644 --- a/l10n/af_ZA/files_encryption.po +++ b/l10n/af_ZA/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/files_external.po b/l10n/af_ZA/files_external.po index b1a81514a9a..c832854e86b 100644 --- a/l10n/af_ZA/files_external.po +++ b/l10n/af_ZA/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/files_sharing.po b/l10n/af_ZA/files_sharing.po index a4346ebad6d..395e310b0b3 100644 --- a/l10n/af_ZA/files_sharing.po +++ b/l10n/af_ZA/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/files_trashbin.po b/l10n/af_ZA/files_trashbin.po index 4519a23f0f8..d71f287f72e 100644 --- a/l10n/af_ZA/files_trashbin.po +++ b/l10n/af_ZA/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/files_versions.po b/l10n/af_ZA/files_versions.po index b7815be858a..b27e22d90aa 100644 --- a/l10n/af_ZA/files_versions.po +++ b/l10n/af_ZA/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/lib.po b/l10n/af_ZA/lib.po index 6d9fd425b11..1bcdf367fe9 100644 --- a/l10n/af_ZA/lib.po +++ b/l10n/af_ZA/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po index bb6e67d13c1..83b7447a278 100644 --- a/l10n/af_ZA/settings.po +++ b/l10n/af_ZA/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/af_ZA/user_ldap.po b/l10n/af_ZA/user_ldap.po index 3f61a263ae8..c08ce22f8b6 100644 --- a/l10n/af_ZA/user_ldap.po +++ b/l10n/af_ZA/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/af_ZA/user_webdavauth.po b/l10n/af_ZA/user_webdavauth.po index 74d884a8bbb..bb29159478c 100644 --- a/l10n/af_ZA/user_webdavauth.po +++ b/l10n/af_ZA/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/core.po b/l10n/ar/core.po index e5064b501d6..487be693009 100644 --- a/l10n/ar/core.po +++ b/l10n/ar/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/files.po b/l10n/ar/files.po index d0eb037a69a..56662a6ad73 100644 --- a/l10n/ar/files.po +++ b/l10n/ar/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/files_encryption.po b/l10n/ar/files_encryption.po index ca3f1fda57d..8ebdd5b0b95 100644 --- a/l10n/ar/files_encryption.po +++ b/l10n/ar/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/files_external.po b/l10n/ar/files_external.po index a9e752fed06..3a0cbd39490 100644 --- a/l10n/ar/files_external.po +++ b/l10n/ar/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/files_sharing.po b/l10n/ar/files_sharing.po index 2652c5fdb63..909d047e146 100644 --- a/l10n/ar/files_sharing.po +++ b/l10n/ar/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/files_trashbin.po b/l10n/ar/files_trashbin.po index c4b191857f3..be9ba851699 100644 --- a/l10n/ar/files_trashbin.po +++ b/l10n/ar/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/files_versions.po b/l10n/ar/files_versions.po index 47c00fd32d9..0ef6f3e755e 100644 --- a/l10n/ar/files_versions.po +++ b/l10n/ar/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/lib.po b/l10n/ar/lib.po index 9fb10d06367..47401163dfa 100644 --- a/l10n/ar/lib.po +++ b/l10n/ar/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index 9e1ddcce833..125a7520415 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "حصل خطأ أثناء تحديث التطبيق" msgid "Updated" msgstr "تم التحديث بنجاح" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "حفظ" diff --git a/l10n/ar/user_ldap.po b/l10n/ar/user_ldap.po index 1c8adac39b9..71c1e62994b 100644 --- a/l10n/ar/user_ldap.po +++ b/l10n/ar/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ar/user_webdavauth.po b/l10n/ar/user_webdavauth.po index 72d0d26fea1..7defa1d4b06 100644 --- a/l10n/ar/user_webdavauth.po +++ b/l10n/ar/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/core.po b/l10n/be/core.po index fa6af285a8d..daa1be716a7 100644 --- a/l10n/be/core.po +++ b/l10n/be/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/files.po b/l10n/be/files.po index b29349ac812..ec67242474b 100644 --- a/l10n/be/files.po +++ b/l10n/be/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/files_encryption.po b/l10n/be/files_encryption.po index a9b0bfec81b..f0897fc482e 100644 --- a/l10n/be/files_encryption.po +++ b/l10n/be/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/files_external.po b/l10n/be/files_external.po index dda0365cad4..05c52d24758 100644 --- a/l10n/be/files_external.po +++ b/l10n/be/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/files_sharing.po b/l10n/be/files_sharing.po index efb3d2fd91e..2fb3fa7b5c3 100644 --- a/l10n/be/files_sharing.po +++ b/l10n/be/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/files_trashbin.po b/l10n/be/files_trashbin.po index 2deeee0f870..cd40cf486ae 100644 --- a/l10n/be/files_trashbin.po +++ b/l10n/be/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/files_versions.po b/l10n/be/files_versions.po index 42178f677d0..a04f5ae5a23 100644 --- a/l10n/be/files_versions.po +++ b/l10n/be/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/lib.po b/l10n/be/lib.po index 989a95417e6..3a15991192b 100644 --- a/l10n/be/lib.po +++ b/l10n/be/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/settings.po b/l10n/be/settings.po index 5446ea05fe5..cf375596130 100644 --- a/l10n/be/settings.po +++ b/l10n/be/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/be/user_ldap.po b/l10n/be/user_ldap.po index 97fbac3107d..9ff31d5c454 100644 --- a/l10n/be/user_ldap.po +++ b/l10n/be/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/be/user_webdavauth.po b/l10n/be/user_webdavauth.po index b0ef05091d4..9e0304b10bc 100644 --- a/l10n/be/user_webdavauth.po +++ b/l10n/be/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index df29a3b97c6..73f65ac1434 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index 250844d1fbe..1e12a345fe6 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files_encryption.po b/l10n/bg_BG/files_encryption.po index ac98af1b674..5f2bd2b9f5d 100644 --- a/l10n/bg_BG/files_encryption.po +++ b/l10n/bg_BG/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files_external.po b/l10n/bg_BG/files_external.po index d2292c3a604..0e80e601f24 100644 --- a/l10n/bg_BG/files_external.po +++ b/l10n/bg_BG/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files_sharing.po b/l10n/bg_BG/files_sharing.po index b34ed53ec9e..18f3a9f6d7a 100644 --- a/l10n/bg_BG/files_sharing.po +++ b/l10n/bg_BG/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files_trashbin.po b/l10n/bg_BG/files_trashbin.po index 937d1ebd8a9..cf61ec83cae 100644 --- a/l10n/bg_BG/files_trashbin.po +++ b/l10n/bg_BG/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/files_versions.po b/l10n/bg_BG/files_versions.po index 6ddabfb2532..b88246549b4 100644 --- a/l10n/bg_BG/files_versions.po +++ b/l10n/bg_BG/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/lib.po b/l10n/bg_BG/lib.po index 2c6b87cd766..ae1ec0aeea2 100644 --- a/l10n/bg_BG/lib.po +++ b/l10n/bg_BG/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index 9a7e81c827b..c6d607a17e7 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "" msgid "Updated" msgstr "Обновено" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Записване..." diff --git a/l10n/bg_BG/user_ldap.po b/l10n/bg_BG/user_ldap.po index 090b9a91139..8ec4f3ffdbe 100644 --- a/l10n/bg_BG/user_ldap.po +++ b/l10n/bg_BG/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bg_BG/user_webdavauth.po b/l10n/bg_BG/user_webdavauth.po index a237daa76ee..606fb7fe9c7 100644 --- a/l10n/bg_BG/user_webdavauth.po +++ b/l10n/bg_BG/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index 12dcdc5e3b6..47cccfcd632 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index 5657516e13e..9a39dab1c15 100644 --- a/l10n/bn_BD/files.po +++ b/l10n/bn_BD/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/files_encryption.po b/l10n/bn_BD/files_encryption.po index 1aee47b45e9..0bcc04a1797 100644 --- a/l10n/bn_BD/files_encryption.po +++ b/l10n/bn_BD/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/files_external.po b/l10n/bn_BD/files_external.po index 352cfa41910..a277faf0648 100644 --- a/l10n/bn_BD/files_external.po +++ b/l10n/bn_BD/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/files_sharing.po b/l10n/bn_BD/files_sharing.po index 4e14b78c0fe..00d132cd17a 100644 --- a/l10n/bn_BD/files_sharing.po +++ b/l10n/bn_BD/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/files_trashbin.po b/l10n/bn_BD/files_trashbin.po index 95ea7946c45..5327ace1423 100644 --- a/l10n/bn_BD/files_trashbin.po +++ b/l10n/bn_BD/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/files_versions.po b/l10n/bn_BD/files_versions.po index 062b9605095..72d49d3c8c7 100644 --- a/l10n/bn_BD/files_versions.po +++ b/l10n/bn_BD/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/lib.po b/l10n/bn_BD/lib.po index 2d465cdd0de..a46f18de27d 100644 --- a/l10n/bn_BD/lib.po +++ b/l10n/bn_BD/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index 5512ff0009e..f70b3f4d8d3 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "সংরক্ষণ করা হচ্ছে.." diff --git a/l10n/bn_BD/user_ldap.po b/l10n/bn_BD/user_ldap.po index 5c9f48d8703..34a3a9d16c5 100644 --- a/l10n/bn_BD/user_ldap.po +++ b/l10n/bn_BD/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/bn_BD/user_webdavauth.po b/l10n/bn_BD/user_webdavauth.po index cdc95646c24..e5c329e580b 100644 --- a/l10n/bn_BD/user_webdavauth.po +++ b/l10n/bn_BD/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index aef1d1ecfe6..a619724318e 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index cd41e26dfed..ae6109e30ff 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/files_encryption.po b/l10n/ca/files_encryption.po index 239900b0738..951708dd523 100644 --- a/l10n/ca/files_encryption.po +++ b/l10n/ca/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/files_external.po b/l10n/ca/files_external.po index 90d62bfd1c7..bd05bbeecc7 100644 --- a/l10n/ca/files_external.po +++ b/l10n/ca/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/files_sharing.po b/l10n/ca/files_sharing.po index cc9c28a8068..d4394d00f77 100644 --- a/l10n/ca/files_sharing.po +++ b/l10n/ca/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/files_trashbin.po b/l10n/ca/files_trashbin.po index 33d6a484faf..e06aadb4b68 100644 --- a/l10n/ca/files_trashbin.po +++ b/l10n/ca/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/files_versions.po b/l10n/ca/files_versions.po index 6e6a97f8978..9b325d09663 100644 --- a/l10n/ca/files_versions.po +++ b/l10n/ca/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/lib.po b/l10n/ca/lib.po index 7b9fbee414e..13628a3af42 100644 --- a/l10n/ca/lib.po +++ b/l10n/ca/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 450e44b5ea7..57ef354d7cb 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "Error en actualitzar l'aplicació" msgid "Updated" msgstr "Actualitzada" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "S'està desant..." diff --git a/l10n/ca/user_ldap.po b/l10n/ca/user_ldap.po index 703a2caaf51..bf2d7adf141 100644 --- a/l10n/ca/user_ldap.po +++ b/l10n/ca/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ca/user_webdavauth.po b/l10n/ca/user_webdavauth.po index 4c7bf62ffe4..bcde4299fd4 100644 --- a/l10n/ca/user_webdavauth.po +++ b/l10n/ca/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 8b85d622a87..d9d28259e33 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index f94603ad39a..d5d74b7b838 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_encryption.po b/l10n/cs_CZ/files_encryption.po index ac3415a0725..cf291239f34 100644 --- a/l10n/cs_CZ/files_encryption.po +++ b/l10n/cs_CZ/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_external.po b/l10n/cs_CZ/files_external.po index 9ad584ba1fa..fe3dea1568f 100644 --- a/l10n/cs_CZ/files_external.po +++ b/l10n/cs_CZ/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_sharing.po b/l10n/cs_CZ/files_sharing.po index 33206ef2bd8..c68599b2ae8 100644 --- a/l10n/cs_CZ/files_sharing.po +++ b/l10n/cs_CZ/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_trashbin.po b/l10n/cs_CZ/files_trashbin.po index 305933ee010..48adf5d966f 100644 --- a/l10n/cs_CZ/files_trashbin.po +++ b/l10n/cs_CZ/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/files_versions.po b/l10n/cs_CZ/files_versions.po index 3b0f8c58b41..1425b506984 100644 --- a/l10n/cs_CZ/files_versions.po +++ b/l10n/cs_CZ/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index 17804f61f99..c9a543b6ec5 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index e70ffa9107f..7cf113bc598 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "Chyba při aktualizaci aplikace" msgid "Updated" msgstr "Aktualizováno" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Ukládám..." diff --git a/l10n/cs_CZ/user_ldap.po b/l10n/cs_CZ/user_ldap.po index 12fe24c77ac..228f59ec1c7 100644 --- a/l10n/cs_CZ/user_ldap.po +++ b/l10n/cs_CZ/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cs_CZ/user_webdavauth.po b/l10n/cs_CZ/user_webdavauth.po index f2e2d7c56ce..a7466ca6bf1 100644 --- a/l10n/cs_CZ/user_webdavauth.po +++ b/l10n/cs_CZ/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po new file mode 100644 index 00000000000..d72aedca2e7 --- /dev/null +++ b/l10n/cy_GB/core.po @@ -0,0 +1,606 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Owen Llywelyn <owen.llywelyn@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: ajax/share.php:97 +#, php-format +msgid "User %s shared a file with you" +msgstr "" + +#: ajax/share.php:99 +#, php-format +msgid "User %s shared a folder with you" +msgstr "" + +#: ajax/share.php:101 +#, php-format +msgid "" +"User %s shared the file \"%s\" with you. It is available for download here: " +"%s" +msgstr "" + +#: ajax/share.php:104 +#, php-format +msgid "" +"User %s shared the folder \"%s\" with you. It is available for download " +"here: %s" +msgstr "" + +#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 +msgid "Category type not provided." +msgstr "Math o gategori heb ei ddarparu." + +#: ajax/vcategories/add.php:30 +msgid "No category to add?" +msgstr "Dim categori i'w ychwanegu?" + +#: ajax/vcategories/add.php:37 +#, php-format +msgid "This category already exists: %s" +msgstr "" + +#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27 +#: ajax/vcategories/favorites.php:24 +#: ajax/vcategories/removeFromFavorites.php:26 +msgid "Object type not provided." +msgstr "Math o wrthrych heb ei ddarparu." + +#: ajax/vcategories/addToFavorites.php:30 +#: ajax/vcategories/removeFromFavorites.php:30 +#, php-format +msgid "%s ID not provided." +msgstr "%s ID heb ei ddarparu." + +#: ajax/vcategories/addToFavorites.php:35 +#, php-format +msgid "Error adding %s to favorites." +msgstr "Gwall wrth ychwanegu %s at ffefrynnau." + +#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136 +msgid "No categories selected for deletion." +msgstr "Ni ddewiswyd categorïau i'w dileu." + +#: ajax/vcategories/removeFromFavorites.php:35 +#, php-format +msgid "Error removing %s from favorites." +msgstr "Gwall wrth dynnu %s o ffefrynnau." + +#: js/config.php:34 +msgid "Sunday" +msgstr "Sul" + +#: js/config.php:35 +msgid "Monday" +msgstr "Llun" + +#: js/config.php:36 +msgid "Tuesday" +msgstr "Mawrth" + +#: js/config.php:37 +msgid "Wednesday" +msgstr "Mercher" + +#: js/config.php:38 +msgid "Thursday" +msgstr "Iau" + +#: js/config.php:39 +msgid "Friday" +msgstr "Gwener" + +#: js/config.php:40 +msgid "Saturday" +msgstr "Sadwrn" + +#: js/config.php:45 +msgid "January" +msgstr "Ionawr" + +#: js/config.php:46 +msgid "February" +msgstr "Chwefror" + +#: js/config.php:47 +msgid "March" +msgstr "Mawrth" + +#: js/config.php:48 +msgid "April" +msgstr "Ebrill" + +#: js/config.php:49 +msgid "May" +msgstr "Mai" + +#: js/config.php:50 +msgid "June" +msgstr "Mehefin" + +#: js/config.php:51 +msgid "July" +msgstr "Gorffennaf" + +#: js/config.php:52 +msgid "August" +msgstr "Awst" + +#: js/config.php:53 +msgid "September" +msgstr "Medi" + +#: js/config.php:54 +msgid "October" +msgstr "Hydref" + +#: js/config.php:55 +msgid "November" +msgstr "Tachwedd" + +#: js/config.php:56 +msgid "December" +msgstr "Rhagfyr" + +#: js/js.js:286 +msgid "Settings" +msgstr "Gosodiadau" + +#: js/js.js:718 +msgid "seconds ago" +msgstr "eiliad yn ôl" + +#: js/js.js:719 +msgid "1 minute ago" +msgstr "1 munud yn ôl" + +#: js/js.js:720 +msgid "{minutes} minutes ago" +msgstr "{minutes} munud yn ôl" + +#: js/js.js:721 +msgid "1 hour ago" +msgstr "1 awr yn ôl" + +#: js/js.js:722 +msgid "{hours} hours ago" +msgstr "{hours} awr yn ôl" + +#: js/js.js:723 +msgid "today" +msgstr "heddiw" + +#: js/js.js:724 +msgid "yesterday" +msgstr "ddoe" + +#: js/js.js:725 +msgid "{days} days ago" +msgstr "{days} diwrnod yn ôl" + +#: js/js.js:726 +msgid "last month" +msgstr "mis diwethaf" + +#: js/js.js:727 +msgid "{months} months ago" +msgstr "{months} mis yn ôl" + +#: js/js.js:728 +msgid "months ago" +msgstr "misoedd yn ôl" + +#: js/js.js:729 +msgid "last year" +msgstr "y llynedd" + +#: js/js.js:730 +msgid "years ago" +msgstr "blwyddyn yn ôl" + +#: js/oc-dialogs.js:117 js/oc-dialogs.js:247 +msgid "Ok" +msgstr "Iawn" + +#: js/oc-dialogs.js:121 js/oc-dialogs.js:189 js/oc-dialogs.js:240 +msgid "Cancel" +msgstr "Diddymu" + +#: js/oc-dialogs.js:185 +msgid "Choose" +msgstr "Dewisiwch" + +#: js/oc-dialogs.js:215 +msgid "Yes" +msgstr "Ie" + +#: js/oc-dialogs.js:222 +msgid "No" +msgstr "Na" + +#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102 +#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162 +msgid "The object type is not specified." +msgstr "" + +#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95 +#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136 +#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195 +#: js/oc-vcategories.js:199 js/share.js:136 js/share.js:143 js/share.js:577 +#: js/share.js:589 +msgid "Error" +msgstr "Gwall" + +#: js/oc-vcategories.js:179 +msgid "The app name is not specified." +msgstr "" + +#: js/oc-vcategories.js:194 +msgid "The required file {file} is not installed!" +msgstr "" + +#: js/share.js:30 js/share.js:45 js/share.js:87 +msgid "Shared" +msgstr "" + +#: js/share.js:90 +msgid "Share" +msgstr "" + +#: js/share.js:125 js/share.js:617 +msgid "Error while sharing" +msgstr "Gwall wrth rannu" + +#: js/share.js:136 +msgid "Error while unsharing" +msgstr "Gwall wrth ddad-rannu" + +#: js/share.js:143 +msgid "Error while changing permissions" +msgstr "Gwall wrth newid caniatâd" + +#: js/share.js:152 +msgid "Shared with you and the group {group} by {owner}" +msgstr "Rhannwyd â chi a'r grŵp {group} gan {owner}" + +#: js/share.js:154 +msgid "Shared with you by {owner}" +msgstr "Rhannwyd â chi gan {owner}" + +#: js/share.js:159 +msgid "Share with" +msgstr "Rhannu gyda" + +#: js/share.js:164 +msgid "Share with link" +msgstr "Dolen ar gyfer rhannu" + +#: js/share.js:167 +msgid "Password protect" +msgstr "Diogelu cyfrinair" + +#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +msgid "Password" +msgstr "Cyfrinair" + +#: js/share.js:173 +msgid "Email link to person" +msgstr "" + +#: js/share.js:174 +msgid "Send" +msgstr "" + +#: js/share.js:178 +msgid "Set expiration date" +msgstr "Gosod dyddiad dod i ben" + +#: js/share.js:179 +msgid "Expiration date" +msgstr "Dyddiad dod i ben" + +#: js/share.js:211 +msgid "Share via email:" +msgstr "Rhannu drwy e-bost:" + +#: js/share.js:213 +msgid "No people found" +msgstr "Heb ganfod pobl" + +#: js/share.js:251 +msgid "Resharing is not allowed" +msgstr "Does dim hawl ail-rannu" + +#: js/share.js:287 +msgid "Shared in {item} with {user}" +msgstr "Rhannwyd yn {item} â {user}" + +#: js/share.js:308 +msgid "Unshare" +msgstr "Dad-rannu" + +#: js/share.js:320 +msgid "can edit" +msgstr "yn gallu golygu" + +#: js/share.js:322 +msgid "access control" +msgstr "rheolaeth mynediad" + +#: js/share.js:325 +msgid "create" +msgstr "creu" + +#: js/share.js:328 +msgid "update" +msgstr "diweddaru" + +#: js/share.js:331 +msgid "delete" +msgstr "dileu" + +#: js/share.js:334 +msgid "share" +msgstr "rhannu" + +#: js/share.js:368 js/share.js:564 +msgid "Password protected" +msgstr "Diogelwyd â chyfrinair" + +#: js/share.js:577 +msgid "Error unsetting expiration date" +msgstr "Gwall wrth ddad-osod dyddiad dod i ben" + +#: js/share.js:589 +msgid "Error setting expiration date" +msgstr "Gwall wrth osod dyddiad dod i ben" + +#: js/share.js:604 +msgid "Sending ..." +msgstr "" + +#: js/share.js:615 +msgid "Email sent" +msgstr "" + +#: js/update.js:14 +msgid "" +"The update was unsuccessful. Please report this issue to the <a " +"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud " +"community</a>." +msgstr "" + +#: js/update.js:18 +msgid "The update was successful. Redirecting you to ownCloud now." +msgstr "" + +#: lostpassword/controller.php:48 +msgid "ownCloud password reset" +msgstr "ailosod cyfrinair ownCloud" + +#: lostpassword/templates/email.php:2 +msgid "Use the following link to reset your password: {link}" +msgstr "Defnyddiwch y ddolen hon i ailosod eich cyfrinair: {link}" + +#: lostpassword/templates/lostpassword.php:3 +msgid "You will receive a link to reset your password via Email." +msgstr "Byddwch yn derbyn dolen drwy e-bost i ailosod eich cyfrinair." + +#: lostpassword/templates/lostpassword.php:5 +msgid "Reset email send." +msgstr "Ailosod anfon e-bost." + +#: lostpassword/templates/lostpassword.php:8 +msgid "Request failed!" +msgstr "Methodd y cais!" + +#: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 +#: templates/login.php:28 +msgid "Username" +msgstr "Enw defnyddiwr" + +#: lostpassword/templates/lostpassword.php:14 +msgid "Request reset" +msgstr "Gwneud cais i ailosod" + +#: lostpassword/templates/resetpassword.php:4 +msgid "Your password was reset" +msgstr "Ailosodwyd eich cyfrinair" + +#: lostpassword/templates/resetpassword.php:5 +msgid "To login page" +msgstr "I'r dudalen mewngofnodi" + +#: lostpassword/templates/resetpassword.php:8 +msgid "New password" +msgstr "Cyfrinair newydd" + +#: lostpassword/templates/resetpassword.php:11 +msgid "Reset password" +msgstr "Ailosod cyfrinair" + +#: strings.php:5 +msgid "Personal" +msgstr "Personol" + +#: strings.php:6 +msgid "Users" +msgstr "Defnyddwyr" + +#: strings.php:7 +msgid "Apps" +msgstr "Pecynnau" + +#: strings.php:8 +msgid "Admin" +msgstr "Gweinyddu" + +#: strings.php:9 +msgid "Help" +msgstr "Cymorth" + +#: templates/403.php:12 +msgid "Access forbidden" +msgstr "Mynediad wedi'i wahardd" + +#: templates/404.php:12 +msgid "Cloud not found" +msgstr "Methwyd canfod cwmwl" + +#: templates/edit_categories_dialog.php:4 +msgid "Edit categories" +msgstr "Golygu categorïau" + +#: templates/edit_categories_dialog.php:16 +msgid "Add" +msgstr "Ychwanegu" + +#: templates/installation.php:24 templates/installation.php:31 +#: templates/installation.php:38 +msgid "Security Warning" +msgstr "Rhybudd Diogelwch" + +#: templates/installation.php:25 +msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" +msgstr "" + +#: templates/installation.php:26 +msgid "Please update your PHP installation to use ownCloud securely." +msgstr "" + +#: templates/installation.php:32 +msgid "" +"No secure random number generator is available, please enable the PHP " +"OpenSSL extension." +msgstr "Does dim cynhyrchydd rhifau hap diogel ar gael, galluogwch estyniad PHP OpenSSL." + +#: templates/installation.php:33 +msgid "" +"Without a secure random number generator an attacker may be able to predict " +"password reset tokens and take over your account." +msgstr "Heb gynhyrchydd rhifau hap diogel efallai y gall ymosodwr ragweld tocynnau ailosod cyfrinair a meddiannu eich cyfrif." + +#: templates/installation.php:39 +msgid "" +"Your data directory and files are probably accessible from the internet " +"because the .htaccess file does not work." +msgstr "" + +#: templates/installation.php:40 +msgid "" +"For information how to properly configure your server, please see the <a " +"href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" " +"target=\"_blank\">documentation</a>." +msgstr "" + +#: templates/installation.php:44 +msgid "Create an <strong>admin account</strong>" +msgstr "Crewch <strong>gyfrif gweinyddol</strong>" + +#: templates/installation.php:62 +msgid "Advanced" +msgstr "Uwch" + +#: templates/installation.php:64 +msgid "Data folder" +msgstr "Plygell data" + +#: templates/installation.php:73 +msgid "Configure the database" +msgstr "Cyflunio'r gronfa ddata" + +#: templates/installation.php:78 templates/installation.php:90 +#: templates/installation.php:101 templates/installation.php:112 +#: templates/installation.php:124 +msgid "will be used" +msgstr "ddefnyddir" + +#: templates/installation.php:136 +msgid "Database user" +msgstr "Defnyddiwr cronfa ddata" + +#: templates/installation.php:143 +msgid "Database password" +msgstr "Cyfrinair cronfa ddata" + +#: templates/installation.php:148 +msgid "Database name" +msgstr "Enw cronfa ddata" + +#: templates/installation.php:158 +msgid "Database tablespace" +msgstr "Tablespace cronfa ddata" + +#: templates/installation.php:165 +msgid "Database host" +msgstr "Gwesteiwr cronfa ddata" + +#: templates/installation.php:171 +msgid "Finish setup" +msgstr "Gorffen sefydlu" + +#: templates/layout.guest.php:40 +msgid "web services under your control" +msgstr "gwasanaethau gwe a reolir gennych" + +#: templates/layout.user.php:58 +msgid "Log out" +msgstr "Allgofnodi" + +#: templates/login.php:10 +msgid "Automatic logon rejected!" +msgstr "Gwrthodwyd mewngofnodi awtomatig!" + +#: templates/login.php:11 +msgid "" +"If you did not change your password recently, your account may be " +"compromised!" +msgstr "Os na wnaethoch chi newid eich cyfrinair yn ddiweddar, gall eich cyfrif fod yn anniogel!" + +#: templates/login.php:13 +msgid "Please change your password to secure your account again." +msgstr "Newidiwch eich cyfrinair i ddiogleu eich cyfrif eto." + +#: templates/login.php:19 +msgid "Lost your password?" +msgstr "Wedi colli'ch cyfrinair?" + +#: templates/login.php:41 +msgid "remember" +msgstr "cofio" + +#: templates/login.php:43 +msgid "Log in" +msgstr "Mewngofnodi" + +#: templates/login.php:49 +msgid "Alternative Logins" +msgstr "" + +#: templates/part.pagenavi.php:3 +msgid "prev" +msgstr "blaenorol" + +#: templates/part.pagenavi.php:20 +msgid "next" +msgstr "nesaf" + +#: templates/update.php:3 +#, php-format +msgid "Updating ownCloud to version %s, this may take a while." +msgstr "" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po new file mode 100644 index 00000000000..d631320c9ef --- /dev/null +++ b/l10n/cy_GB/files.po @@ -0,0 +1,314 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: ajax/move.php:17 +#, php-format +msgid "Could not move %s - File with this name already exists" +msgstr "" + +#: ajax/move.php:27 ajax/move.php:30 +#, php-format +msgid "Could not move %s" +msgstr "" + +#: ajax/rename.php:22 ajax/rename.php:25 +msgid "Unable to rename file" +msgstr "" + +#: ajax/upload.php:19 +msgid "No file was uploaded. Unknown error" +msgstr "" + +#: ajax/upload.php:26 +msgid "There is no error, the file uploaded with success" +msgstr "" + +#: ajax/upload.php:27 +msgid "" +"The uploaded file exceeds the upload_max_filesize directive in php.ini: " +msgstr "" + +#: ajax/upload.php:29 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" + +#: ajax/upload.php:30 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ajax/upload.php:31 +msgid "No file was uploaded" +msgstr "" + +#: ajax/upload.php:32 +msgid "Missing a temporary folder" +msgstr "" + +#: ajax/upload.php:33 +msgid "Failed to write to disk" +msgstr "" + +#: ajax/upload.php:51 +msgid "Not enough storage available" +msgstr "" + +#: ajax/upload.php:83 +msgid "Invalid directory." +msgstr "" + +#: appinfo/app.php:12 +msgid "Files" +msgstr "" + +#: js/fileactions.js:125 +msgid "Delete permanently" +msgstr "" + +#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +msgid "Delete" +msgstr "" + +#: js/fileactions.js:193 +msgid "Rename" +msgstr "" + +#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:414 +msgid "Pending" +msgstr "" + +#: js/filelist.js:252 js/filelist.js:254 +msgid "{new_name} already exists" +msgstr "" + +#: js/filelist.js:252 js/filelist.js:254 +msgid "replace" +msgstr "" + +#: js/filelist.js:252 +msgid "suggest name" +msgstr "" + +#: js/filelist.js:252 js/filelist.js:254 +msgid "cancel" +msgstr "" + +#: js/filelist.js:299 +msgid "replaced {new_name} with {old_name}" +msgstr "" + +#: js/filelist.js:299 +msgid "undo" +msgstr "" + +#: js/filelist.js:324 +msgid "perform delete operation" +msgstr "" + +#: js/filelist.js:406 +msgid "1 file uploading" +msgstr "" + +#: js/filelist.js:409 js/filelist.js:463 +msgid "files uploading" +msgstr "" + +#: js/files.js:52 +msgid "'.' is an invalid file name." +msgstr "" + +#: js/files.js:56 +msgid "File name cannot be empty." +msgstr "" + +#: js/files.js:64 +msgid "" +"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " +"allowed." +msgstr "" + +#: js/files.js:78 +msgid "Your storage is full, files can not be updated or synced anymore!" +msgstr "" + +#: js/files.js:82 +msgid "Your storage is almost full ({usedSpacePercent}%)" +msgstr "" + +#: js/files.js:226 +msgid "" +"Your download is being prepared. This might take some time if the files are " +"big." +msgstr "" + +#: js/files.js:259 +msgid "Unable to upload your file as it is a directory or has 0 bytes" +msgstr "" + +#: js/files.js:272 +msgid "Not enough space available" +msgstr "" + +#: js/files.js:312 +msgid "Upload cancelled." +msgstr "" + +#: js/files.js:408 +msgid "" +"File upload is in progress. Leaving the page now will cancel the upload." +msgstr "" + +#: js/files.js:481 +msgid "URL cannot be empty." +msgstr "" + +#: js/files.js:486 +msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" +msgstr "" + +#: js/files.js:515 js/files.js:531 js/files.js:821 js/files.js:859 +msgid "Error" +msgstr "Gwall" + +#: js/files.js:872 templates/index.php:70 +msgid "Name" +msgstr "" + +#: js/files.js:873 templates/index.php:81 +msgid "Size" +msgstr "" + +#: js/files.js:874 templates/index.php:83 +msgid "Modified" +msgstr "" + +#: js/files.js:893 +msgid "1 folder" +msgstr "" + +#: js/files.js:895 +msgid "{count} folders" +msgstr "" + +#: js/files.js:903 +msgid "1 file" +msgstr "" + +#: js/files.js:905 +msgid "{count} files" +msgstr "" + +#: lib/helper.php:11 templates/index.php:18 +msgid "Upload" +msgstr "" + +#: templates/admin.php:5 +msgid "File handling" +msgstr "" + +#: templates/admin.php:7 +msgid "Maximum upload size" +msgstr "" + +#: templates/admin.php:10 +msgid "max. possible: " +msgstr "" + +#: templates/admin.php:15 +msgid "Needed for multi-file and folder downloads." +msgstr "" + +#: templates/admin.php:17 +msgid "Enable ZIP-download" +msgstr "" + +#: templates/admin.php:20 +msgid "0 is unlimited" +msgstr "" + +#: templates/admin.php:22 +msgid "Maximum input size for ZIP files" +msgstr "" + +#: templates/admin.php:26 +msgid "Save" +msgstr "" + +#: templates/index.php:7 +msgid "New" +msgstr "" + +#: templates/index.php:10 +msgid "Text file" +msgstr "" + +#: templates/index.php:12 +msgid "Folder" +msgstr "" + +#: templates/index.php:14 +msgid "From link" +msgstr "" + +#: templates/index.php:42 +msgid "Deleted files" +msgstr "" + +#: templates/index.php:48 +msgid "Cancel upload" +msgstr "" + +#: templates/index.php:55 +msgid "You don’t have write permissions here." +msgstr "" + +#: templates/index.php:62 +msgid "Nothing in here. Upload something!" +msgstr "" + +#: templates/index.php:76 +msgid "Download" +msgstr "" + +#: templates/index.php:88 templates/index.php:89 +msgid "Unshare" +msgstr "Dad-rannu" + +#: templates/index.php:108 +msgid "Upload too large" +msgstr "" + +#: templates/index.php:110 +msgid "" +"The files you are trying to upload exceed the maximum size for file uploads " +"on this server." +msgstr "" + +#: templates/index.php:115 +msgid "Files are being scanned, please wait." +msgstr "" + +#: templates/index.php:118 +msgid "Current scanning" +msgstr "" + +#: templates/upgrade.php:2 +msgid "Upgrading filesystem cache..." +msgstr "" diff --git a/l10n/cy_GB/files_encryption.po b/l10n/cy_GB/files_encryption.po new file mode 100644 index 00000000000..6ffe72043a4 --- /dev/null +++ b/l10n/cy_GB/files_encryption.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: templates/settings-personal.php:4 templates/settings.php:5 +msgid "Encryption" +msgstr "" + +#: templates/settings-personal.php:7 +msgid "File encryption is enabled." +msgstr "" + +#: templates/settings-personal.php:11 +msgid "The following file types will not be encrypted:" +msgstr "" + +#: templates/settings.php:7 +msgid "Exclude the following file types from encryption:" +msgstr "" + +#: templates/settings.php:12 +msgid "None" +msgstr "" diff --git a/l10n/cy_GB/files_external.po b/l10n/cy_GB/files_external.po new file mode 100644 index 00000000000..e6060e38d5e --- /dev/null +++ b/l10n/cy_GB/files_external.po @@ -0,0 +1,116 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34 +msgid "Access granted" +msgstr "" + +#: js/dropbox.js:30 js/dropbox.js:96 js/dropbox.js:102 +msgid "Error configuring Dropbox storage" +msgstr "" + +#: js/dropbox.js:65 js/google.js:66 +msgid "Grant access" +msgstr "" + +#: js/dropbox.js:101 +msgid "Please provide a valid Dropbox app key and secret." +msgstr "" + +#: js/google.js:36 js/google.js:93 +msgid "Error configuring Google Drive storage" +msgstr "" + +#: lib/config.php:424 +msgid "" +"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " +"is not possible. Please ask your system administrator to install it." +msgstr "" + +#: lib/config.php:427 +msgid "" +"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" +" of FTP shares is not possible. Please ask your system administrator to " +"install it." +msgstr "" + +#: templates/settings.php:3 +msgid "External Storage" +msgstr "" + +#: templates/settings.php:9 templates/settings.php:28 +msgid "Folder name" +msgstr "" + +#: templates/settings.php:10 +msgid "External storage" +msgstr "" + +#: templates/settings.php:11 +msgid "Configuration" +msgstr "" + +#: templates/settings.php:12 +msgid "Options" +msgstr "" + +#: templates/settings.php:13 +msgid "Applicable" +msgstr "" + +#: templates/settings.php:33 +msgid "Add storage" +msgstr "" + +#: templates/settings.php:90 +msgid "None set" +msgstr "" + +#: templates/settings.php:91 +msgid "All Users" +msgstr "" + +#: templates/settings.php:92 +msgid "Groups" +msgstr "" + +#: templates/settings.php:100 +msgid "Users" +msgstr "Defnyddwyr" + +#: templates/settings.php:113 templates/settings.php:114 +#: templates/settings.php:149 templates/settings.php:150 +msgid "Delete" +msgstr "" + +#: templates/settings.php:129 +msgid "Enable User External Storage" +msgstr "" + +#: templates/settings.php:130 +msgid "Allow users to mount their own external storage" +msgstr "" + +#: templates/settings.php:141 +msgid "SSL root certificates" +msgstr "" + +#: templates/settings.php:159 +msgid "Import Root Certificate" +msgstr "" diff --git a/l10n/cy_GB/files_sharing.po b/l10n/cy_GB/files_sharing.po new file mode 100644 index 00000000000..42530fe4a72 --- /dev/null +++ b/l10n/cy_GB/files_sharing.po @@ -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. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: templates/authenticate.php:4 +msgid "Password" +msgstr "Cyfrinair" + +#: templates/authenticate.php:6 +msgid "Submit" +msgstr "" + +#: templates/public.php:10 +#, php-format +msgid "%s shared the folder %s with you" +msgstr "" + +#: templates/public.php:13 +#, php-format +msgid "%s shared the file %s with you" +msgstr "" + +#: templates/public.php:19 templates/public.php:43 +msgid "Download" +msgstr "" + +#: templates/public.php:40 +msgid "No preview available for" +msgstr "" + +#: templates/public.php:50 +msgid "web services under your control" +msgstr "gwasanaethau gwe a reolir gennych" diff --git a/l10n/cy_GB/files_trashbin.po b/l10n/cy_GB/files_trashbin.po new file mode 100644 index 00000000000..22b562fc3ce --- /dev/null +++ b/l10n/cy_GB/files_trashbin.po @@ -0,0 +1,84 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: ajax/delete.php:42 +#, php-format +msgid "Couldn't delete %s permanently" +msgstr "" + +#: ajax/undelete.php:42 +#, php-format +msgid "Couldn't restore %s" +msgstr "" + +#: js/trash.js:7 js/trash.js:96 +msgid "perform restore operation" +msgstr "" + +#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 +msgid "Error" +msgstr "Gwall" + +#: js/trash.js:34 +msgid "delete file permanently" +msgstr "" + +#: js/trash.js:121 +msgid "Delete permanently" +msgstr "" + +#: js/trash.js:174 templates/index.php:17 +msgid "Name" +msgstr "" + +#: js/trash.js:175 templates/index.php:27 +msgid "Deleted" +msgstr "" + +#: js/trash.js:184 +msgid "1 folder" +msgstr "" + +#: js/trash.js:186 +msgid "{count} folders" +msgstr "" + +#: js/trash.js:194 +msgid "1 file" +msgstr "" + +#: js/trash.js:196 +msgid "{count} files" +msgstr "" + +#: templates/index.php:9 +msgid "Nothing in here. Your trash bin is empty!" +msgstr "" + +#: templates/index.php:20 templates/index.php:22 +msgid "Restore" +msgstr "" + +#: templates/index.php:30 templates/index.php:31 +msgid "Delete" +msgstr "" + +#: templates/part.breadcrumb.php:9 +msgid "Deleted Files" +msgstr "" diff --git a/l10n/cy_GB/files_versions.po b/l10n/cy_GB/files_versions.po new file mode 100644 index 00000000000..0f19e914bb4 --- /dev/null +++ b/l10n/cy_GB/files_versions.po @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: ajax/rollbackVersion.php:15 +#, php-format +msgid "Could not revert: %s" +msgstr "" + +#: history.php:40 +msgid "success" +msgstr "" + +#: history.php:42 +#, php-format +msgid "File %s was reverted to version %s" +msgstr "" + +#: history.php:49 +msgid "failure" +msgstr "" + +#: history.php:51 +#, php-format +msgid "File %s could not be reverted to version %s" +msgstr "" + +#: history.php:69 +msgid "No old versions available" +msgstr "" + +#: history.php:74 +msgid "No path specified" +msgstr "" + +#: js/versions.js:6 +msgid "Versions" +msgstr "" + +#: templates/history.php:20 +msgid "Revert a file to a previous version by clicking on its revert button" +msgstr "" diff --git a/l10n/cy_GB/lib.po b/l10n/cy_GB/lib.po new file mode 100644 index 00000000000..0b2d290f879 --- /dev/null +++ b/l10n/cy_GB/lib.po @@ -0,0 +1,258 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: app.php:349 +msgid "Help" +msgstr "Cymorth" + +#: app.php:362 +msgid "Personal" +msgstr "Personol" + +#: app.php:373 +msgid "Settings" +msgstr "Gosodiadau" + +#: app.php:385 +msgid "Users" +msgstr "Defnyddwyr" + +#: app.php:398 +msgid "Apps" +msgstr "Pecynnau" + +#: app.php:406 +msgid "Admin" +msgstr "Gweinyddu" + +#: files.php:209 +msgid "ZIP download is turned off." +msgstr "" + +#: files.php:210 +msgid "Files need to be downloaded one by one." +msgstr "" + +#: files.php:211 files.php:244 +msgid "Back to Files" +msgstr "" + +#: files.php:241 +msgid "Selected files too large to generate zip file." +msgstr "" + +#: helper.php:228 +msgid "couldn't be determined" +msgstr "" + +#: json.php:28 +msgid "Application is not enabled" +msgstr "" + +#: json.php:39 json.php:62 json.php:73 +msgid "Authentication error" +msgstr "" + +#: json.php:51 +msgid "Token expired. Please reload page." +msgstr "" + +#: search/provider/file.php:17 search/provider/file.php:35 +msgid "Files" +msgstr "" + +#: search/provider/file.php:26 search/provider/file.php:33 +msgid "Text" +msgstr "" + +#: search/provider/file.php:29 +msgid "Images" +msgstr "" + +#: setup.php:34 +msgid "Set an admin username." +msgstr "" + +#: setup.php:37 +msgid "Set an admin password." +msgstr "" + +#: setup.php:40 +msgid "Specify a data folder." +msgstr "" + +#: setup.php:55 +#, php-format +msgid "%s enter the database username." +msgstr "" + +#: setup.php:58 +#, php-format +msgid "%s enter the database name." +msgstr "" + +#: setup.php:61 +#, php-format +msgid "%s you may not use dots in the database name" +msgstr "" + +#: setup.php:64 +#, php-format +msgid "%s set the database host." +msgstr "" + +#: setup.php:132 setup.php:324 setup.php:369 +msgid "PostgreSQL username and/or password not valid" +msgstr "" + +#: setup.php:133 setup.php:156 setup.php:233 +msgid "You need to enter either an existing account or the administrator." +msgstr "" + +#: setup.php:155 setup.php:457 setup.php:524 +msgid "Oracle username and/or password not valid" +msgstr "" + +#: setup.php:232 +msgid "MySQL username and/or password not valid" +msgstr "" + +#: setup.php:286 setup.php:390 setup.php:399 setup.php:417 setup.php:427 +#: setup.php:436 setup.php:465 setup.php:531 setup.php:557 setup.php:564 +#: setup.php:575 setup.php:582 setup.php:591 setup.php:599 setup.php:608 +#: setup.php:614 +#, php-format +msgid "DB Error: \"%s\"" +msgstr "" + +#: setup.php:287 setup.php:391 setup.php:400 setup.php:418 setup.php:428 +#: setup.php:437 setup.php:466 setup.php:532 setup.php:558 setup.php:565 +#: setup.php:576 setup.php:592 setup.php:600 setup.php:609 +#, php-format +msgid "Offending command was: \"%s\"" +msgstr "" + +#: setup.php:303 +#, php-format +msgid "MySQL user '%s'@'localhost' exists already." +msgstr "" + +#: setup.php:304 +msgid "Drop this user from MySQL" +msgstr "" + +#: setup.php:309 +#, php-format +msgid "MySQL user '%s'@'%%' already exists" +msgstr "" + +#: setup.php:310 +msgid "Drop this user from MySQL." +msgstr "" + +#: setup.php:583 setup.php:615 +#, php-format +msgid "Offending command was: \"%s\", name: %s, password: %s" +msgstr "" + +#: setup.php:635 +#, php-format +msgid "MS SQL username and/or password not valid: %s" +msgstr "" + +#: setup.php:853 +msgid "" +"Your web server is not yet properly setup to allow files synchronization " +"because the WebDAV interface seems to be broken." +msgstr "" + +#: setup.php:854 +#, php-format +msgid "Please double check the <a href='%s'>installation guides</a>." +msgstr "" + +#: template.php:113 +msgid "seconds ago" +msgstr "eiliad yn ôl" + +#: template.php:114 +msgid "1 minute ago" +msgstr "1 munud yn ôl" + +#: template.php:115 +#, php-format +msgid "%d minutes ago" +msgstr "" + +#: template.php:116 +msgid "1 hour ago" +msgstr "1 awr yn ôl" + +#: template.php:117 +#, php-format +msgid "%d hours ago" +msgstr "" + +#: template.php:118 +msgid "today" +msgstr "heddiw" + +#: template.php:119 +msgid "yesterday" +msgstr "ddoe" + +#: template.php:120 +#, php-format +msgid "%d days ago" +msgstr "" + +#: template.php:121 +msgid "last month" +msgstr "mis diwethaf" + +#: template.php:122 +#, php-format +msgid "%d months ago" +msgstr "" + +#: template.php:123 +msgid "last year" +msgstr "y llynedd" + +#: template.php:124 +msgid "years ago" +msgstr "blwyddyn yn ôl" + +#: updater.php:78 +#, php-format +msgid "%s is available. Get <a href=\"%s\">more information</a>" +msgstr "" + +#: updater.php:81 +msgid "up to date" +msgstr "" + +#: updater.php:84 +msgid "updates check is disabled" +msgstr "" + +#: vcategories.php:188 vcategories.php:249 +#, php-format +msgid "Could not find category \"%s\"" +msgstr "" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po new file mode 100644 index 00000000000..dc9b6f6a09c --- /dev/null +++ b/l10n/cy_GB/settings.po @@ -0,0 +1,500 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: ajax/apps/ocs.php:20 +msgid "Unable to load list from App Store" +msgstr "" + +#: ajax/changedisplayname.php:23 ajax/removeuser.php:15 ajax/setquota.php:17 +#: ajax/togglegroups.php:20 +msgid "Authentication error" +msgstr "" + +#: ajax/changedisplayname.php:32 +msgid "Unable to change display name" +msgstr "" + +#: ajax/creategroup.php:10 +msgid "Group already exists" +msgstr "" + +#: ajax/creategroup.php:19 +msgid "Unable to add group" +msgstr "" + +#: ajax/enableapp.php:11 +msgid "Could not enable app. " +msgstr "" + +#: ajax/lostpassword.php:12 +msgid "Email saved" +msgstr "" + +#: ajax/lostpassword.php:14 +msgid "Invalid email" +msgstr "" + +#: ajax/removegroup.php:13 +msgid "Unable to delete group" +msgstr "" + +#: ajax/removeuser.php:24 +msgid "Unable to delete user" +msgstr "" + +#: ajax/setlanguage.php:15 +msgid "Language changed" +msgstr "" + +#: ajax/setlanguage.php:17 ajax/setlanguage.php:20 +msgid "Invalid request" +msgstr "" + +#: ajax/togglegroups.php:12 +msgid "Admins can't remove themself from the admin group" +msgstr "" + +#: ajax/togglegroups.php:30 +#, php-format +msgid "Unable to add user to group %s" +msgstr "" + +#: ajax/togglegroups.php:36 +#, php-format +msgid "Unable to remove user from group %s" +msgstr "" + +#: ajax/updateapp.php:14 +msgid "Couldn't update app." +msgstr "" + +#: js/apps.js:30 +msgid "Update to {appversion}" +msgstr "" + +#: js/apps.js:36 js/apps.js:76 +msgid "Disable" +msgstr "" + +#: js/apps.js:36 js/apps.js:64 js/apps.js:83 +msgid "Enable" +msgstr "" + +#: js/apps.js:55 +msgid "Please wait...." +msgstr "" + +#: js/apps.js:59 js/apps.js:71 js/apps.js:80 js/apps.js:93 +msgid "Error" +msgstr "Gwall" + +#: js/apps.js:90 +msgid "Updating...." +msgstr "" + +#: js/apps.js:93 +msgid "Error while updating app" +msgstr "" + +#: js/apps.js:96 +msgid "Updated" +msgstr "" + +#: js/personal.js:109 +msgid "Saving..." +msgstr "" + +#: js/users.js:43 +msgid "deleted" +msgstr "" + +#: js/users.js:43 +msgid "undo" +msgstr "" + +#: js/users.js:75 +msgid "Unable to remove user" +msgstr "" + +#: js/users.js:88 templates/users.php:26 templates/users.php:80 +#: templates/users.php:105 +msgid "Groups" +msgstr "" + +#: js/users.js:91 templates/users.php:82 templates/users.php:119 +msgid "Group Admin" +msgstr "" + +#: js/users.js:111 templates/users.php:161 +msgid "Delete" +msgstr "" + +#: js/users.js:262 +msgid "add group" +msgstr "" + +#: js/users.js:414 +msgid "A valid username must be provided" +msgstr "" + +#: js/users.js:415 js/users.js:421 js/users.js:436 +msgid "Error creating user" +msgstr "" + +#: js/users.js:420 +msgid "A valid password must be provided" +msgstr "" + +#: personal.php:29 personal.php:30 +msgid "__language_name__" +msgstr "" + +#: templates/admin.php:15 +msgid "Security Warning" +msgstr "Rhybudd Diogelwch" + +#: templates/admin.php:18 +msgid "" +"Your data directory and your files are probably accessible from the " +"internet. The .htaccess file that ownCloud provides is not working. We " +"strongly suggest that you configure your webserver in a way that the data " +"directory is no longer accessible or you move the data directory outside the" +" webserver document root." +msgstr "" + +#: templates/admin.php:29 +msgid "Setup Warning" +msgstr "" + +#: templates/admin.php:32 +msgid "" +"Your web server is not yet properly setup to allow files synchronization " +"because the WebDAV interface seems to be broken." +msgstr "" + +#: templates/admin.php:33 +#, php-format +msgid "Please double check the <a href='%s'>installation guides</a>." +msgstr "" + +#: templates/admin.php:44 +msgid "Module 'fileinfo' missing" +msgstr "" + +#: templates/admin.php:47 +msgid "" +"The PHP module 'fileinfo' is missing. We strongly recommend to enable this " +"module to get best results with mime-type detection." +msgstr "" + +#: templates/admin.php:58 +msgid "Locale not working" +msgstr "" + +#: templates/admin.php:63 +#, php-format +msgid "" +"This ownCloud server can't set system locale to %s. This means that there " +"might be problems with certain characters in file names. We strongly suggest" +" to install the required packages on your system to support %s." +msgstr "" + +#: templates/admin.php:75 +msgid "Internet connection not working" +msgstr "" + +#: templates/admin.php:78 +msgid "" +"This ownCloud server has no working internet connection. This means that " +"some of the features like mounting of external storage, notifications about " +"updates or installation of 3rd party apps don´t work. Accessing files from " +"remote and sending of notification emails might also not work. We suggest to" +" enable internet connection for this server if you want to have all features" +" of ownCloud." +msgstr "" + +#: templates/admin.php:92 +msgid "Cron" +msgstr "" + +#: templates/admin.php:101 +msgid "Execute one task with each page loaded" +msgstr "" + +#: templates/admin.php:111 +msgid "" +"cron.php is registered at a webcron service. Call the cron.php page in the " +"owncloud root once a minute over http." +msgstr "" + +#: templates/admin.php:121 +msgid "" +"Use systems cron service. Call the cron.php file in the owncloud folder via " +"a system cronjob once a minute." +msgstr "" + +#: templates/admin.php:128 +msgid "Sharing" +msgstr "" + +#: templates/admin.php:134 +msgid "Enable Share API" +msgstr "" + +#: templates/admin.php:135 +msgid "Allow apps to use the Share API" +msgstr "" + +#: templates/admin.php:142 +msgid "Allow links" +msgstr "" + +#: templates/admin.php:143 +msgid "Allow users to share items to the public with links" +msgstr "" + +#: templates/admin.php:150 +msgid "Allow resharing" +msgstr "" + +#: templates/admin.php:151 +msgid "Allow users to share items shared with them again" +msgstr "" + +#: templates/admin.php:158 +msgid "Allow users to share with anyone" +msgstr "" + +#: templates/admin.php:161 +msgid "Allow users to only share with users in their groups" +msgstr "" + +#: templates/admin.php:168 +msgid "Security" +msgstr "" + +#: templates/admin.php:181 +msgid "Enforce HTTPS" +msgstr "" + +#: templates/admin.php:182 +msgid "" +"Enforces the clients to connect to ownCloud via an encrypted connection." +msgstr "" + +#: templates/admin.php:185 +msgid "" +"Please connect to this ownCloud instance via HTTPS to enable or disable the " +"SSL enforcement." +msgstr "" + +#: templates/admin.php:195 +msgid "Log" +msgstr "" + +#: templates/admin.php:196 +msgid "Log level" +msgstr "" + +#: templates/admin.php:223 +msgid "More" +msgstr "" + +#: templates/admin.php:224 +msgid "Less" +msgstr "" + +#: templates/admin.php:231 templates/personal.php:102 +msgid "Version" +msgstr "" + +#: templates/admin.php:234 templates/personal.php:105 +msgid "" +"Developed by the <a href=\"http://ownCloud.org/contact\" " +"target=\"_blank\">ownCloud community</a>, the <a " +"href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is " +"licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" " +"target=\"_blank\"><abbr title=\"Affero General Public " +"License\">AGPL</abbr></a>." +msgstr "" + +#: templates/apps.php:11 +msgid "Add your App" +msgstr "" + +#: templates/apps.php:12 +msgid "More Apps" +msgstr "" + +#: templates/apps.php:28 +msgid "Select an App" +msgstr "" + +#: templates/apps.php:34 +msgid "See application page at apps.owncloud.com" +msgstr "" + +#: templates/apps.php:36 +msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" +msgstr "" + +#: templates/apps.php:38 +msgid "Update" +msgstr "" + +#: templates/help.php:4 +msgid "User Documentation" +msgstr "" + +#: templates/help.php:6 +msgid "Administrator Documentation" +msgstr "" + +#: templates/help.php:9 +msgid "Online Documentation" +msgstr "" + +#: templates/help.php:11 +msgid "Forum" +msgstr "" + +#: templates/help.php:14 +msgid "Bugtracker" +msgstr "" + +#: templates/help.php:17 +msgid "Commercial Support" +msgstr "" + +#: templates/personal.php:8 +#, php-format +msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>" +msgstr "" + +#: templates/personal.php:15 +msgid "Get the apps to sync your files" +msgstr "" + +#: templates/personal.php:26 +msgid "Show First Run Wizard again" +msgstr "" + +#: templates/personal.php:37 templates/users.php:23 templates/users.php:79 +msgid "Password" +msgstr "Cyfrinair" + +#: templates/personal.php:38 +msgid "Your password was changed" +msgstr "" + +#: templates/personal.php:39 +msgid "Unable to change your password" +msgstr "" + +#: templates/personal.php:40 +msgid "Current password" +msgstr "" + +#: templates/personal.php:42 +msgid "New password" +msgstr "Cyfrinair newydd" + +#: templates/personal.php:44 +msgid "Change password" +msgstr "" + +#: templates/personal.php:56 templates/users.php:78 +msgid "Display Name" +msgstr "" + +#: templates/personal.php:57 +msgid "Your display name was changed" +msgstr "" + +#: templates/personal.php:58 +msgid "Unable to change your display name" +msgstr "" + +#: templates/personal.php:61 +msgid "Change display name" +msgstr "" + +#: templates/personal.php:70 +msgid "Email" +msgstr "" + +#: templates/personal.php:72 +msgid "Your email address" +msgstr "" + +#: templates/personal.php:73 +msgid "Fill in an email address to enable password recovery" +msgstr "" + +#: templates/personal.php:79 templates/personal.php:80 +msgid "Language" +msgstr "" + +#: templates/personal.php:86 +msgid "Help translate" +msgstr "" + +#: templates/personal.php:91 +msgid "WebDAV" +msgstr "" + +#: templates/personal.php:93 +msgid "Use this address to connect to your ownCloud in your file manager" +msgstr "" + +#: templates/users.php:21 templates/users.php:77 +msgid "Login Name" +msgstr "" + +#: templates/users.php:32 +msgid "Create" +msgstr "" + +#: templates/users.php:35 +msgid "Default Storage" +msgstr "" + +#: templates/users.php:41 templates/users.php:139 +msgid "Unlimited" +msgstr "" + +#: templates/users.php:59 templates/users.php:154 +msgid "Other" +msgstr "" + +#: templates/users.php:84 +msgid "Storage" +msgstr "" + +#: templates/users.php:95 +msgid "change display name" +msgstr "" + +#: templates/users.php:99 +msgid "set new password" +msgstr "" + +#: templates/users.php:134 +msgid "Default" +msgstr "" diff --git a/l10n/cy_GB/user_ldap.po b/l10n/cy_GB/user_ldap.po new file mode 100644 index 00000000000..9d260f933ea --- /dev/null +++ b/l10n/cy_GB/user_ldap.po @@ -0,0 +1,333 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: ajax/deleteConfiguration.php:34 +msgid "Failed to delete the server configuration" +msgstr "" + +#: ajax/testConfiguration.php:36 +msgid "The configuration is valid and the connection could be established!" +msgstr "" + +#: ajax/testConfiguration.php:39 +msgid "" +"The configuration is valid, but the Bind failed. Please check the server " +"settings and credentials." +msgstr "" + +#: ajax/testConfiguration.php:43 +msgid "" +"The configuration is invalid. Please look in the ownCloud log for further " +"details." +msgstr "" + +#: js/settings.js:66 +msgid "Deletion failed" +msgstr "" + +#: js/settings.js:82 +msgid "Take over settings from recent server configuration?" +msgstr "" + +#: js/settings.js:83 +msgid "Keep settings?" +msgstr "" + +#: js/settings.js:97 +msgid "Cannot add server configuration" +msgstr "" + +#: js/settings.js:121 +msgid "Connection test succeeded" +msgstr "" + +#: js/settings.js:126 +msgid "Connection test failed" +msgstr "" + +#: js/settings.js:136 +msgid "Do you really want to delete the current Server Configuration?" +msgstr "" + +#: js/settings.js:137 +msgid "Confirm Deletion" +msgstr "" + +#: templates/settings.php:8 +msgid "" +"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may" +" experience unexpected behaviour. Please ask your system administrator to " +"disable one of them." +msgstr "" + +#: templates/settings.php:11 +msgid "" +"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not " +"work. Please ask your system administrator to install it." +msgstr "" + +#: templates/settings.php:15 +msgid "Server configuration" +msgstr "" + +#: templates/settings.php:31 +msgid "Add Server Configuration" +msgstr "" + +#: templates/settings.php:36 +msgid "Host" +msgstr "" + +#: templates/settings.php:38 +msgid "" +"You can omit the protocol, except you require SSL. Then start with ldaps://" +msgstr "" + +#: templates/settings.php:39 +msgid "Base DN" +msgstr "" + +#: templates/settings.php:40 +msgid "One Base DN per line" +msgstr "" + +#: templates/settings.php:41 +msgid "You can specify Base DN for users and groups in the Advanced tab" +msgstr "" + +#: templates/settings.php:43 +msgid "User DN" +msgstr "" + +#: templates/settings.php:45 +msgid "" +"The DN of the client user with which the bind shall be done, e.g. " +"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password " +"empty." +msgstr "" + +#: templates/settings.php:46 +msgid "Password" +msgstr "Cyfrinair" + +#: templates/settings.php:49 +msgid "For anonymous access, leave DN and Password empty." +msgstr "" + +#: templates/settings.php:50 +msgid "User Login Filter" +msgstr "" + +#: templates/settings.php:53 +#, php-format +msgid "" +"Defines the filter to apply, when login is attempted. %%uid replaces the " +"username in the login action." +msgstr "" + +#: templates/settings.php:54 +#, php-format +msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" +msgstr "" + +#: templates/settings.php:55 +msgid "User List Filter" +msgstr "" + +#: templates/settings.php:58 +msgid "Defines the filter to apply, when retrieving users." +msgstr "" + +#: templates/settings.php:59 +msgid "without any placeholder, e.g. \"objectClass=person\"." +msgstr "" + +#: templates/settings.php:60 +msgid "Group Filter" +msgstr "" + +#: templates/settings.php:63 +msgid "Defines the filter to apply, when retrieving groups." +msgstr "" + +#: templates/settings.php:64 +msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." +msgstr "" + +#: templates/settings.php:68 +msgid "Connection Settings" +msgstr "" + +#: templates/settings.php:70 +msgid "Configuration Active" +msgstr "" + +#: templates/settings.php:70 +msgid "When unchecked, this configuration will be skipped." +msgstr "" + +#: templates/settings.php:71 +msgid "Port" +msgstr "" + +#: templates/settings.php:72 +msgid "Backup (Replica) Host" +msgstr "" + +#: templates/settings.php:72 +msgid "" +"Give an optional backup host. It must be a replica of the main LDAP/AD " +"server." +msgstr "" + +#: templates/settings.php:73 +msgid "Backup (Replica) Port" +msgstr "" + +#: templates/settings.php:74 +msgid "Disable Main Server" +msgstr "" + +#: templates/settings.php:74 +msgid "When switched on, ownCloud will only connect to the replica server." +msgstr "" + +#: templates/settings.php:75 +msgid "Use TLS" +msgstr "" + +#: templates/settings.php:75 +msgid "Do not use it additionally for LDAPS connections, it will fail." +msgstr "" + +#: templates/settings.php:76 +msgid "Case insensitve LDAP server (Windows)" +msgstr "" + +#: templates/settings.php:77 +msgid "Turn off SSL certificate validation." +msgstr "" + +#: templates/settings.php:77 +msgid "" +"If connection only works with this option, import the LDAP server's SSL " +"certificate in your ownCloud server." +msgstr "" + +#: templates/settings.php:77 +msgid "Not recommended, use for testing only." +msgstr "" + +#: templates/settings.php:78 +msgid "Cache Time-To-Live" +msgstr "" + +#: templates/settings.php:78 +msgid "in seconds. A change empties the cache." +msgstr "" + +#: templates/settings.php:80 +msgid "Directory Settings" +msgstr "" + +#: templates/settings.php:82 +msgid "User Display Name Field" +msgstr "" + +#: templates/settings.php:82 +msgid "The LDAP attribute to use to generate the user`s ownCloud name." +msgstr "" + +#: templates/settings.php:83 +msgid "Base User Tree" +msgstr "" + +#: templates/settings.php:83 +msgid "One User Base DN per line" +msgstr "" + +#: templates/settings.php:84 +msgid "User Search Attributes" +msgstr "" + +#: templates/settings.php:84 templates/settings.php:87 +msgid "Optional; one attribute per line" +msgstr "" + +#: templates/settings.php:85 +msgid "Group Display Name Field" +msgstr "" + +#: templates/settings.php:85 +msgid "The LDAP attribute to use to generate the groups`s ownCloud name." +msgstr "" + +#: templates/settings.php:86 +msgid "Base Group Tree" +msgstr "" + +#: templates/settings.php:86 +msgid "One Group Base DN per line" +msgstr "" + +#: templates/settings.php:87 +msgid "Group Search Attributes" +msgstr "" + +#: templates/settings.php:88 +msgid "Group-Member association" +msgstr "" + +#: templates/settings.php:90 +msgid "Special Attributes" +msgstr "" + +#: templates/settings.php:92 +msgid "Quota Field" +msgstr "" + +#: templates/settings.php:93 +msgid "Quota Default" +msgstr "" + +#: templates/settings.php:93 +msgid "in bytes" +msgstr "" + +#: templates/settings.php:94 +msgid "Email Field" +msgstr "" + +#: templates/settings.php:95 +msgid "User Home Folder Naming Rule" +msgstr "" + +#: templates/settings.php:95 +msgid "" +"Leave empty for user name (default). Otherwise, specify an LDAP/AD " +"attribute." +msgstr "" + +#: templates/settings.php:99 +msgid "Test Configuration" +msgstr "" + +#: templates/settings.php:99 +msgid "Help" +msgstr "Cymorth" diff --git a/l10n/cy_GB/user_webdavauth.po b/l10n/cy_GB/user_webdavauth.po new file mode 100644 index 00000000000..38625a8e005 --- /dev/null +++ b/l10n/cy_GB/user_webdavauth.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy_GB\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +#: templates/settings.php:3 +msgid "WebDAV Authentication" +msgstr "" + +#: templates/settings.php:4 +msgid "URL: http://" +msgstr "" + +#: templates/settings.php:7 +msgid "" +"ownCloud will send the user credentials to this URL. This plugin checks the " +"response and will interpret the HTTP statuscodes 401 and 403 as invalid " +"credentials, and all other responses as valid credentials." +msgstr "" diff --git a/l10n/da/core.po b/l10n/da/core.po index 23125c78c51..3b03eb966da 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/files.po b/l10n/da/files.po index 00f0e194f08..c43e600f79f 100644 --- a/l10n/da/files.po +++ b/l10n/da/files.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/files_encryption.po b/l10n/da/files_encryption.po index 11ad02b829f..8c8605731d3 100644 --- a/l10n/da/files_encryption.po +++ b/l10n/da/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/files_external.po b/l10n/da/files_external.po index c95d8c7f596..e8c3c21931e 100644 --- a/l10n/da/files_external.po +++ b/l10n/da/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/files_sharing.po b/l10n/da/files_sharing.po index b00e3af3fda..95f966c2f2a 100644 --- a/l10n/da/files_sharing.po +++ b/l10n/da/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/files_trashbin.po b/l10n/da/files_trashbin.po index 8d9f7324397..d0728a8d9c0 100644 --- a/l10n/da/files_trashbin.po +++ b/l10n/da/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/files_versions.po b/l10n/da/files_versions.po index ca8cb9848de..7ceccbf2615 100644 --- a/l10n/da/files_versions.po +++ b/l10n/da/files_versions.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/lib.po b/l10n/da/lib.po index 43d95936cda..0e2d43d17f9 100644 --- a/l10n/da/lib.po +++ b/l10n/da/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/settings.po b/l10n/da/settings.po index 4381377afec..47340bcdeed 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -128,7 +128,7 @@ msgstr "Der opstod en fejl under app opgraderingen" msgid "Updated" msgstr "Opdateret" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Gemmer..." diff --git a/l10n/da/user_ldap.po b/l10n/da/user_ldap.po index e08e81e933f..98e5a1e4f05 100644 --- a/l10n/da/user_ldap.po +++ b/l10n/da/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/da/user_webdavauth.po b/l10n/da/user_webdavauth.po index 3ca1e0bfc83..0590c136e92 100644 --- a/l10n/da/user_webdavauth.po +++ b/l10n/da/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/core.po b/l10n/de/core.po index e2d6e7adb3b..e5f6b5d5795 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/files.po b/l10n/de/files.po index 478a17ef0eb..6075d0eff7f 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -29,8 +29,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/files_encryption.po b/l10n/de/files_encryption.po index 22a2714c2d5..9e734d80a38 100644 --- a/l10n/de/files_encryption.po +++ b/l10n/de/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/files_external.po b/l10n/de/files_external.po index ea0bfa1134e..3bd88c78ecd 100644 --- a/l10n/de/files_external.po +++ b/l10n/de/files_external.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/files_sharing.po b/l10n/de/files_sharing.po index 88ae0661675..d3e9a367638 100644 --- a/l10n/de/files_sharing.po +++ b/l10n/de/files_sharing.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/files_trashbin.po b/l10n/de/files_trashbin.po index 1a4ec5faa23..7484373ee04 100644 --- a/l10n/de/files_trashbin.po +++ b/l10n/de/files_trashbin.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/files_versions.po b/l10n/de/files_versions.po index 629272de0a4..fd4ea22a0ec 100644 --- a/l10n/de/files_versions.po +++ b/l10n/de/files_versions.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/lib.po b/l10n/de/lib.po index f3919bae2ad..991f7008d7e 100644 --- a/l10n/de/lib.po +++ b/l10n/de/lib.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/settings.po b/l10n/de/settings.po index 141407e5190..4c6065c5522 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -27,8 +27,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" @@ -136,7 +136,7 @@ msgstr "Fehler beim Aktualisieren der App" msgid "Updated" msgstr "Aktualisiert" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Speichern..." diff --git a/l10n/de/user_ldap.po b/l10n/de/user_ldap.po index 5c5672e57a9..c76b328283a 100644 --- a/l10n/de/user_ldap.po +++ b/l10n/de/user_ldap.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de/user_webdavauth.po b/l10n/de/user_webdavauth.po index 3291e0d7af5..a756a0d8570 100644 --- a/l10n/de/user_webdavauth.po +++ b/l10n/de/user_webdavauth.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index 260be366437..b9a6d98b594 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.po @@ -28,8 +28,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index 914ae61dd58..d1d67461d38 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.po @@ -34,8 +34,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/files_encryption.po b/l10n/de_DE/files_encryption.po index c9fc29bee5d..cb549f90fd2 100644 --- a/l10n/de_DE/files_encryption.po +++ b/l10n/de_DE/files_encryption.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/files_external.po b/l10n/de_DE/files_external.po index e2ff7d2b24f..3b72b5747dd 100644 --- a/l10n/de_DE/files_external.po +++ b/l10n/de_DE/files_external.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/files_sharing.po b/l10n/de_DE/files_sharing.po index acb0e4b391a..0f52dc9f53f 100644 --- a/l10n/de_DE/files_sharing.po +++ b/l10n/de_DE/files_sharing.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/files_trashbin.po b/l10n/de_DE/files_trashbin.po index 982b0767507..00c1b90925e 100644 --- a/l10n/de_DE/files_trashbin.po +++ b/l10n/de_DE/files_trashbin.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/files_versions.po b/l10n/de_DE/files_versions.po index 9ff7bc637c6..341c1a1b007 100644 --- a/l10n/de_DE/files_versions.po +++ b/l10n/de_DE/files_versions.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po index a8a37f9f197..de5340c6b56 100644 --- a/l10n/de_DE/lib.po +++ b/l10n/de_DE/lib.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 91dc723e691..ee05c494b91 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -32,8 +32,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" @@ -141,7 +141,7 @@ msgstr "Es ist ein Fehler während des Updates aufgetreten" msgid "Updated" msgstr "Aktualisiert" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Speichern..." diff --git a/l10n/de_DE/user_ldap.po b/l10n/de_DE/user_ldap.po index 6e5351670d4..d35dff49314 100644 --- a/l10n/de_DE/user_ldap.po +++ b/l10n/de_DE/user_ldap.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/de_DE/user_webdavauth.po b/l10n/de_DE/user_webdavauth.po index ef77fdbbd58..05ec894d85d 100644 --- a/l10n/de_DE/user_webdavauth.po +++ b/l10n/de_DE/user_webdavauth.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/core.po b/l10n/el/core.po index 3bfd3322dd9..17bdcf4ca72 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files.po b/l10n/el/files.po index f41bc5e8546..6d69eade9c5 100644 --- a/l10n/el/files.po +++ b/l10n/el/files.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_encryption.po b/l10n/el/files_encryption.po index a274a691c30..657368cb3f4 100644 --- a/l10n/el/files_encryption.po +++ b/l10n/el/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_external.po b/l10n/el/files_external.po index 13a2353cb92..ee870240424 100644 --- a/l10n/el/files_external.po +++ b/l10n/el/files_external.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_sharing.po b/l10n/el/files_sharing.po index b6fd051aa38..5f558cf1183 100644 --- a/l10n/el/files_sharing.po +++ b/l10n/el/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po index bac8c7a3fb0..b3db2cb3725 100644 --- a/l10n/el/files_trashbin.po +++ b/l10n/el/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/files_versions.po b/l10n/el/files_versions.po index 0891a90b782..d87bcb7f29d 100644 --- a/l10n/el/files_versions.po +++ b/l10n/el/files_versions.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/lib.po b/l10n/el/lib.po index ecbe4952347..7fd7a14dfd6 100644 --- a/l10n/el/lib.po +++ b/l10n/el/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/el/settings.po b/l10n/el/settings.po index 4cbc650486e..f80aa6d8584 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -130,7 +130,7 @@ msgstr "Σφάλμα κατά την ενημέρωση της εφαρμογή msgid "Updated" msgstr "Ενημερώθηκε" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Αποθήκευση..." diff --git a/l10n/el/user_ldap.po b/l10n/el/user_ldap.po index 063a5a85901..0685878dc00 100644 --- a/l10n/el/user_ldap.po +++ b/l10n/el/user_ldap.po @@ -9,12 +9,13 @@ # Efstathios Iosifidis <iefstathios@gmail.com>, 2013. # Konstantinos Tzanidis <tzanidis@gmail.com>, 2012. # Marios Bekatoros <>, 2012. +# Wasilis Mandratzis <m.wasilis@yahoo.de>, 2013. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -49,7 +50,7 @@ msgstr "Η διαγραφή απέτυχε" #: js/settings.js:82 msgid "Take over settings from recent server configuration?" -msgstr "" +msgstr "Πάρτε πάνω από τις πρόσφατες ρυθμίσεις διαμόρφωσης του διακομιστή?" #: js/settings.js:83 msgid "Keep settings?" @@ -111,7 +112,7 @@ msgstr "Base DN" #: templates/settings.php:40 msgid "One Base DN per line" -msgstr "" +msgstr "Ένα DN Βάσης ανά γραμμή " #: templates/settings.php:41 msgid "You can specify Base DN for users and groups in the Advanced tab" @@ -182,11 +183,11 @@ msgstr "Ρυθμίσεις Σύνδεσης" #: templates/settings.php:70 msgid "Configuration Active" -msgstr "" +msgstr "Ενεργοποιηση ρυθμισεων" #: templates/settings.php:70 msgid "When unchecked, this configuration will be skipped." -msgstr "" +msgstr "Όταν δεν είναι επιλεγμένο, αυτή η ρύθμιση θα πρέπει να παραλειφθεί. " #: templates/settings.php:71 msgid "Port" @@ -194,25 +195,25 @@ msgstr "Θύρα" #: templates/settings.php:72 msgid "Backup (Replica) Host" -msgstr "" +msgstr "Δημιουργία αντιγράφων ασφαλείας (Replica) Host " #: templates/settings.php:72 msgid "" "Give an optional backup host. It must be a replica of the main LDAP/AD " "server." -msgstr "" +msgstr "Δώστε μια προαιρετική εφεδρική υποδοχή. Πρέπει να είναι ένα αντίγραφο του κύριου LDAP / AD διακομιστη." #: templates/settings.php:73 msgid "Backup (Replica) Port" -msgstr "" +msgstr "Δημιουργία αντιγράφων ασφαλείας (Replica) Υποδοχη" #: templates/settings.php:74 msgid "Disable Main Server" -msgstr "" +msgstr "Απενεργοποιηση του κεντρικου διακομιστη" #: templates/settings.php:74 msgid "When switched on, ownCloud will only connect to the replica server." -msgstr "" +msgstr "Όταν ενεργοποιηθεί, με το ownCloud θα συνδεθείτε με το διακομιστή ρεπλίκα." #: templates/settings.php:75 msgid "Use TLS" @@ -220,7 +221,7 @@ msgstr "Χρήση TLS" #: templates/settings.php:75 msgid "Do not use it additionally for LDAPS connections, it will fail." -msgstr "" +msgstr "Μην το χρησιμοποιήσετε επιπροσθέτως, για LDAPS συνδέσεις , θα αποτύχει." #: templates/settings.php:76 msgid "Case insensitve LDAP server (Windows)" @@ -242,7 +243,7 @@ msgstr "Δεν προτείνεται, χρήση μόνο για δοκιμές #: templates/settings.php:78 msgid "Cache Time-To-Live" -msgstr "" +msgstr "Cache Time-To-Live" #: templates/settings.php:78 msgid "in seconds. A change empties the cache." @@ -266,15 +267,15 @@ msgstr "Base User Tree" #: templates/settings.php:83 msgid "One User Base DN per line" -msgstr "" +msgstr "Ένα DN βάσης χρηστών ανά γραμμή" #: templates/settings.php:84 msgid "User Search Attributes" -msgstr "" +msgstr "Χαρακτηριστικά αναζήτησης των χρηστών " #: templates/settings.php:84 templates/settings.php:87 msgid "Optional; one attribute per line" -msgstr "" +msgstr "Προαιρετικά? Ένα χαρακτηριστικό ανά γραμμή " #: templates/settings.php:85 msgid "Group Display Name Field" @@ -290,11 +291,11 @@ msgstr "Base Group Tree" #: templates/settings.php:86 msgid "One Group Base DN per line" -msgstr "" +msgstr "Μια ομαδικη Βάση DN ανά γραμμή" #: templates/settings.php:87 msgid "Group Search Attributes" -msgstr "" +msgstr "Ομάδα Χαρακτηριστικων Αναζήτηση" #: templates/settings.php:88 msgid "Group-Member association" @@ -302,15 +303,15 @@ msgstr "Group-Member association" #: templates/settings.php:90 msgid "Special Attributes" -msgstr "" +msgstr "Ειδικά Χαρακτηριστικά " #: templates/settings.php:92 msgid "Quota Field" -msgstr "" +msgstr "Ποσοσταση πεδιου" #: templates/settings.php:93 msgid "Quota Default" -msgstr "" +msgstr "Προκαθισμενο πεδιο" #: templates/settings.php:93 msgid "in bytes" @@ -318,11 +319,11 @@ msgstr "σε bytes" #: templates/settings.php:94 msgid "Email Field" -msgstr "" +msgstr "Email τυπος" #: templates/settings.php:95 msgid "User Home Folder Naming Rule" -msgstr "" +msgstr "Χρήστης Προσωπικόςφάκελος Ονομασία Κανόνας " #: templates/settings.php:95 msgid "" @@ -332,7 +333,7 @@ msgstr "Αφήστε το κενό για το όνομα χρήστη (προε #: templates/settings.php:99 msgid "Test Configuration" -msgstr "" +msgstr "Δοκιμαστικες ρυθμισεις" #: templates/settings.php:99 msgid "Help" diff --git a/l10n/el/user_webdavauth.po b/l10n/el/user_webdavauth.po index 12b784c7f84..370f455b114 100644 --- a/l10n/el/user_webdavauth.po +++ b/l10n/el/user_webdavauth.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index c97c765e9c4..fd104b957cc 100644 --- a/l10n/eo/core.po +++ b/l10n/eo/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index 7b9ca1937bd..fb3dd94df15 100644 --- a/l10n/eo/files.po +++ b/l10n/eo/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/files_encryption.po b/l10n/eo/files_encryption.po index 48e48cd33de..e909ea87bff 100644 --- a/l10n/eo/files_encryption.po +++ b/l10n/eo/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/files_external.po b/l10n/eo/files_external.po index c9695b57bf5..97fd9187fc7 100644 --- a/l10n/eo/files_external.po +++ b/l10n/eo/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/files_sharing.po b/l10n/eo/files_sharing.po index b2d00538f1a..e8fc61e3282 100644 --- a/l10n/eo/files_sharing.po +++ b/l10n/eo/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/files_trashbin.po b/l10n/eo/files_trashbin.po index 8d0d618725c..ef1aba79f48 100644 --- a/l10n/eo/files_trashbin.po +++ b/l10n/eo/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/files_versions.po b/l10n/eo/files_versions.po index a9bf35481ce..03a9d97ec3a 100644 --- a/l10n/eo/files_versions.po +++ b/l10n/eo/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/lib.po b/l10n/eo/lib.po index 9fc0db90fd9..4208458ba0b 100644 --- a/l10n/eo/lib.po +++ b/l10n/eo/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index c623ce092fb..5ad89620f39 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Konservante..." diff --git a/l10n/eo/user_ldap.po b/l10n/eo/user_ldap.po index 6aeb3085b6c..ae0cd9b8392 100644 --- a/l10n/eo/user_ldap.po +++ b/l10n/eo/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eo/user_webdavauth.po b/l10n/eo/user_webdavauth.po index c18903205ff..8217ee0e2b9 100644 --- a/l10n/eo/user_webdavauth.po +++ b/l10n/eo/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/core.po b/l10n/es/core.po index 72132b21e08..4eaac95f2cf 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files.po b/l10n/es/files.po index a448b5bc8a3..711f2bc0864 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_encryption.po b/l10n/es/files_encryption.po index 5c90271db37..3300c20e3c2 100644 --- a/l10n/es/files_encryption.po +++ b/l10n/es/files_encryption.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_external.po b/l10n/es/files_external.po index b6fbbbeafc6..57448b496cc 100644 --- a/l10n/es/files_external.po +++ b/l10n/es/files_external.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_sharing.po b/l10n/es/files_sharing.po index 46b4d66f10b..8f976d5650c 100644 --- a/l10n/es/files_sharing.po +++ b/l10n/es/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_trashbin.po b/l10n/es/files_trashbin.po index 28a3cb9ded1..6467cca4813 100644 --- a/l10n/es/files_trashbin.po +++ b/l10n/es/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files_versions.po b/l10n/es/files_versions.po index a69a1d1a87a..61295e5517a 100644 --- a/l10n/es/files_versions.po +++ b/l10n/es/files_versions.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/lib.po b/l10n/es/lib.po index cb2a9143726..ca016657416 100644 --- a/l10n/es/lib.po +++ b/l10n/es/lib.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/settings.po b/l10n/es/settings.po index e9959550b20..13236df5dc7 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -134,7 +134,7 @@ msgstr "Error mientras se actualizaba" msgid "Updated" msgstr "Actualizado" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Guardando..." diff --git a/l10n/es/user_ldap.po b/l10n/es/user_ldap.po index 25a063bf8fb..3043a993129 100644 --- a/l10n/es/user_ldap.po +++ b/l10n/es/user_ldap.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/user_webdavauth.po b/l10n/es/user_webdavauth.po index 8104595c79e..305a875650d 100644 --- a/l10n/es/user_webdavauth.po +++ b/l10n/es/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index cf82c5251a6..7a134d06ce6 100644 --- a/l10n/es_AR/core.po +++ b/l10n/es_AR/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index 4f2ae470853..c7d4671e9a0 100644 --- a/l10n/es_AR/files.po +++ b/l10n/es_AR/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/files_encryption.po b/l10n/es_AR/files_encryption.po index a63950a8023..e51d601c61b 100644 --- a/l10n/es_AR/files_encryption.po +++ b/l10n/es_AR/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/files_external.po b/l10n/es_AR/files_external.po index c2c6a9eb635..a5b2316b329 100644 --- a/l10n/es_AR/files_external.po +++ b/l10n/es_AR/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/files_sharing.po b/l10n/es_AR/files_sharing.po index 4c7375e8da7..bf0799a2226 100644 --- a/l10n/es_AR/files_sharing.po +++ b/l10n/es_AR/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/files_trashbin.po b/l10n/es_AR/files_trashbin.po index 4f423c89d34..b3f0b5a9fd4 100644 --- a/l10n/es_AR/files_trashbin.po +++ b/l10n/es_AR/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/files_versions.po b/l10n/es_AR/files_versions.po index af1d74768e6..b880bde3d92 100644 --- a/l10n/es_AR/files_versions.po +++ b/l10n/es_AR/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/lib.po b/l10n/es_AR/lib.po index 6105dc68ffa..6be90480b4b 100644 --- a/l10n/es_AR/lib.po +++ b/l10n/es_AR/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index d9e27509356..6d8d5180772 100644 --- a/l10n/es_AR/settings.po +++ b/l10n/es_AR/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -120,7 +120,7 @@ msgstr "Error al actualizar" msgid "Updated" msgstr "Actualizado" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Guardando..." diff --git a/l10n/es_AR/user_ldap.po b/l10n/es_AR/user_ldap.po index b539d42812b..a0f13250f44 100644 --- a/l10n/es_AR/user_ldap.po +++ b/l10n/es_AR/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es_AR/user_webdavauth.po b/l10n/es_AR/user_webdavauth.po index 3b62ceea0b7..2d5007b68ea 100644 --- a/l10n/es_AR/user_webdavauth.po +++ b/l10n/es_AR/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index e0224d580e9..73d7534b613 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index 757224d8702..9bfc400f497 100644 --- a/l10n/et_EE/files.po +++ b/l10n/et_EE/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/files_encryption.po b/l10n/et_EE/files_encryption.po index 99746b2373e..8487c07b9f9 100644 --- a/l10n/et_EE/files_encryption.po +++ b/l10n/et_EE/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/files_external.po b/l10n/et_EE/files_external.po index 69d1f03a4c2..23cd4c8a18a 100644 --- a/l10n/et_EE/files_external.po +++ b/l10n/et_EE/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/files_sharing.po b/l10n/et_EE/files_sharing.po index 9174858925e..5f470a04c3e 100644 --- a/l10n/et_EE/files_sharing.po +++ b/l10n/et_EE/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/files_trashbin.po b/l10n/et_EE/files_trashbin.po index e8b7bd59bc5..46f8a4c56d7 100644 --- a/l10n/et_EE/files_trashbin.po +++ b/l10n/et_EE/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/files_versions.po b/l10n/et_EE/files_versions.po index 88597f1f9b2..de587021590 100644 --- a/l10n/et_EE/files_versions.po +++ b/l10n/et_EE/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/lib.po b/l10n/et_EE/lib.po index fc470493906..d515bf9a160 100644 --- a/l10n/et_EE/lib.po +++ b/l10n/et_EE/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index c603999f22e..3532232094f 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "Viga rakenduse uuendamisel" msgid "Updated" msgstr "Uuendatud" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Salvestamine..." diff --git a/l10n/et_EE/user_ldap.po b/l10n/et_EE/user_ldap.po index 588eb01cbbc..9da3698683d 100644 --- a/l10n/et_EE/user_ldap.po +++ b/l10n/et_EE/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/et_EE/user_webdavauth.po b/l10n/et_EE/user_webdavauth.po index 11ee7102531..a25893ddd1c 100644 --- a/l10n/et_EE/user_webdavauth.po +++ b/l10n/et_EE/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index 3573993e1ce..6fa4ebaaf0f 100644 --- a/l10n/eu/core.po +++ b/l10n/eu/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index 0442ccce913..0f710284f4f 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files_encryption.po b/l10n/eu/files_encryption.po index fdab73a5348..eea7795bbc1 100644 --- a/l10n/eu/files_encryption.po +++ b/l10n/eu/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files_external.po b/l10n/eu/files_external.po index cb7fd45b34e..4cb0843ae5d 100644 --- a/l10n/eu/files_external.po +++ b/l10n/eu/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files_sharing.po b/l10n/eu/files_sharing.po index c42f25913a3..89c6272ac74 100644 --- a/l10n/eu/files_sharing.po +++ b/l10n/eu/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files_trashbin.po b/l10n/eu/files_trashbin.po index cacd96becd8..0aea8466bd5 100644 --- a/l10n/eu/files_trashbin.po +++ b/l10n/eu/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/files_versions.po b/l10n/eu/files_versions.po index 7e42b6733a3..7fdbf14c0dd 100644 --- a/l10n/eu/files_versions.po +++ b/l10n/eu/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/lib.po b/l10n/eu/lib.po index c65e98a9a9f..593856272c1 100644 --- a/l10n/eu/lib.po +++ b/l10n/eu/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index d9c6759ac5f..4f70111c6ec 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -120,7 +120,7 @@ msgstr "Errorea aplikazioa eguneratzen zen bitartean" msgid "Updated" msgstr "Eguneratuta" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Gordetzen..." diff --git a/l10n/eu/user_ldap.po b/l10n/eu/user_ldap.po index 4f94b7dbd47..5dbd26541bc 100644 --- a/l10n/eu/user_ldap.po +++ b/l10n/eu/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/eu/user_webdavauth.po b/l10n/eu/user_webdavauth.po index 8fc10281ae9..7128f70cb6a 100644 --- a/l10n/eu/user_webdavauth.po +++ b/l10n/eu/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/core.po b/l10n/fa/core.po index a0d1c5ffb0c..9178afa9063 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/files.po b/l10n/fa/files.po index d3e345434f9..6e2cacffc31 100644 --- a/l10n/fa/files.po +++ b/l10n/fa/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/files_encryption.po b/l10n/fa/files_encryption.po index 2d471bafeb6..a4b3d25d08e 100644 --- a/l10n/fa/files_encryption.po +++ b/l10n/fa/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/files_external.po b/l10n/fa/files_external.po index fa5dc5f9d0b..b881ebe5588 100644 --- a/l10n/fa/files_external.po +++ b/l10n/fa/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/files_sharing.po b/l10n/fa/files_sharing.po index f305fac0e0b..c4814707286 100644 --- a/l10n/fa/files_sharing.po +++ b/l10n/fa/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/files_trashbin.po b/l10n/fa/files_trashbin.po index 028245cdc3b..56b1199bd60 100644 --- a/l10n/fa/files_trashbin.po +++ b/l10n/fa/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/files_versions.po b/l10n/fa/files_versions.po index 64c3439a0b3..2e38afda4e7 100644 --- a/l10n/fa/files_versions.po +++ b/l10n/fa/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/lib.po b/l10n/fa/lib.po index 89ee6970916..d1d5f566ef2 100644 --- a/l10n/fa/lib.po +++ b/l10n/fa/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index 4d3cc0f53bf..a39dc9e68bb 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "خطا در هنگام بهنگام سازی برنامه" msgid "Updated" msgstr "بروز رسانی انجام شد" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "درحال ذخیره ..." diff --git a/l10n/fa/user_ldap.po b/l10n/fa/user_ldap.po index 4d69ed86dae..be344210e59 100644 --- a/l10n/fa/user_ldap.po +++ b/l10n/fa/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fa/user_webdavauth.po b/l10n/fa/user_webdavauth.po index 62631e8bd8e..5b69bafee6b 100644 --- a/l10n/fa/user_webdavauth.po +++ b/l10n/fa/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi/core.po b/l10n/fi/core.po index 9199f7cff20..4a0b4df42ef 100644 --- a/l10n/fi/core.po +++ b/l10n/fi/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi/files.po b/l10n/fi/files.po index a6abbe1b1a1..ccb82381a2d 100644 --- a/l10n/fi/files.po +++ b/l10n/fi/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi/lib.po b/l10n/fi/lib.po index 81257271c6f..ced780d1ce7 100644 --- a/l10n/fi/lib.po +++ b/l10n/fi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 55b80921b6c..80f0f53b37d 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index 2df6a15b42b..d68085e9641 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/files_encryption.po b/l10n/fi_FI/files_encryption.po index 76cae2f156f..606ba38b82d 100644 --- a/l10n/fi_FI/files_encryption.po +++ b/l10n/fi_FI/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/files_external.po b/l10n/fi_FI/files_external.po index 6a21eb6ee3e..87b5f4c115f 100644 --- a/l10n/fi_FI/files_external.po +++ b/l10n/fi_FI/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/files_sharing.po b/l10n/fi_FI/files_sharing.po index bef0c84fd17..5abc5ffddc7 100644 --- a/l10n/fi_FI/files_sharing.po +++ b/l10n/fi_FI/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/files_trashbin.po b/l10n/fi_FI/files_trashbin.po index 83e0e9bc922..6f3b5b27085 100644 --- a/l10n/fi_FI/files_trashbin.po +++ b/l10n/fi_FI/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/files_versions.po b/l10n/fi_FI/files_versions.po index e05cdfb6e56..1dbda293039 100644 --- a/l10n/fi_FI/files_versions.po +++ b/l10n/fi_FI/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/lib.po b/l10n/fi_FI/lib.po index 220c28eae66..fc77066a99c 100644 --- a/l10n/fi_FI/lib.po +++ b/l10n/fi_FI/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index f86a50967d0..dbaeb194030 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "Virhe sovellusta päivittäessä" msgid "Updated" msgstr "Päivitetty" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Tallennetaan..." diff --git a/l10n/fi_FI/user_ldap.po b/l10n/fi_FI/user_ldap.po index ed63037a2ec..a72be9f1640 100644 --- a/l10n/fi_FI/user_ldap.po +++ b/l10n/fi_FI/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fi_FI/user_webdavauth.po b/l10n/fi_FI/user_webdavauth.po index 4ed8a2e5a71..ef62c35b8a0 100644 --- a/l10n/fi_FI/user_webdavauth.po +++ b/l10n/fi_FI/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 8051f8813bc..07437d66137 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index ac62cd46adb..e694e546156 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/files_encryption.po b/l10n/fr/files_encryption.po index 0a04e493c6a..3483ba97829 100644 --- a/l10n/fr/files_encryption.po +++ b/l10n/fr/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/files_external.po b/l10n/fr/files_external.po index 1eabea7ca22..ed1652d85ad 100644 --- a/l10n/fr/files_external.po +++ b/l10n/fr/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/files_sharing.po b/l10n/fr/files_sharing.po index 4c4dc7b4089..9959bf5b5c2 100644 --- a/l10n/fr/files_sharing.po +++ b/l10n/fr/files_sharing.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/files_trashbin.po b/l10n/fr/files_trashbin.po index f37b15a7d8d..f49412eee38 100644 --- a/l10n/fr/files_trashbin.po +++ b/l10n/fr/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/files_versions.po b/l10n/fr/files_versions.po index 734bfa8efd2..e997c199e0f 100644 --- a/l10n/fr/files_versions.po +++ b/l10n/fr/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index 0d82367ff6d..24cf1be8ed5 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index 4e5add285aa..564e045b53e 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -26,8 +26,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -135,7 +135,7 @@ msgstr "Erreur lors de la mise à jour de l'application" msgid "Updated" msgstr "Mise à jour effectuée avec succès" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Sauvegarde..." diff --git a/l10n/fr/user_ldap.po b/l10n/fr/user_ldap.po index 0328aff362d..dafca62301c 100644 --- a/l10n/fr/user_ldap.po +++ b/l10n/fr/user_ldap.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/fr/user_webdavauth.po b/l10n/fr/user_webdavauth.po index efb5ef69b38..8fdd18d7e53 100644 --- a/l10n/fr/user_webdavauth.po +++ b/l10n/fr/user_webdavauth.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index 7b320635e62..2424c7626c2 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index 13580aacf54..b257aba1734 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files_encryption.po b/l10n/gl/files_encryption.po index 96058d128cf..d25b1b2d5ab 100644 --- a/l10n/gl/files_encryption.po +++ b/l10n/gl/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files_external.po b/l10n/gl/files_external.po index 8e665aecdf8..f000f907280 100644 --- a/l10n/gl/files_external.po +++ b/l10n/gl/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files_sharing.po b/l10n/gl/files_sharing.po index f515b3253a7..657f1da63e8 100644 --- a/l10n/gl/files_sharing.po +++ b/l10n/gl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files_trashbin.po b/l10n/gl/files_trashbin.po index 8530c4e1579..64cdc9dbdc4 100644 --- a/l10n/gl/files_trashbin.po +++ b/l10n/gl/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/files_versions.po b/l10n/gl/files_versions.po index 695f30a3d3d..0744649b036 100644 --- a/l10n/gl/files_versions.po +++ b/l10n/gl/files_versions.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/lib.po b/l10n/gl/lib.po index c17f8ea6ee0..b20f32fff27 100644 --- a/l10n/gl/lib.po +++ b/l10n/gl/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 5d24c3a4926..2230f6a0de9 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "Produciuse un erro mentres actualizaba o aplicativo" msgid "Updated" msgstr "Actualizado" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Gardando..." diff --git a/l10n/gl/user_ldap.po b/l10n/gl/user_ldap.po index 1d1c0ab36a3..44b41641e2b 100644 --- a/l10n/gl/user_ldap.po +++ b/l10n/gl/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/gl/user_webdavauth.po b/l10n/gl/user_webdavauth.po index 301b089dd7a..89f599a0be8 100644 --- a/l10n/gl/user_webdavauth.po +++ b/l10n/gl/user_webdavauth.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/core.po b/l10n/he/core.po index ee87e77344a..742b5ad8730 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/files.po b/l10n/he/files.po index 2e5a6663f6c..6880b3e051f 100644 --- a/l10n/he/files.po +++ b/l10n/he/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/files_encryption.po b/l10n/he/files_encryption.po index 78810288118..538cffbef36 100644 --- a/l10n/he/files_encryption.po +++ b/l10n/he/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/files_external.po b/l10n/he/files_external.po index dbb5147ed93..b8639454e1a 100644 --- a/l10n/he/files_external.po +++ b/l10n/he/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/files_sharing.po b/l10n/he/files_sharing.po index 1201adaf600..a559adcb011 100644 --- a/l10n/he/files_sharing.po +++ b/l10n/he/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/files_trashbin.po b/l10n/he/files_trashbin.po index 9b28a90b86b..40c11b05969 100644 --- a/l10n/he/files_trashbin.po +++ b/l10n/he/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/files_versions.po b/l10n/he/files_versions.po index 6dc80633be2..d3d2624d333 100644 --- a/l10n/he/files_versions.po +++ b/l10n/he/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/lib.po b/l10n/he/lib.po index 37d481fbb35..de9c88104c2 100644 --- a/l10n/he/lib.po +++ b/l10n/he/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index 621702ce0bc..afbda925dee 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -120,7 +120,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "שומר.." diff --git a/l10n/he/user_ldap.po b/l10n/he/user_ldap.po index 0b189621453..c2c294c997a 100644 --- a/l10n/he/user_ldap.po +++ b/l10n/he/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/he/user_webdavauth.po b/l10n/he/user_webdavauth.po index b93834a9e1d..a1956eff5da 100644 --- a/l10n/he/user_webdavauth.po +++ b/l10n/he/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/core.po b/l10n/hi/core.po index 9f34c9b87f7..b352ad12880 100644 --- a/l10n/hi/core.po +++ b/l10n/hi/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/files.po b/l10n/hi/files.po index 55cc3a81f34..058c4dc6c9c 100644 --- a/l10n/hi/files.po +++ b/l10n/hi/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/files_encryption.po b/l10n/hi/files_encryption.po index 1d58cb0d5c7..429b94708dc 100644 --- a/l10n/hi/files_encryption.po +++ b/l10n/hi/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/files_external.po b/l10n/hi/files_external.po index 42d8715e7bc..0bae5719b49 100644 --- a/l10n/hi/files_external.po +++ b/l10n/hi/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/files_sharing.po b/l10n/hi/files_sharing.po index 232619dab62..1691691d5db 100644 --- a/l10n/hi/files_sharing.po +++ b/l10n/hi/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/files_trashbin.po b/l10n/hi/files_trashbin.po index b963b8a8806..dccfd5206e1 100644 --- a/l10n/hi/files_trashbin.po +++ b/l10n/hi/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/files_versions.po b/l10n/hi/files_versions.po index 6f18e09abbc..48dc088aa1c 100644 --- a/l10n/hi/files_versions.po +++ b/l10n/hi/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/lib.po b/l10n/hi/lib.po index 010b36e7420..454e8e165e8 100644 --- a/l10n/hi/lib.po +++ b/l10n/hi/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index 0ba86498403..ce178a2bac8 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/hi/user_ldap.po b/l10n/hi/user_ldap.po index 157f5a55247..7ed6220d5fa 100644 --- a/l10n/hi/user_ldap.po +++ b/l10n/hi/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hi/user_webdavauth.po b/l10n/hi/user_webdavauth.po index ac6b020e078..c6cb2a24135 100644 --- a/l10n/hi/user_webdavauth.po +++ b/l10n/hi/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 36ffbbaa918..6aa351f1a2c 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index 84b9539ca8d..d1184dcf607 100644 --- a/l10n/hr/files.po +++ b/l10n/hr/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files_encryption.po b/l10n/hr/files_encryption.po index 49ffacda4ed..a4e8af9c560 100644 --- a/l10n/hr/files_encryption.po +++ b/l10n/hr/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files_external.po b/l10n/hr/files_external.po index 57ba61e83d2..af0395beada 100644 --- a/l10n/hr/files_external.po +++ b/l10n/hr/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files_sharing.po b/l10n/hr/files_sharing.po index 965254276bf..f3d4834e760 100644 --- a/l10n/hr/files_sharing.po +++ b/l10n/hr/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files_trashbin.po b/l10n/hr/files_trashbin.po index 7a1edc31fc3..152f07f3684 100644 --- a/l10n/hr/files_trashbin.po +++ b/l10n/hr/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/files_versions.po b/l10n/hr/files_versions.po index 72c7f48a4cb..12e83d69fbb 100644 --- a/l10n/hr/files_versions.po +++ b/l10n/hr/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/lib.po b/l10n/hr/lib.po index 6ad791925ed..ccd75c2b9e8 100644 --- a/l10n/hr/lib.po +++ b/l10n/hr/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index 6577be3e2b4..e6e8a045211 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Spremanje..." diff --git a/l10n/hr/user_ldap.po b/l10n/hr/user_ldap.po index aa5d9446e95..5f2540a6106 100644 --- a/l10n/hr/user_ldap.po +++ b/l10n/hr/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hr/user_webdavauth.po b/l10n/hr/user_webdavauth.po index 78b5589c2be..c9f410b1ad0 100644 --- a/l10n/hr/user_webdavauth.po +++ b/l10n/hr/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index 9706d55d511..be7a4699313 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index ef50be8ac51..c9c6e0609ee 100644 --- a/l10n/hu_HU/files.po +++ b/l10n/hu_HU/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files_encryption.po b/l10n/hu_HU/files_encryption.po index b358c1d440b..4bf863c88dc 100644 --- a/l10n/hu_HU/files_encryption.po +++ b/l10n/hu_HU/files_encryption.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files_external.po b/l10n/hu_HU/files_external.po index f9b482fd6ce..0f4348a55cc 100644 --- a/l10n/hu_HU/files_external.po +++ b/l10n/hu_HU/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files_sharing.po b/l10n/hu_HU/files_sharing.po index 5ec7cac7630..7897dc58ce5 100644 --- a/l10n/hu_HU/files_sharing.po +++ b/l10n/hu_HU/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files_trashbin.po b/l10n/hu_HU/files_trashbin.po index bf38caacad5..dafccd8911a 100644 --- a/l10n/hu_HU/files_trashbin.po +++ b/l10n/hu_HU/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/files_versions.po b/l10n/hu_HU/files_versions.po index 2202da640bb..ef316affe76 100644 --- a/l10n/hu_HU/files_versions.po +++ b/l10n/hu_HU/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/lib.po b/l10n/hu_HU/lib.po index 4251d9809fc..9bb5b3ab640 100644 --- a/l10n/hu_HU/lib.po +++ b/l10n/hu_HU/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index 61bef740752..b1e991aa40a 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -120,7 +120,7 @@ msgstr "Hiba történt a programfrissítés közben" msgid "Updated" msgstr "Frissítve" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Mentés..." diff --git a/l10n/hu_HU/user_ldap.po b/l10n/hu_HU/user_ldap.po index 7e833a65226..804a0fd48f7 100644 --- a/l10n/hu_HU/user_ldap.po +++ b/l10n/hu_HU/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hu_HU/user_webdavauth.po b/l10n/hu_HU/user_webdavauth.po index d7f60e3f905..535e53af331 100644 --- a/l10n/hu_HU/user_webdavauth.po +++ b/l10n/hu_HU/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/files.po b/l10n/hy/files.po index 6548eb6fba7..2bb63c0f9e1 100644 --- a/l10n/hy/files.po +++ b/l10n/hy/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/files_external.po b/l10n/hy/files_external.po index 262948abfc9..2b6464945dc 100644 --- a/l10n/hy/files_external.po +++ b/l10n/hy/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/files_trashbin.po b/l10n/hy/files_trashbin.po index 2cde2eb10a2..fe5d782b2ae 100644 --- a/l10n/hy/files_trashbin.po +++ b/l10n/hy/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index afe7a748499..55dedea9bea 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 25be34611fc..234d6e2961b 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/files.po b/l10n/ia/files.po index bd599c7c1b7..db3b51415e7 100644 --- a/l10n/ia/files.po +++ b/l10n/ia/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/files_encryption.po b/l10n/ia/files_encryption.po index 1fae34d8cc0..075ccfc669c 100644 --- a/l10n/ia/files_encryption.po +++ b/l10n/ia/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/files_external.po b/l10n/ia/files_external.po index f840fe05c1b..51c38dce126 100644 --- a/l10n/ia/files_external.po +++ b/l10n/ia/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/files_sharing.po b/l10n/ia/files_sharing.po index 9c831a86e56..2648b60d7a9 100644 --- a/l10n/ia/files_sharing.po +++ b/l10n/ia/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/files_trashbin.po b/l10n/ia/files_trashbin.po index e64cfd2633d..711ce68f351 100644 --- a/l10n/ia/files_trashbin.po +++ b/l10n/ia/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/files_versions.po b/l10n/ia/files_versions.po index 3717ffc9d49..236cc1eb797 100644 --- a/l10n/ia/files_versions.po +++ b/l10n/ia/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/lib.po b/l10n/ia/lib.po index 318fe7a9c63..8c460ce15e4 100644 --- a/l10n/ia/lib.po +++ b/l10n/ia/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index 41b5e193ab1..0c7beb23e9a 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -118,7 +118,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/ia/user_ldap.po b/l10n/ia/user_ldap.po index 456021e477b..5098a66b476 100644 --- a/l10n/ia/user_ldap.po +++ b/l10n/ia/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ia/user_webdavauth.po b/l10n/ia/user_webdavauth.po index dde76722d67..5b5b3f33472 100644 --- a/l10n/ia/user_webdavauth.po +++ b/l10n/ia/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/core.po b/l10n/id/core.po index c45ad98fd2b..0a94ad4da84 100644 --- a/l10n/id/core.po +++ b/l10n/id/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/files.po b/l10n/id/files.po index 998d6e50064..cd5200faba8 100644 --- a/l10n/id/files.po +++ b/l10n/id/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/files_encryption.po b/l10n/id/files_encryption.po index 6adbc04ba96..752d0d3fa58 100644 --- a/l10n/id/files_encryption.po +++ b/l10n/id/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/files_external.po b/l10n/id/files_external.po index 8ee624833af..64d7c1ec65e 100644 --- a/l10n/id/files_external.po +++ b/l10n/id/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/files_sharing.po b/l10n/id/files_sharing.po index 0efab864e76..2fb4cd8cb0c 100644 --- a/l10n/id/files_sharing.po +++ b/l10n/id/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/files_trashbin.po b/l10n/id/files_trashbin.po index fde2b7d5cb9..03ff55760c6 100644 --- a/l10n/id/files_trashbin.po +++ b/l10n/id/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/files_versions.po b/l10n/id/files_versions.po index f63611d434d..a886cd30377 100644 --- a/l10n/id/files_versions.po +++ b/l10n/id/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/lib.po b/l10n/id/lib.po index d014bc056ea..2da890b5eec 100644 --- a/l10n/id/lib.po +++ b/l10n/id/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index 2dcd31a4c75..d9e12876584 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "Gagal ketika memperbarui aplikasi" msgid "Updated" msgstr "Diperbarui" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Menyimpan..." diff --git a/l10n/id/user_ldap.po b/l10n/id/user_ldap.po index b2e46704a2b..f972150841b 100644 --- a/l10n/id/user_ldap.po +++ b/l10n/id/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/id/user_webdavauth.po b/l10n/id/user_webdavauth.po index 0ac81cebe68..89a9bc5bcd3 100644 --- a/l10n/id/user_webdavauth.po +++ b/l10n/id/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/core.po b/l10n/is/core.po index 7fffb7d1dce..ba97904bd6c 100644 --- a/l10n/is/core.po +++ b/l10n/is/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/files.po b/l10n/is/files.po index 3b6c150aeb0..f2748bea441 100644 --- a/l10n/is/files.po +++ b/l10n/is/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/files_encryption.po b/l10n/is/files_encryption.po index e5df846e8bb..d1357c26c4b 100644 --- a/l10n/is/files_encryption.po +++ b/l10n/is/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/files_external.po b/l10n/is/files_external.po index f3914d98cff..f4a26d339d6 100644 --- a/l10n/is/files_external.po +++ b/l10n/is/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/files_sharing.po b/l10n/is/files_sharing.po index 89c5f2cc2af..cab803385d0 100644 --- a/l10n/is/files_sharing.po +++ b/l10n/is/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/files_trashbin.po b/l10n/is/files_trashbin.po index ca786d8b1c0..8955f0bf364 100644 --- a/l10n/is/files_trashbin.po +++ b/l10n/is/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/files_versions.po b/l10n/is/files_versions.po index 5717e05eff9..00eb5c1b8c6 100644 --- a/l10n/is/files_versions.po +++ b/l10n/is/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/lib.po b/l10n/is/lib.po index e64d4205299..3d8e511ed13 100644 --- a/l10n/is/lib.po +++ b/l10n/is/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index eea0a0b3e9b..7a60fd8a20d 100644 --- a/l10n/is/settings.po +++ b/l10n/is/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Er að vista ..." diff --git a/l10n/is/user_ldap.po b/l10n/is/user_ldap.po index 6b6e486032b..fa68224263f 100644 --- a/l10n/is/user_ldap.po +++ b/l10n/is/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/is/user_webdavauth.po b/l10n/is/user_webdavauth.po index d87d79fafbb..66194d2dae2 100644 --- a/l10n/is/user_webdavauth.po +++ b/l10n/is/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/core.po b/l10n/it/core.po index 9abf2d1c045..6eb124460f5 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files.po b/l10n/it/files.po index e4a9e38f1df..dc9bdc115b9 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files_encryption.po b/l10n/it/files_encryption.po index 3839ab13a98..22da6ecfe7b 100644 --- a/l10n/it/files_encryption.po +++ b/l10n/it/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files_external.po b/l10n/it/files_external.po index 5743de999b7..fb50f4d4d86 100644 --- a/l10n/it/files_external.po +++ b/l10n/it/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files_sharing.po b/l10n/it/files_sharing.po index 38971183ab9..86370c04eab 100644 --- a/l10n/it/files_sharing.po +++ b/l10n/it/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files_trashbin.po b/l10n/it/files_trashbin.po index 4a03d9e7359..a585ede3939 100644 --- a/l10n/it/files_trashbin.po +++ b/l10n/it/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/files_versions.po b/l10n/it/files_versions.po index 1acb6a0db02..24390f266e1 100644 --- a/l10n/it/files_versions.po +++ b/l10n/it/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/lib.po b/l10n/it/lib.po index 4daad98778f..178f9da6cc0 100644 --- a/l10n/it/lib.po +++ b/l10n/it/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 06ec6749b51..4e47bbc088f 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "Errore durante l'aggiornamento" msgid "Updated" msgstr "Aggiornato" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Salvataggio in corso..." diff --git a/l10n/it/user_ldap.po b/l10n/it/user_ldap.po index 780bc6319cd..4cc1f418266 100644 --- a/l10n/it/user_ldap.po +++ b/l10n/it/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/it/user_webdavauth.po b/l10n/it/user_webdavauth.po index 3dca23310fc..f88d74e447e 100644 --- a/l10n/it/user_webdavauth.po +++ b/l10n/it/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index ebe76b82ec0..fd5f9d065cb 100644 --- a/l10n/ja_JP/core.po +++ b/l10n/ja_JP/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index 8ea8587439c..8348f354bdf 100644 --- a/l10n/ja_JP/files.po +++ b/l10n/ja_JP/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/files_encryption.po b/l10n/ja_JP/files_encryption.po index 4d2e89a2591..474babe04a7 100644 --- a/l10n/ja_JP/files_encryption.po +++ b/l10n/ja_JP/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/files_external.po b/l10n/ja_JP/files_external.po index b084e4a0664..ad9c4adb747 100644 --- a/l10n/ja_JP/files_external.po +++ b/l10n/ja_JP/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/files_sharing.po b/l10n/ja_JP/files_sharing.po index 876ebabb366..443064306d4 100644 --- a/l10n/ja_JP/files_sharing.po +++ b/l10n/ja_JP/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/files_trashbin.po b/l10n/ja_JP/files_trashbin.po index f16dc84de56..2130acb86f6 100644 --- a/l10n/ja_JP/files_trashbin.po +++ b/l10n/ja_JP/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/files_versions.po b/l10n/ja_JP/files_versions.po index d052012496b..480fb5e1fef 100644 --- a/l10n/ja_JP/files_versions.po +++ b/l10n/ja_JP/files_versions.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/lib.po b/l10n/ja_JP/lib.po index 8d6bc8df10b..047e7df7cbf 100644 --- a/l10n/ja_JP/lib.po +++ b/l10n/ja_JP/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po index 265d861a3de..2cb5b86b575 100644 --- a/l10n/ja_JP/settings.po +++ b/l10n/ja_JP/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "アプリの更新中にエラーが発生" msgid "Updated" msgstr "更新済み" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "保存中..." diff --git a/l10n/ja_JP/user_ldap.po b/l10n/ja_JP/user_ldap.po index 75cc31572a6..d5116ad2263 100644 --- a/l10n/ja_JP/user_ldap.po +++ b/l10n/ja_JP/user_ldap.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ja_JP/user_webdavauth.po b/l10n/ja_JP/user_webdavauth.po index 3b17802d245..2341b9f95c7 100644 --- a/l10n/ja_JP/user_webdavauth.po +++ b/l10n/ja_JP/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/core.po b/l10n/ka/core.po index cb2aaf68fff..63d4dff145e 100644 --- a/l10n/ka/core.po +++ b/l10n/ka/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/files.po b/l10n/ka/files.po index 93cf94b26ab..6dcd0b94c0b 100644 --- a/l10n/ka/files.po +++ b/l10n/ka/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/files_encryption.po b/l10n/ka/files_encryption.po index adea9e1d6f3..357e27ab92d 100644 --- a/l10n/ka/files_encryption.po +++ b/l10n/ka/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/files_external.po b/l10n/ka/files_external.po index 5a7c8676410..1d2bb5cb2b0 100644 --- a/l10n/ka/files_external.po +++ b/l10n/ka/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/files_sharing.po b/l10n/ka/files_sharing.po index 3d6704f80be..622310cbd5b 100644 --- a/l10n/ka/files_sharing.po +++ b/l10n/ka/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/files_trashbin.po b/l10n/ka/files_trashbin.po index f1f26c53ddd..e26f005489c 100644 --- a/l10n/ka/files_trashbin.po +++ b/l10n/ka/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/files_versions.po b/l10n/ka/files_versions.po index 55ea3250c21..302be1bdbfa 100644 --- a/l10n/ka/files_versions.po +++ b/l10n/ka/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/lib.po b/l10n/ka/lib.po index c401f407ac9..299b3686fb2 100644 --- a/l10n/ka/lib.po +++ b/l10n/ka/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/settings.po b/l10n/ka/settings.po index 1d2ec64e034..0a85ca4431c 100644 --- a/l10n/ka/settings.po +++ b/l10n/ka/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/ka/user_ldap.po b/l10n/ka/user_ldap.po index 0dfd81d2bb1..1396bede36a 100644 --- a/l10n/ka/user_ldap.po +++ b/l10n/ka/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka/user_webdavauth.po b/l10n/ka/user_webdavauth.po index 9cc3db2b602..5433bc595c7 100644 --- a/l10n/ka/user_webdavauth.po +++ b/l10n/ka/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index 8da06db4327..ea4a85683bd 100644 --- a/l10n/ka_GE/core.po +++ b/l10n/ka_GE/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index b23917765ca..d0e564db200 100644 --- a/l10n/ka_GE/files.po +++ b/l10n/ka_GE/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/files_encryption.po b/l10n/ka_GE/files_encryption.po index b1bc0515476..538122996f9 100644 --- a/l10n/ka_GE/files_encryption.po +++ b/l10n/ka_GE/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/files_external.po b/l10n/ka_GE/files_external.po index 54bce79203f..29e278e6e52 100644 --- a/l10n/ka_GE/files_external.po +++ b/l10n/ka_GE/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/files_sharing.po b/l10n/ka_GE/files_sharing.po index 0d46e1c1a5c..968899752de 100644 --- a/l10n/ka_GE/files_sharing.po +++ b/l10n/ka_GE/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/files_trashbin.po b/l10n/ka_GE/files_trashbin.po index ec48b3823a7..3ed31fdce60 100644 --- a/l10n/ka_GE/files_trashbin.po +++ b/l10n/ka_GE/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/files_versions.po b/l10n/ka_GE/files_versions.po index ecda637d054..13de4c38f4e 100644 --- a/l10n/ka_GE/files_versions.po +++ b/l10n/ka_GE/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/lib.po b/l10n/ka_GE/lib.po index c36273be033..87dbc9fbb62 100644 --- a/l10n/ka_GE/lib.po +++ b/l10n/ka_GE/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index dd0f972d507..46d26abbd50 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -118,7 +118,7 @@ msgstr "შეცდომა აპლიკაციის განახლ msgid "Updated" msgstr "განახლებულია" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "შენახვა..." diff --git a/l10n/ka_GE/user_ldap.po b/l10n/ka_GE/user_ldap.po index 69e1df8eac5..6931493d23f 100644 --- a/l10n/ka_GE/user_ldap.po +++ b/l10n/ka_GE/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ka_GE/user_webdavauth.po b/l10n/ka_GE/user_webdavauth.po index 48f9fba8665..a6662b7e112 100644 --- a/l10n/ka_GE/user_webdavauth.po +++ b/l10n/ka_GE/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/core.po b/l10n/kn/core.po index 1a32e4aae26..481dd8e0bb7 100644 --- a/l10n/kn/core.po +++ b/l10n/kn/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/files.po b/l10n/kn/files.po index 60c8c634e2c..1345b2d0fea 100644 --- a/l10n/kn/files.po +++ b/l10n/kn/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/files_encryption.po b/l10n/kn/files_encryption.po index 13626aad5a4..dba23393eab 100644 --- a/l10n/kn/files_encryption.po +++ b/l10n/kn/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/files_external.po b/l10n/kn/files_external.po index 60bd0f142f0..ed14ed557d6 100644 --- a/l10n/kn/files_external.po +++ b/l10n/kn/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/files_sharing.po b/l10n/kn/files_sharing.po index 04f82d2e654..e561733a106 100644 --- a/l10n/kn/files_sharing.po +++ b/l10n/kn/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/files_trashbin.po b/l10n/kn/files_trashbin.po index 3547c1bf8bf..12ddf3ce859 100644 --- a/l10n/kn/files_trashbin.po +++ b/l10n/kn/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/files_versions.po b/l10n/kn/files_versions.po index a8249bb2ba7..c15d71b56c3 100644 --- a/l10n/kn/files_versions.po +++ b/l10n/kn/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/lib.po b/l10n/kn/lib.po index dce059b9c80..b921bdf20dc 100644 --- a/l10n/kn/lib.po +++ b/l10n/kn/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/settings.po b/l10n/kn/settings.po index 9dbdfea6144..c49b26512b3 100644 --- a/l10n/kn/settings.po +++ b/l10n/kn/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/kn/user_ldap.po b/l10n/kn/user_ldap.po index 1b252cb4194..76ed5e5bc50 100644 --- a/l10n/kn/user_ldap.po +++ b/l10n/kn/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/kn/user_webdavauth.po b/l10n/kn/user_webdavauth.po index c4192a2576d..1dde34b41e3 100644 --- a/l10n/kn/user_webdavauth.po +++ b/l10n/kn/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/core.po b/l10n/ko/core.po index aa6678269d5..a4c7b6bbb9d 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 454decde7b8..08e22f63b54 100644 --- a/l10n/ko/files.po +++ b/l10n/ko/files.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/files_encryption.po b/l10n/ko/files_encryption.po index 874e4832409..9a2fc1b35bd 100644 --- a/l10n/ko/files_encryption.po +++ b/l10n/ko/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/files_external.po b/l10n/ko/files_external.po index ceb77ef9772..b2dbdea9bd8 100644 --- a/l10n/ko/files_external.po +++ b/l10n/ko/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/files_sharing.po b/l10n/ko/files_sharing.po index eacbe1a4ebc..9810e11baf7 100644 --- a/l10n/ko/files_sharing.po +++ b/l10n/ko/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/files_trashbin.po b/l10n/ko/files_trashbin.po index 4da8a759ef8..fae4215410b 100644 --- a/l10n/ko/files_trashbin.po +++ b/l10n/ko/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/files_versions.po b/l10n/ko/files_versions.po index 2e8f8fec0f5..101de33dbe4 100644 --- a/l10n/ko/files_versions.po +++ b/l10n/ko/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/lib.po b/l10n/ko/lib.po index cc102819885..c70b3eeb9e6 100644 --- a/l10n/ko/lib.po +++ b/l10n/ko/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index 3ff506d4a95..098a8eef8f2 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "저장 중..." diff --git a/l10n/ko/user_ldap.po b/l10n/ko/user_ldap.po index 299a770209a..12de201d716 100644 --- a/l10n/ko/user_ldap.po +++ b/l10n/ko/user_ldap.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ko/user_webdavauth.po b/l10n/ko/user_webdavauth.po index b3a842c9f9f..02c3920ceba 100644 --- a/l10n/ko/user_webdavauth.po +++ b/l10n/ko/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 1a5f27625fd..214b67e0c49 100644 --- a/l10n/ku_IQ/core.po +++ b/l10n/ku_IQ/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po index 8a381380be8..1ea4fe01e85 100644 --- a/l10n/ku_IQ/files.po +++ b/l10n/ku_IQ/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/files_encryption.po b/l10n/ku_IQ/files_encryption.po index e8ffbf31f91..afa8a7eff00 100644 --- a/l10n/ku_IQ/files_encryption.po +++ b/l10n/ku_IQ/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/files_external.po b/l10n/ku_IQ/files_external.po index 615505f25c1..0ebebe40748 100644 --- a/l10n/ku_IQ/files_external.po +++ b/l10n/ku_IQ/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/files_sharing.po b/l10n/ku_IQ/files_sharing.po index fc8210c0549..5294fa10422 100644 --- a/l10n/ku_IQ/files_sharing.po +++ b/l10n/ku_IQ/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/files_trashbin.po b/l10n/ku_IQ/files_trashbin.po index 7f649909e07..466bf259a35 100644 --- a/l10n/ku_IQ/files_trashbin.po +++ b/l10n/ku_IQ/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/files_versions.po b/l10n/ku_IQ/files_versions.po index 149ad35dbfe..8f2cdbd21e8 100644 --- a/l10n/ku_IQ/files_versions.po +++ b/l10n/ku_IQ/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/lib.po b/l10n/ku_IQ/lib.po index 72e87c63121..4a9acfed363 100644 --- a/l10n/ku_IQ/lib.po +++ b/l10n/ku_IQ/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po index 0d5a13796ad..2c83b2fbbfe 100644 --- a/l10n/ku_IQ/settings.po +++ b/l10n/ku_IQ/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "پاشکهوتدهکات..." diff --git a/l10n/ku_IQ/user_ldap.po b/l10n/ku_IQ/user_ldap.po index 89de1afb37c..cc74bf7a413 100644 --- a/l10n/ku_IQ/user_ldap.po +++ b/l10n/ku_IQ/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ku_IQ/user_webdavauth.po b/l10n/ku_IQ/user_webdavauth.po index 3acc0982493..e623bd161b4 100644 --- a/l10n/ku_IQ/user_webdavauth.po +++ b/l10n/ku_IQ/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/core.po b/l10n/lb/core.po index 604cdfeb85f..f7fd0855757 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/files.po b/l10n/lb/files.po index 96058281e73..8aa5780abdf 100644 --- a/l10n/lb/files.po +++ b/l10n/lb/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/files_encryption.po b/l10n/lb/files_encryption.po index 1eca9f95801..0632e6b5ab9 100644 --- a/l10n/lb/files_encryption.po +++ b/l10n/lb/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/files_external.po b/l10n/lb/files_external.po index b923b07ae80..e0bf824f956 100644 --- a/l10n/lb/files_external.po +++ b/l10n/lb/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/files_sharing.po b/l10n/lb/files_sharing.po index 972dce02780..a8c12d1704a 100644 --- a/l10n/lb/files_sharing.po +++ b/l10n/lb/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/files_trashbin.po b/l10n/lb/files_trashbin.po index d774d9ccdce..046e687bd2e 100644 --- a/l10n/lb/files_trashbin.po +++ b/l10n/lb/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/files_versions.po b/l10n/lb/files_versions.po index d28d02613bc..0daea383b9d 100644 --- a/l10n/lb/files_versions.po +++ b/l10n/lb/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/lib.po b/l10n/lb/lib.po index de22578b7ff..39159b7fc20 100644 --- a/l10n/lb/lib.po +++ b/l10n/lb/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index c80db5e8316..c657f9b7287 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Speicheren..." diff --git a/l10n/lb/user_ldap.po b/l10n/lb/user_ldap.po index f1d3a5397de..43ff3ad1b16 100644 --- a/l10n/lb/user_ldap.po +++ b/l10n/lb/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lb/user_webdavauth.po b/l10n/lb/user_webdavauth.po index 2b1c6404d5e..093341b3d26 100644 --- a/l10n/lb/user_webdavauth.po +++ b/l10n/lb/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index 7c12af72de2..ad04a7e8c8c 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index d2a357328a3..7bc5f5a3e2e 100644 --- a/l10n/lt_LT/files.po +++ b/l10n/lt_LT/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/files_encryption.po b/l10n/lt_LT/files_encryption.po index 34e4264e6c5..a3629e2cc4f 100644 --- a/l10n/lt_LT/files_encryption.po +++ b/l10n/lt_LT/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/files_external.po b/l10n/lt_LT/files_external.po index 89e5eb1d39a..de18742d785 100644 --- a/l10n/lt_LT/files_external.po +++ b/l10n/lt_LT/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/files_sharing.po b/l10n/lt_LT/files_sharing.po index c4369f8248a..a2553793fbd 100644 --- a/l10n/lt_LT/files_sharing.po +++ b/l10n/lt_LT/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/files_trashbin.po b/l10n/lt_LT/files_trashbin.po index 81179965774..f427f0e01f6 100644 --- a/l10n/lt_LT/files_trashbin.po +++ b/l10n/lt_LT/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/files_versions.po b/l10n/lt_LT/files_versions.po index 5530b9feaf2..15720277429 100644 --- a/l10n/lt_LT/files_versions.po +++ b/l10n/lt_LT/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/lib.po b/l10n/lt_LT/lib.po index 798d9c6cb17..766f8e06e9b 100644 --- a/l10n/lt_LT/lib.po +++ b/l10n/lt_LT/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 838d97af346..79929cea325 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -118,7 +118,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Saugoma.." diff --git a/l10n/lt_LT/user_ldap.po b/l10n/lt_LT/user_ldap.po index bf16727734f..a27f44400d6 100644 --- a/l10n/lt_LT/user_ldap.po +++ b/l10n/lt_LT/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lt_LT/user_webdavauth.po b/l10n/lt_LT/user_webdavauth.po index 086cccfdd24..9f842d85396 100644 --- a/l10n/lt_LT/user_webdavauth.po +++ b/l10n/lt_LT/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index a7c8d5630cb..921311120e4 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index b59d7a6bfa9..de2375feaab 100644 --- a/l10n/lv/files.po +++ b/l10n/lv/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/files_encryption.po b/l10n/lv/files_encryption.po index cd156c95e83..2b049a1c7e1 100644 --- a/l10n/lv/files_encryption.po +++ b/l10n/lv/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/files_external.po b/l10n/lv/files_external.po index 8e5ca0c8415..0c6f6526303 100644 --- a/l10n/lv/files_external.po +++ b/l10n/lv/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/files_sharing.po b/l10n/lv/files_sharing.po index 74aca9c22a5..eba98a874e5 100644 --- a/l10n/lv/files_sharing.po +++ b/l10n/lv/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/files_trashbin.po b/l10n/lv/files_trashbin.po index 5cc002eaa11..66670fca8c4 100644 --- a/l10n/lv/files_trashbin.po +++ b/l10n/lv/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/files_versions.po b/l10n/lv/files_versions.po index 095a8a33b59..9c9098fdd98 100644 --- a/l10n/lv/files_versions.po +++ b/l10n/lv/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/lib.po b/l10n/lv/lib.po index 42c9ad2273d..1d47fb37934 100644 --- a/l10n/lv/lib.po +++ b/l10n/lv/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index ee26dbf4f4a..fd7f24987d9 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "Kļūda, atjauninot lietotni" msgid "Updated" msgstr "Atjaunināta" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Saglabā..." diff --git a/l10n/lv/user_ldap.po b/l10n/lv/user_ldap.po index 5b474e294c6..d90ac74dcb7 100644 --- a/l10n/lv/user_ldap.po +++ b/l10n/lv/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/lv/user_webdavauth.po b/l10n/lv/user_webdavauth.po index 0874111e98e..d866091dc06 100644 --- a/l10n/lv/user_webdavauth.po +++ b/l10n/lv/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index d5c1c8cd7d7..81face26f61 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index 48c74acdf5b..f6c46aea44b 100644 --- a/l10n/mk/files.po +++ b/l10n/mk/files.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/files_encryption.po b/l10n/mk/files_encryption.po index 4a1a4c47ff5..2d19fc17650 100644 --- a/l10n/mk/files_encryption.po +++ b/l10n/mk/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/files_external.po b/l10n/mk/files_external.po index 7326c9f28fe..fe3c3493235 100644 --- a/l10n/mk/files_external.po +++ b/l10n/mk/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/files_sharing.po b/l10n/mk/files_sharing.po index 374577a7443..8f8d15bd33d 100644 --- a/l10n/mk/files_sharing.po +++ b/l10n/mk/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/files_trashbin.po b/l10n/mk/files_trashbin.po index bcda3004eb3..5b9f5e38cac 100644 --- a/l10n/mk/files_trashbin.po +++ b/l10n/mk/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/files_versions.po b/l10n/mk/files_versions.po index 84dee8dad3c..0f47e5a9dd9 100644 --- a/l10n/mk/files_versions.po +++ b/l10n/mk/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/lib.po b/l10n/mk/lib.po index 98e3ad70859..6ee33715829 100644 --- a/l10n/mk/lib.po +++ b/l10n/mk/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index 3235daed114..6294b438afc 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Снимам..." diff --git a/l10n/mk/user_ldap.po b/l10n/mk/user_ldap.po index a6395bcf5ae..bf3591d3a7c 100644 --- a/l10n/mk/user_ldap.po +++ b/l10n/mk/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/mk/user_webdavauth.po b/l10n/mk/user_webdavauth.po index e19772ebc70..f396468a5d5 100644 --- a/l10n/mk/user_webdavauth.po +++ b/l10n/mk/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index 057c4b98a74..f15ffdc57f2 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index 0ff8b67f0b0..e6c9a00ff36 100644 --- a/l10n/ms_MY/files.po +++ b/l10n/ms_MY/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/files_encryption.po b/l10n/ms_MY/files_encryption.po index 2704af4e7db..9515dfd0de7 100644 --- a/l10n/ms_MY/files_encryption.po +++ b/l10n/ms_MY/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/files_external.po b/l10n/ms_MY/files_external.po index 23fe53ff4bc..8ecc367a1e5 100644 --- a/l10n/ms_MY/files_external.po +++ b/l10n/ms_MY/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/files_sharing.po b/l10n/ms_MY/files_sharing.po index 11553a7aa22..db23a1af3fe 100644 --- a/l10n/ms_MY/files_sharing.po +++ b/l10n/ms_MY/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/files_trashbin.po b/l10n/ms_MY/files_trashbin.po index 78cba637f3a..8c4564ff8db 100644 --- a/l10n/ms_MY/files_trashbin.po +++ b/l10n/ms_MY/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/files_versions.po b/l10n/ms_MY/files_versions.po index d66a36bc7ab..6f1366cd610 100644 --- a/l10n/ms_MY/files_versions.po +++ b/l10n/ms_MY/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/lib.po b/l10n/ms_MY/lib.po index a78f7f6af71..fb311e81a8f 100644 --- a/l10n/ms_MY/lib.po +++ b/l10n/ms_MY/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index 6dd34bb2841..53d5141ad2a 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -120,7 +120,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Simpan..." diff --git a/l10n/ms_MY/user_ldap.po b/l10n/ms_MY/user_ldap.po index 71e5c5675fb..f99ce5db090 100644 --- a/l10n/ms_MY/user_ldap.po +++ b/l10n/ms_MY/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ms_MY/user_webdavauth.po b/l10n/ms_MY/user_webdavauth.po index 51db2d612ec..c2284a13600 100644 --- a/l10n/ms_MY/user_webdavauth.po +++ b/l10n/ms_MY/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po index 5b10a84f571..86a5d60cc6b 100644 --- a/l10n/my_MM/core.po +++ b/l10n/my_MM/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po index 5e8bca7fd69..1c3bdb90876 100644 --- a/l10n/my_MM/files.po +++ b/l10n/my_MM/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/files_encryption.po b/l10n/my_MM/files_encryption.po index 330468c9774..8187a95657c 100644 --- a/l10n/my_MM/files_encryption.po +++ b/l10n/my_MM/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/files_external.po b/l10n/my_MM/files_external.po index 66757d03280..3eb55f030a6 100644 --- a/l10n/my_MM/files_external.po +++ b/l10n/my_MM/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/files_sharing.po b/l10n/my_MM/files_sharing.po index af1867532c9..548c22898bd 100644 --- a/l10n/my_MM/files_sharing.po +++ b/l10n/my_MM/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/files_trashbin.po b/l10n/my_MM/files_trashbin.po index 86cfe943920..dbf87258462 100644 --- a/l10n/my_MM/files_trashbin.po +++ b/l10n/my_MM/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/files_versions.po b/l10n/my_MM/files_versions.po index 062c86e62e3..a2ba5e272de 100644 --- a/l10n/my_MM/files_versions.po +++ b/l10n/my_MM/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/lib.po b/l10n/my_MM/lib.po index 054469003cb..e6d187a22f6 100644 --- a/l10n/my_MM/lib.po +++ b/l10n/my_MM/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/settings.po b/l10n/my_MM/settings.po index f4eaf7ebb8d..3b64f4963b7 100644 --- a/l10n/my_MM/settings.po +++ b/l10n/my_MM/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/my_MM/user_ldap.po b/l10n/my_MM/user_ldap.po index 4bf54c5ddef..11909d9de18 100644 --- a/l10n/my_MM/user_ldap.po +++ b/l10n/my_MM/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/my_MM/user_webdavauth.po b/l10n/my_MM/user_webdavauth.po index 7bd78a09d5c..bfba4e1cd6e 100644 --- a/l10n/my_MM/user_webdavauth.po +++ b/l10n/my_MM/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index bb7ae5b0cfa..3a4eaba426a 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index a3ffbdf4fed..270f2a77d93 100644 --- a/l10n/nb_NO/files.po +++ b/l10n/nb_NO/files.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files_encryption.po b/l10n/nb_NO/files_encryption.po index e584a2b4716..a4f3b39ecb1 100644 --- a/l10n/nb_NO/files_encryption.po +++ b/l10n/nb_NO/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files_external.po b/l10n/nb_NO/files_external.po index 9f22c654ccf..24d044818d0 100644 --- a/l10n/nb_NO/files_external.po +++ b/l10n/nb_NO/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files_sharing.po b/l10n/nb_NO/files_sharing.po index a34b1e92096..aab4069ed7a 100644 --- a/l10n/nb_NO/files_sharing.po +++ b/l10n/nb_NO/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files_trashbin.po b/l10n/nb_NO/files_trashbin.po index 41f5263d0d2..dde092aba96 100644 --- a/l10n/nb_NO/files_trashbin.po +++ b/l10n/nb_NO/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/files_versions.po b/l10n/nb_NO/files_versions.po index 983a89bf402..5f9387a60ff 100644 --- a/l10n/nb_NO/files_versions.po +++ b/l10n/nb_NO/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/lib.po b/l10n/nb_NO/lib.po index 30fc6e562ca..ac2d472e3aa 100644 --- a/l10n/nb_NO/lib.po +++ b/l10n/nb_NO/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 2c505cf1a2f..4f57396323f 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -124,7 +124,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Lagrer..." diff --git a/l10n/nb_NO/user_ldap.po b/l10n/nb_NO/user_ldap.po index ce3caf482b8..3102274ae54 100644 --- a/l10n/nb_NO/user_ldap.po +++ b/l10n/nb_NO/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nb_NO/user_webdavauth.po b/l10n/nb_NO/user_webdavauth.po index c11bcf1619a..0bdc4ebc7b0 100644 --- a/l10n/nb_NO/user_webdavauth.po +++ b/l10n/nb_NO/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/core.po b/l10n/ne/core.po index f1c0c77ebf6..fb5ac097bd4 100644 --- a/l10n/ne/core.po +++ b/l10n/ne/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/files.po b/l10n/ne/files.po index ed60ef595bc..186deace5c6 100644 --- a/l10n/ne/files.po +++ b/l10n/ne/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/files_encryption.po b/l10n/ne/files_encryption.po index c6346833fad..adf3985dab2 100644 --- a/l10n/ne/files_encryption.po +++ b/l10n/ne/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/files_external.po b/l10n/ne/files_external.po index 0f0c2811637..bacdd213350 100644 --- a/l10n/ne/files_external.po +++ b/l10n/ne/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/files_sharing.po b/l10n/ne/files_sharing.po index 2eecd24e2b9..e18a1db2d77 100644 --- a/l10n/ne/files_sharing.po +++ b/l10n/ne/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/files_trashbin.po b/l10n/ne/files_trashbin.po index aa7b4136e28..16034c1cb48 100644 --- a/l10n/ne/files_trashbin.po +++ b/l10n/ne/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/files_versions.po b/l10n/ne/files_versions.po index b318af6e7ee..234a1c0d8f3 100644 --- a/l10n/ne/files_versions.po +++ b/l10n/ne/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/lib.po b/l10n/ne/lib.po index c8340a3f31d..3a91dd5e2d7 100644 --- a/l10n/ne/lib.po +++ b/l10n/ne/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/settings.po b/l10n/ne/settings.po index 21112ba3057..90251cee265 100644 --- a/l10n/ne/settings.po +++ b/l10n/ne/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/ne/user_ldap.po b/l10n/ne/user_ldap.po index 67b13367777..a589c8483df 100644 --- a/l10n/ne/user_ldap.po +++ b/l10n/ne/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ne/user_webdavauth.po b/l10n/ne/user_webdavauth.po index 9db1e1b1801..64e025a6bec 100644 --- a/l10n/ne/user_webdavauth.po +++ b/l10n/ne/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 3238df3e9b2..391f1ef71eb 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index b551cb1c205..a3c69c4f2d4 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/files.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files_encryption.po b/l10n/nl/files_encryption.po index f716ee20fa5..76bec865680 100644 --- a/l10n/nl/files_encryption.po +++ b/l10n/nl/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files_external.po b/l10n/nl/files_external.po index 14fa7898a5b..f1fefe88e17 100644 --- a/l10n/nl/files_external.po +++ b/l10n/nl/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files_sharing.po b/l10n/nl/files_sharing.po index 0bdafc35318..e64ffbe44bf 100644 --- a/l10n/nl/files_sharing.po +++ b/l10n/nl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files_trashbin.po b/l10n/nl/files_trashbin.po index 546c51510de..c80e748b44b 100644 --- a/l10n/nl/files_trashbin.po +++ b/l10n/nl/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/files_versions.po b/l10n/nl/files_versions.po index 3171f1345a7..9254c97a290 100644 --- a/l10n/nl/files_versions.po +++ b/l10n/nl/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po index 8240ed69eea..cddcc754693 100644 --- a/l10n/nl/lib.po +++ b/l10n/nl/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index b7808c80600..34b223ac45c 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -128,7 +128,7 @@ msgstr "Fout bij bijwerken app" msgid "Updated" msgstr "Bijgewerkt" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Aan het bewaren....." diff --git a/l10n/nl/user_ldap.po b/l10n/nl/user_ldap.po index 8955fc084a4..2e4e387628c 100644 --- a/l10n/nl/user_ldap.po +++ b/l10n/nl/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nl/user_webdavauth.po b/l10n/nl/user_webdavauth.po index e1e3d510ba9..90490f9dd96 100644 --- a/l10n/nl/user_webdavauth.po +++ b/l10n/nl/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 83a1b479fa1..40265bd47a4 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po index b71321ee988..ff7697f86e9 100644 --- a/l10n/nn_NO/files.po +++ b/l10n/nn_NO/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/files_encryption.po b/l10n/nn_NO/files_encryption.po index 4c044b70466..ef0923d2a48 100644 --- a/l10n/nn_NO/files_encryption.po +++ b/l10n/nn_NO/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/files_external.po b/l10n/nn_NO/files_external.po index fb03e3cb375..88b567ae902 100644 --- a/l10n/nn_NO/files_external.po +++ b/l10n/nn_NO/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/files_sharing.po b/l10n/nn_NO/files_sharing.po index 877f89fbd4b..296e7f5ae10 100644 --- a/l10n/nn_NO/files_sharing.po +++ b/l10n/nn_NO/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/files_trashbin.po b/l10n/nn_NO/files_trashbin.po index 43b1a71c81e..1924d58a153 100644 --- a/l10n/nn_NO/files_trashbin.po +++ b/l10n/nn_NO/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/files_versions.po b/l10n/nn_NO/files_versions.po index f9421355e4a..3ab98c30537 100644 --- a/l10n/nn_NO/files_versions.po +++ b/l10n/nn_NO/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/lib.po b/l10n/nn_NO/lib.po index f816e938489..483f3ee52eb 100644 --- a/l10n/nn_NO/lib.po +++ b/l10n/nn_NO/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index 25710dd5297..a273c96f065 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -118,7 +118,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/nn_NO/user_ldap.po b/l10n/nn_NO/user_ldap.po index 96d7ea3e908..f15d6449f35 100644 --- a/l10n/nn_NO/user_ldap.po +++ b/l10n/nn_NO/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/nn_NO/user_webdavauth.po b/l10n/nn_NO/user_webdavauth.po index aa8db07cf41..1b5e93f18ca 100644 --- a/l10n/nn_NO/user_webdavauth.po +++ b/l10n/nn_NO/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/core.po b/l10n/oc/core.po index c5edaf4ff0b..9414d1bcf44 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/files.po b/l10n/oc/files.po index 438e64ed3b3..1a86e26f564 100644 --- a/l10n/oc/files.po +++ b/l10n/oc/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/files_encryption.po b/l10n/oc/files_encryption.po index 1d610acbd73..a7fbf592350 100644 --- a/l10n/oc/files_encryption.po +++ b/l10n/oc/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/files_external.po b/l10n/oc/files_external.po index b41f8d964f3..ea558c0a4fc 100644 --- a/l10n/oc/files_external.po +++ b/l10n/oc/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/files_sharing.po b/l10n/oc/files_sharing.po index 5d54968662a..f250912c1ee 100644 --- a/l10n/oc/files_sharing.po +++ b/l10n/oc/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/files_trashbin.po b/l10n/oc/files_trashbin.po index f3ed3d0f412..a631653516f 100644 --- a/l10n/oc/files_trashbin.po +++ b/l10n/oc/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/files_versions.po b/l10n/oc/files_versions.po index 127b1e57b84..eea377d1837 100644 --- a/l10n/oc/files_versions.po +++ b/l10n/oc/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/lib.po b/l10n/oc/lib.po index a41273fdd8d..8ac687287d2 100644 --- a/l10n/oc/lib.po +++ b/l10n/oc/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index e7ec51dfaf1..df9e0929594 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Enregistra..." diff --git a/l10n/oc/user_ldap.po b/l10n/oc/user_ldap.po index 39a8e2f1c68..00048980bfd 100644 --- a/l10n/oc/user_ldap.po +++ b/l10n/oc/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/oc/user_webdavauth.po b/l10n/oc/user_webdavauth.po index 791548b97e6..28e19ba92c0 100644 --- a/l10n/oc/user_webdavauth.po +++ b/l10n/oc/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/core.po b/l10n/pl/core.po index dc589ac76de..91dcac0d464 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/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: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index 5e8ce661c0f..3361b9741f6 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/files.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_encryption.po b/l10n/pl/files_encryption.po index bab982698b1..c2357401d81 100644 --- a/l10n/pl/files_encryption.po +++ b/l10n/pl/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_external.po b/l10n/pl/files_external.po index 6fcbfc009e4..7b747f0ed54 100644 --- a/l10n/pl/files_external.po +++ b/l10n/pl/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_sharing.po b/l10n/pl/files_sharing.po index 447eac36dc9..4007f347ff0 100644 --- a/l10n/pl/files_sharing.po +++ b/l10n/pl/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_trashbin.po b/l10n/pl/files_trashbin.po index 2638a60560c..284ff04071a 100644 --- a/l10n/pl/files_trashbin.po +++ b/l10n/pl/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/files_versions.po b/l10n/pl/files_versions.po index dd854a1b07c..28ab5a893ce 100644 --- a/l10n/pl/files_versions.po +++ b/l10n/pl/files_versions.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/lib.po b/l10n/pl/lib.po index 8eddff3fcd2..195db79fa64 100644 --- a/l10n/pl/lib.po +++ b/l10n/pl/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index 2f7a020b48c..ff5ed02f9b6 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -130,7 +130,7 @@ msgstr "Błąd podczas aktualizacji aplikacji" msgid "Updated" msgstr "Zaktualizowano" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Zapisywanie..." diff --git a/l10n/pl/user_ldap.po b/l10n/pl/user_ldap.po index 842e71256c0..48697cda32f 100644 --- a/l10n/pl/user_ldap.po +++ b/l10n/pl/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl/user_webdavauth.po b/l10n/pl/user_webdavauth.po index 69bfdc793e0..437dc1175da 100644 --- a/l10n/pl/user_webdavauth.po +++ b/l10n/pl/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/core.po b/l10n/pl_PL/core.po index 8fa853d62a5..59dba278777 100644 --- a/l10n/pl_PL/core.po +++ b/l10n/pl_PL/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/files.po b/l10n/pl_PL/files.po index 6ce2bbc8b9e..6c5cbd655cb 100644 --- a/l10n/pl_PL/files.po +++ b/l10n/pl_PL/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/files_encryption.po b/l10n/pl_PL/files_encryption.po index 40ed23e2670..13ec81b2fa5 100644 --- a/l10n/pl_PL/files_encryption.po +++ b/l10n/pl_PL/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/files_external.po b/l10n/pl_PL/files_external.po index eb3f6672bd3..63786d6b427 100644 --- a/l10n/pl_PL/files_external.po +++ b/l10n/pl_PL/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/files_sharing.po b/l10n/pl_PL/files_sharing.po index 8756f2529d5..6bd035fa98c 100644 --- a/l10n/pl_PL/files_sharing.po +++ b/l10n/pl_PL/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/files_trashbin.po b/l10n/pl_PL/files_trashbin.po index f5533795739..7920003d18c 100644 --- a/l10n/pl_PL/files_trashbin.po +++ b/l10n/pl_PL/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/files_versions.po b/l10n/pl_PL/files_versions.po index 08069cd9643..f20407f561a 100644 --- a/l10n/pl_PL/files_versions.po +++ b/l10n/pl_PL/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/lib.po b/l10n/pl_PL/lib.po index be319828848..9f3e48faf18 100644 --- a/l10n/pl_PL/lib.po +++ b/l10n/pl_PL/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/settings.po b/l10n/pl_PL/settings.po index 310263c8cf1..038b200e8ea 100644 --- a/l10n/pl_PL/settings.po +++ b/l10n/pl_PL/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/pl_PL/user_ldap.po b/l10n/pl_PL/user_ldap.po index b6381eee805..9d3f142fb47 100644 --- a/l10n/pl_PL/user_ldap.po +++ b/l10n/pl_PL/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pl_PL/user_webdavauth.po b/l10n/pl_PL/user_webdavauth.po index d867ec10d33..8056a470e99 100644 --- a/l10n/pl_PL/user_webdavauth.po +++ b/l10n/pl_PL/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index b1e1b553e1b..69739f01cb5 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index d28f645f029..1347204dd4b 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files_encryption.po b/l10n/pt_BR/files_encryption.po index 6318bd58df6..66f9c4e0299 100644 --- a/l10n/pt_BR/files_encryption.po +++ b/l10n/pt_BR/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files_external.po b/l10n/pt_BR/files_external.po index 8fb231323c0..9b0ff93c3cc 100644 --- a/l10n/pt_BR/files_external.po +++ b/l10n/pt_BR/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files_sharing.po b/l10n/pt_BR/files_sharing.po index ac7a37a6b8d..52bc451ea0c 100644 --- a/l10n/pt_BR/files_sharing.po +++ b/l10n/pt_BR/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files_trashbin.po b/l10n/pt_BR/files_trashbin.po index 617c6ff2626..728344416d1 100644 --- a/l10n/pt_BR/files_trashbin.po +++ b/l10n/pt_BR/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/files_versions.po b/l10n/pt_BR/files_versions.po index f2f07af012d..72744963485 100644 --- a/l10n/pt_BR/files_versions.po +++ b/l10n/pt_BR/files_versions.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/lib.po b/l10n/pt_BR/lib.po index 8f730781c81..7cb95935495 100644 --- a/l10n/pt_BR/lib.po +++ b/l10n/pt_BR/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index ac98a99c4a0..c7c53c3952a 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -127,7 +127,7 @@ msgstr "Erro ao atualizar aplicativo" msgid "Updated" msgstr "Atualizado" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Guardando..." diff --git a/l10n/pt_BR/user_ldap.po b/l10n/pt_BR/user_ldap.po index bc50282a095..54d37d885bc 100644 --- a/l10n/pt_BR/user_ldap.po +++ b/l10n/pt_BR/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_BR/user_webdavauth.po b/l10n/pt_BR/user_webdavauth.po index beb981284a1..c68169faea4 100644 --- a/l10n/pt_BR/user_webdavauth.po +++ b/l10n/pt_BR/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index 40b04bc4f7c..cde8bb61899 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 0f1a9e59873..6794c27ed34 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/files.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/files_encryption.po b/l10n/pt_PT/files_encryption.po index d6acdfd0e5d..5b7f52b3712 100644 --- a/l10n/pt_PT/files_encryption.po +++ b/l10n/pt_PT/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/files_external.po b/l10n/pt_PT/files_external.po index 5190b300f3a..583bb3bfaf3 100644 --- a/l10n/pt_PT/files_external.po +++ b/l10n/pt_PT/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/files_sharing.po b/l10n/pt_PT/files_sharing.po index 263e69dd587..913b52dd574 100644 --- a/l10n/pt_PT/files_sharing.po +++ b/l10n/pt_PT/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/files_trashbin.po b/l10n/pt_PT/files_trashbin.po index 16bda151758..187d7ecf917 100644 --- a/l10n/pt_PT/files_trashbin.po +++ b/l10n/pt_PT/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/files_versions.po b/l10n/pt_PT/files_versions.po index bf398be73b2..102a1060df2 100644 --- a/l10n/pt_PT/files_versions.po +++ b/l10n/pt_PT/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/lib.po b/l10n/pt_PT/lib.po index 4584e98139b..6e5fe1eea2f 100644 --- a/l10n/pt_PT/lib.po +++ b/l10n/pt_PT/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index a82084a8f3f..a0be25c84ba 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -124,7 +124,7 @@ msgstr "Erro enquanto actualizava a aplicação" msgid "Updated" msgstr "Actualizado" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "A guardar..." diff --git a/l10n/pt_PT/user_ldap.po b/l10n/pt_PT/user_ldap.po index 27ad5c0cee7..a5106e4055f 100644 --- a/l10n/pt_PT/user_ldap.po +++ b/l10n/pt_PT/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/pt_PT/user_webdavauth.po b/l10n/pt_PT/user_webdavauth.po index 27a6435e85c..ba3adcee864 100644 --- a/l10n/pt_PT/user_webdavauth.po +++ b/l10n/pt_PT/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index ff67fb854e4..35676e96cfe 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index 59df2ce6f83..e15f6abff90 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/files.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/files_encryption.po b/l10n/ro/files_encryption.po index 0178c344057..a4aa0e05dfe 100644 --- a/l10n/ro/files_encryption.po +++ b/l10n/ro/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/files_external.po b/l10n/ro/files_external.po index 3dd7b1f334e..104dee15326 100644 --- a/l10n/ro/files_external.po +++ b/l10n/ro/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/files_sharing.po b/l10n/ro/files_sharing.po index 54f7f154913..6dfb5310d78 100644 --- a/l10n/ro/files_sharing.po +++ b/l10n/ro/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/files_trashbin.po b/l10n/ro/files_trashbin.po index ba7c983acd0..1c2d7260a9b 100644 --- a/l10n/ro/files_trashbin.po +++ b/l10n/ro/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/files_versions.po b/l10n/ro/files_versions.po index 1a1e9ab27d0..0648c9a78ca 100644 --- a/l10n/ro/files_versions.po +++ b/l10n/ro/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/lib.po b/l10n/ro/lib.po index 34b7915c681..1453bbf7543 100644 --- a/l10n/ro/lib.po +++ b/l10n/ro/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index bff150ffa8a..942cb3c8edc 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Salvez..." diff --git a/l10n/ro/user_ldap.po b/l10n/ro/user_ldap.po index 44e5fa0d0be..7d04a5cc4f0 100644 --- a/l10n/ro/user_ldap.po +++ b/l10n/ro/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ro/user_webdavauth.po b/l10n/ro/user_webdavauth.po index 6109a77f94f..637e3bf0269 100644 --- a/l10n/ro/user_webdavauth.po +++ b/l10n/ro/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 127eea8e44d..6f4f8a3c681 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index 11afccd3a66..d532da2e90a 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_encryption.po b/l10n/ru/files_encryption.po index 10d0dee2c7a..414201060bd 100644 --- a/l10n/ru/files_encryption.po +++ b/l10n/ru/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_external.po b/l10n/ru/files_external.po index 51708e8373b..5054c5c61d2 100644 --- a/l10n/ru/files_external.po +++ b/l10n/ru/files_external.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_sharing.po b/l10n/ru/files_sharing.po index f63d64a4a08..1278347ec84 100644 --- a/l10n/ru/files_sharing.po +++ b/l10n/ru/files_sharing.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_trashbin.po b/l10n/ru/files_trashbin.po index ef193b63245..45af8ef8130 100644 --- a/l10n/ru/files_trashbin.po +++ b/l10n/ru/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/files_versions.po b/l10n/ru/files_versions.po index 304ee7eaccf..da5a0e02283 100644 --- a/l10n/ru/files_versions.po +++ b/l10n/ru/files_versions.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/lib.po b/l10n/ru/lib.po index 241423458fc..50cad3c909f 100644 --- a/l10n/ru/lib.po +++ b/l10n/ru/lib.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index 32b4ecffafe..2b06278427c 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -131,7 +131,7 @@ msgstr "Ошибка в процессе обновления приложени msgid "Updated" msgstr "Обновлено" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Сохранение..." diff --git a/l10n/ru/user_ldap.po b/l10n/ru/user_ldap.po index 1cdc528b1f4..96e71415b22 100644 --- a/l10n/ru/user_ldap.po +++ b/l10n/ru/user_ldap.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru/user_webdavauth.po b/l10n/ru/user_webdavauth.po index cb9787729a8..c402a174582 100644 --- a/l10n/ru/user_webdavauth.po +++ b/l10n/ru/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/core.po b/l10n/ru_RU/core.po index 78a7e92ad42..b6aa78f2ae7 100644 --- a/l10n/ru_RU/core.po +++ b/l10n/ru_RU/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/files.po b/l10n/ru_RU/files.po index e0b7ef7d14a..4e3eddace56 100644 --- a/l10n/ru_RU/files.po +++ b/l10n/ru_RU/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/files_encryption.po b/l10n/ru_RU/files_encryption.po index 475cc21624b..e9f3e4b2039 100644 --- a/l10n/ru_RU/files_encryption.po +++ b/l10n/ru_RU/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/files_external.po b/l10n/ru_RU/files_external.po index f0db491af62..43604ee0162 100644 --- a/l10n/ru_RU/files_external.po +++ b/l10n/ru_RU/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/files_sharing.po b/l10n/ru_RU/files_sharing.po index b2e253d777d..2f1f872d545 100644 --- a/l10n/ru_RU/files_sharing.po +++ b/l10n/ru_RU/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/files_trashbin.po b/l10n/ru_RU/files_trashbin.po index 88f31b8ae78..dd27b348b3b 100644 --- a/l10n/ru_RU/files_trashbin.po +++ b/l10n/ru_RU/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/files_versions.po b/l10n/ru_RU/files_versions.po index c61d6b50a30..8931ebb796c 100644 --- a/l10n/ru_RU/files_versions.po +++ b/l10n/ru_RU/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/lib.po b/l10n/ru_RU/lib.po index b230b541d5f..5903c5b4edf 100644 --- a/l10n/ru_RU/lib.po +++ b/l10n/ru_RU/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po index f8ec1a9f654..09c56fb8284 100644 --- a/l10n/ru_RU/settings.po +++ b/l10n/ru_RU/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -118,7 +118,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Сохранение" diff --git a/l10n/ru_RU/user_ldap.po b/l10n/ru_RU/user_ldap.po index 8d689953482..3ee3d471450 100644 --- a/l10n/ru_RU/user_ldap.po +++ b/l10n/ru_RU/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ru_RU/user_webdavauth.po b/l10n/ru_RU/user_webdavauth.po index c7942c0aacc..8223c3dc9ba 100644 --- a/l10n/ru_RU/user_webdavauth.po +++ b/l10n/ru_RU/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index 5d59a87c19f..bd225017a61 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index b3eb4cde336..3b5c8990fbb 100644 --- a/l10n/si_LK/files.po +++ b/l10n/si_LK/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/files_encryption.po b/l10n/si_LK/files_encryption.po index 7eac34c9bad..3e1361874ca 100644 --- a/l10n/si_LK/files_encryption.po +++ b/l10n/si_LK/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/files_external.po b/l10n/si_LK/files_external.po index 105ab59caba..13c3bd6a621 100644 --- a/l10n/si_LK/files_external.po +++ b/l10n/si_LK/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/files_sharing.po b/l10n/si_LK/files_sharing.po index b2714042dd3..d4a15ed8444 100644 --- a/l10n/si_LK/files_sharing.po +++ b/l10n/si_LK/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/files_trashbin.po b/l10n/si_LK/files_trashbin.po index 8d505239eb2..bc2af0ccec8 100644 --- a/l10n/si_LK/files_trashbin.po +++ b/l10n/si_LK/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/files_versions.po b/l10n/si_LK/files_versions.po index 4c83ca1d0e6..eb2829745c7 100644 --- a/l10n/si_LK/files_versions.po +++ b/l10n/si_LK/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/lib.po b/l10n/si_LK/lib.po index 11a0c7fff20..6a13f369cf0 100644 --- a/l10n/si_LK/lib.po +++ b/l10n/si_LK/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index 0812e022750..ecb6a7c40f7 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "සුරැකෙමින් පවතී..." diff --git a/l10n/si_LK/user_ldap.po b/l10n/si_LK/user_ldap.po index b9faaaba983..3fdeae7d3a3 100644 --- a/l10n/si_LK/user_ldap.po +++ b/l10n/si_LK/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/si_LK/user_webdavauth.po b/l10n/si_LK/user_webdavauth.po index ada80e75d6b..cb5a2e879d3 100644 --- a/l10n/si_LK/user_webdavauth.po +++ b/l10n/si_LK/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/core.po b/l10n/sk/core.po index bc430f23eeb..585de750f26 100644 --- a/l10n/sk/core.po +++ b/l10n/sk/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/files.po b/l10n/sk/files.po index 85c7273021c..858044fcb80 100644 --- a/l10n/sk/files.po +++ b/l10n/sk/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/files_encryption.po b/l10n/sk/files_encryption.po index dfa8be5d6ed..0e065e27956 100644 --- a/l10n/sk/files_encryption.po +++ b/l10n/sk/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/files_external.po b/l10n/sk/files_external.po index efcc8422942..f99201a5587 100644 --- a/l10n/sk/files_external.po +++ b/l10n/sk/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/files_sharing.po b/l10n/sk/files_sharing.po index 609ac22383d..1b12c173860 100644 --- a/l10n/sk/files_sharing.po +++ b/l10n/sk/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/files_trashbin.po b/l10n/sk/files_trashbin.po index b616563274d..725fce01267 100644 --- a/l10n/sk/files_trashbin.po +++ b/l10n/sk/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/files_versions.po b/l10n/sk/files_versions.po index 3d146dfb02c..7157752d710 100644 --- a/l10n/sk/files_versions.po +++ b/l10n/sk/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/lib.po b/l10n/sk/lib.po index 45bcc4a9598..63f7ea5ee0c 100644 --- a/l10n/sk/lib.po +++ b/l10n/sk/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index 5eeac0348ea..d9b345699cf 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/sk/user_ldap.po b/l10n/sk/user_ldap.po index a5f757920a0..37edfc8d9f7 100644 --- a/l10n/sk/user_ldap.po +++ b/l10n/sk/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk/user_webdavauth.po b/l10n/sk/user_webdavauth.po index 3b571279803..4a5a83a1eab 100644 --- a/l10n/sk/user_webdavauth.po +++ b/l10n/sk/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 00ea6d66330..6ec59a28f0b 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index 4f956583edd..e5dac9f9653 100644 --- a/l10n/sk_SK/files.po +++ b/l10n/sk_SK/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/files_encryption.po b/l10n/sk_SK/files_encryption.po index 9ce3732a072..69c0359cc18 100644 --- a/l10n/sk_SK/files_encryption.po +++ b/l10n/sk_SK/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/files_external.po b/l10n/sk_SK/files_external.po index a6f07d27d03..3603bda557e 100644 --- a/l10n/sk_SK/files_external.po +++ b/l10n/sk_SK/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/files_sharing.po b/l10n/sk_SK/files_sharing.po index 07ea96d641a..d792bd55d10 100644 --- a/l10n/sk_SK/files_sharing.po +++ b/l10n/sk_SK/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/files_trashbin.po b/l10n/sk_SK/files_trashbin.po index 29989ed5b38..4c53d28f017 100644 --- a/l10n/sk_SK/files_trashbin.po +++ b/l10n/sk_SK/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/files_versions.po b/l10n/sk_SK/files_versions.po index 51261b891f3..6bb0cb836c8 100644 --- a/l10n/sk_SK/files_versions.po +++ b/l10n/sk_SK/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/lib.po b/l10n/sk_SK/lib.po index d1b68734549..bf8820e425a 100644 --- a/l10n/sk_SK/lib.po +++ b/l10n/sk_SK/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index fe292fb38b3..84eb780da7c 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "chyba pri aktualizácii aplikácie" msgid "Updated" msgstr "Aktualizované" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Ukladám..." diff --git a/l10n/sk_SK/user_ldap.po b/l10n/sk_SK/user_ldap.po index 9724c535247..dcfe6e11b1d 100644 --- a/l10n/sk_SK/user_ldap.po +++ b/l10n/sk_SK/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sk_SK/user_webdavauth.po b/l10n/sk_SK/user_webdavauth.po index a0dcc47ceb2..e20d8617a6c 100644 --- a/l10n/sk_SK/user_webdavauth.po +++ b/l10n/sk_SK/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index 80c8dccfbda..59dca9a91a4 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 252f7b513ee..70bc018b177 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files_encryption.po b/l10n/sl/files_encryption.po index 94bd86897ee..32f913f2622 100644 --- a/l10n/sl/files_encryption.po +++ b/l10n/sl/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files_external.po b/l10n/sl/files_external.po index 87d9dc110e0..d7930595bc2 100644 --- a/l10n/sl/files_external.po +++ b/l10n/sl/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files_sharing.po b/l10n/sl/files_sharing.po index bfe11652174..cce37540707 100644 --- a/l10n/sl/files_sharing.po +++ b/l10n/sl/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files_trashbin.po b/l10n/sl/files_trashbin.po index 77048dd7501..3a134b8b187 100644 --- a/l10n/sl/files_trashbin.po +++ b/l10n/sl/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/files_versions.po b/l10n/sl/files_versions.po index 5a32b4db172..154d0ce0887 100644 --- a/l10n/sl/files_versions.po +++ b/l10n/sl/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index 9938dc9c025..9814f3e9332 100644 --- a/l10n/sl/lib.po +++ b/l10n/sl/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index f8062dc3318..957fabe7472 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "Prišlo je do napake med posodabljanjem programa." msgid "Updated" msgstr "Posodobljeno" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Poteka shranjevanje ..." diff --git a/l10n/sl/user_ldap.po b/l10n/sl/user_ldap.po index b35519eed40..d291effd858 100644 --- a/l10n/sl/user_ldap.po +++ b/l10n/sl/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sl/user_webdavauth.po b/l10n/sl/user_webdavauth.po index 57c43401285..dc42b6b1564 100644 --- a/l10n/sl/user_webdavauth.po +++ b/l10n/sl/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 27820eb8b11..1179d65ec7c 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index 887642ef410..3915e153101 100644 --- a/l10n/sq/files.po +++ b/l10n/sq/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/files_encryption.po b/l10n/sq/files_encryption.po index e077f5e19bd..7dbf902707e 100644 --- a/l10n/sq/files_encryption.po +++ b/l10n/sq/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/files_external.po b/l10n/sq/files_external.po index 494a58ba3b3..bb92141f3eb 100644 --- a/l10n/sq/files_external.po +++ b/l10n/sq/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/files_sharing.po b/l10n/sq/files_sharing.po index 69b90c903da..9b729426c31 100644 --- a/l10n/sq/files_sharing.po +++ b/l10n/sq/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/files_trashbin.po b/l10n/sq/files_trashbin.po index faad2478b9d..a2e6c8176af 100644 --- a/l10n/sq/files_trashbin.po +++ b/l10n/sq/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/files_versions.po b/l10n/sq/files_versions.po index 82daa820ba3..a2ce9ffe2b5 100644 --- a/l10n/sq/files_versions.po +++ b/l10n/sq/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/lib.po b/l10n/sq/lib.po index 0461910a062..6e59fdb660e 100644 --- a/l10n/sq/lib.po +++ b/l10n/sq/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index c4e2ddab226..0ea938feaf7 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/sq/user_ldap.po b/l10n/sq/user_ldap.po index e9472845722..ff91215d0aa 100644 --- a/l10n/sq/user_ldap.po +++ b/l10n/sq/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/user_webdavauth.po b/l10n/sq/user_webdavauth.po index b3bb1e16258..9449bd231d5 100644 --- a/l10n/sq/user_webdavauth.po +++ b/l10n/sq/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/core.po b/l10n/sr/core.po index 46dda51aa20..e9760003433 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/files.po b/l10n/sr/files.po index 0eff71bb2c4..18eacafc8b0 100644 --- a/l10n/sr/files.po +++ b/l10n/sr/files.po @@ -5,13 +5,14 @@ # Translators: # Ivan Petrović <ivan@ipplusstudio.com>, 2012. # Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012. +# <theranchcowboy@gmail.com>, 2013. # <theranchcowboy@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -23,20 +24,20 @@ msgstr "" #: ajax/move.php:17 #, php-format msgid "Could not move %s - File with this name already exists" -msgstr "" +msgstr "Не могу да преместим %s – датотека с овим именом већ постоји" #: ajax/move.php:27 ajax/move.php:30 #, php-format msgid "Could not move %s" -msgstr "" +msgstr "Не могу да преместим %s" #: ajax/rename.php:22 ajax/rename.php:25 msgid "Unable to rename file" -msgstr "" +msgstr "Не могу да преименујем датотеку" #: ajax/upload.php:19 msgid "No file was uploaded. Unknown error" -msgstr "" +msgstr "Ниједна датотека није отпремљена услед непознате грешке" #: ajax/upload.php:26 msgid "There is no error, the file uploaded with success" @@ -71,11 +72,11 @@ msgstr "Не могу да пишем на диск" #: ajax/upload.php:51 msgid "Not enough storage available" -msgstr "" +msgstr "Нема довољно простора" #: ajax/upload.php:83 msgid "Invalid directory." -msgstr "" +msgstr "неисправна фасцикла." #: appinfo/app.php:12 msgid "Files" @@ -83,7 +84,7 @@ msgstr "Датотеке" #: js/fileactions.js:125 msgid "Delete permanently" -msgstr "" +msgstr "Обриши за стално" #: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 msgid "Delete" @@ -123,7 +124,7 @@ msgstr "опозови" #: js/filelist.js:324 msgid "perform delete operation" -msgstr "" +msgstr "обриши" #: js/filelist.js:406 msgid "1 file uploading" @@ -131,15 +132,15 @@ msgstr "Отпремам 1 датотеку" #: js/filelist.js:409 js/filelist.js:463 msgid "files uploading" -msgstr "" +msgstr "датотеке се отпремају" #: js/files.js:52 msgid "'.' is an invalid file name." -msgstr "" +msgstr "Датотека „.“ је неисправног имена." #: js/files.js:56 msgid "File name cannot be empty." -msgstr "" +msgstr "Име датотеке не може бити празно." #: js/files.js:64 msgid "" @@ -149,17 +150,17 @@ msgstr "Неисправан назив. Следећи знакови нису #: js/files.js:78 msgid "Your storage is full, files can not be updated or synced anymore!" -msgstr "" +msgstr "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване." #: js/files.js:82 msgid "Your storage is almost full ({usedSpacePercent}%)" -msgstr "" +msgstr "Ваше складиште је скоро па пуно ({usedSpacePercent}%)" #: js/files.js:226 msgid "" "Your download is being prepared. This might take some time if the files are " "big." -msgstr "" +msgstr "Припремам преузимање. Ово може да потраје ако су датотеке велике." #: js/files.js:259 msgid "Unable to upload your file as it is a directory or has 0 bytes" @@ -167,7 +168,7 @@ msgstr "Не могу да отпремим датотеку као фасцик #: js/files.js:272 msgid "Not enough space available" -msgstr "" +msgstr "Нема довољно простора" #: js/files.js:312 msgid "Upload cancelled." @@ -180,11 +181,11 @@ msgstr "Отпремање датотеке је у току. Ако сада н #: js/files.js:481 msgid "URL cannot be empty." -msgstr "" +msgstr "Адреса не може бити празна." #: js/files.js:486 msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" -msgstr "" +msgstr "Неисправно име фасцикле. Фасцикла „Shared“ је резервисана за ownCloud." #: js/files.js:515 js/files.js:531 js/files.js:821 js/files.js:859 msgid "Error" @@ -272,7 +273,7 @@ msgstr "Са везе" #: templates/index.php:42 msgid "Deleted files" -msgstr "" +msgstr "Обрисане датотеке" #: templates/index.php:48 msgid "Cancel upload" @@ -280,7 +281,7 @@ msgstr "Прекини отпремање" #: templates/index.php:55 msgid "You don’t have write permissions here." -msgstr "" +msgstr "Овде немате дозволу за писање." #: templates/index.php:62 msgid "Nothing in here. Upload something!" @@ -314,4 +315,4 @@ msgstr "Тренутно скенирање" #: templates/upgrade.php:2 msgid "Upgrading filesystem cache..." -msgstr "" +msgstr "Дограђујем кеш система датотека…" diff --git a/l10n/sr/files_encryption.po b/l10n/sr/files_encryption.po index a27a28465f5..2eae48fdc6c 100644 --- a/l10n/sr/files_encryption.po +++ b/l10n/sr/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/files_external.po b/l10n/sr/files_external.po index 800176734ad..476522e9fbd 100644 --- a/l10n/sr/files_external.po +++ b/l10n/sr/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/files_sharing.po b/l10n/sr/files_sharing.po index 9181ca9a56a..8c455cac474 100644 --- a/l10n/sr/files_sharing.po +++ b/l10n/sr/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/files_trashbin.po b/l10n/sr/files_trashbin.po index 2a417b2ea6a..69d8ab3bf2a 100644 --- a/l10n/sr/files_trashbin.po +++ b/l10n/sr/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -42,7 +42,7 @@ msgstr "" #: js/trash.js:121 msgid "Delete permanently" -msgstr "" +msgstr "Обриши за стално" #: js/trash.js:174 templates/index.php:17 msgid "Name" diff --git a/l10n/sr/files_versions.po b/l10n/sr/files_versions.po index ec43d448dad..b878bee5636 100644 --- a/l10n/sr/files_versions.po +++ b/l10n/sr/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/lib.po b/l10n/sr/lib.po index 733b5938e2f..6032504b5b9 100644 --- a/l10n/sr/lib.po +++ b/l10n/sr/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -183,12 +183,12 @@ msgstr "" msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." -msgstr "" +msgstr "Ваш веб сервер тренутно не подржава синхронизацију датотека јер се чини да је WebDAV сучеље неисправно." #: setup.php:854 #, php-format msgid "Please double check the <a href='%s'>installation guides</a>." -msgstr "" +msgstr "Погледајте <a href='%s'>водиче за инсталацију</a>." #: template.php:113 msgid "seconds ago" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index e49c51e90e2..4faad27c2ff 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -5,12 +5,13 @@ # Translators: # <marko@evizo.com>, 2012. # Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012. +# <theranchcowboy@gmail.com>, 2013. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -30,7 +31,7 @@ msgstr "Грешка при аутентификацији" #: ajax/changedisplayname.php:32 msgid "Unable to change display name" -msgstr "" +msgstr "Не могу да променим име за приказ" #: ajax/creategroup.php:10 msgid "Group already exists" @@ -84,11 +85,11 @@ msgstr "Не могу да уклоним корисника из групе %s" #: ajax/updateapp.php:14 msgid "Couldn't update app." -msgstr "" +msgstr "Не могу да ажурирам апликацију." #: js/apps.js:30 msgid "Update to {appversion}" -msgstr "" +msgstr "Ажурирај на {appversion}" #: js/apps.js:36 js/apps.js:76 msgid "Disable" @@ -100,7 +101,7 @@ msgstr "Укључи" #: js/apps.js:55 msgid "Please wait...." -msgstr "" +msgstr "Сачекајте…" #: js/apps.js:59 js/apps.js:71 js/apps.js:80 js/apps.js:93 msgid "Error" @@ -108,23 +109,23 @@ msgstr "Грешка" #: js/apps.js:90 msgid "Updating...." -msgstr "" +msgstr "Ажурирам…" #: js/apps.js:93 msgid "Error while updating app" -msgstr "" +msgstr "Грешка при ажурирању апликације" #: js/apps.js:96 msgid "Updated" -msgstr "" +msgstr "Ажурирано" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Чување у току..." #: js/users.js:43 msgid "deleted" -msgstr "" +msgstr "обрисано" #: js/users.js:43 msgid "undo" @@ -132,7 +133,7 @@ msgstr "опозови" #: js/users.js:75 msgid "Unable to remove user" -msgstr "" +msgstr "Не могу да уклоним корисника" #: js/users.js:88 templates/users.php:26 templates/users.php:80 #: templates/users.php:105 @@ -149,19 +150,19 @@ msgstr "Обриши" #: js/users.js:262 msgid "add group" -msgstr "" +msgstr "додај групу" #: js/users.js:414 msgid "A valid username must be provided" -msgstr "" +msgstr "Морате унети исправно корисничко име" #: js/users.js:415 js/users.js:421 js/users.js:436 msgid "Error creating user" -msgstr "" +msgstr "Грешка при прављењу корисника" #: js/users.js:420 msgid "A valid password must be provided" -msgstr "" +msgstr "Морате унети исправну лозинку" #: personal.php:29 personal.php:30 msgid "__language_name__" @@ -182,32 +183,32 @@ msgstr "Тренутно су ваши подаци и датотеке дост #: templates/admin.php:29 msgid "Setup Warning" -msgstr "" +msgstr "Упозорење о подешавању" #: templates/admin.php:32 msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." -msgstr "" +msgstr "Ваш веб сервер тренутно не подржава синхронизацију датотека јер се чини да је WebDAV сучеље неисправно." #: templates/admin.php:33 #, php-format msgid "Please double check the <a href='%s'>installation guides</a>." -msgstr "" +msgstr "Погледајте <a href='%s'>водиче за инсталацију</a>." #: templates/admin.php:44 msgid "Module 'fileinfo' missing" -msgstr "" +msgstr "Недостаје модул „fileinfo“" #: templates/admin.php:47 msgid "" "The PHP module 'fileinfo' is missing. We strongly recommend to enable this " "module to get best results with mime-type detection." -msgstr "" +msgstr "Недостаје PHP модул „fileinfo“. Препоручујемо вам да га омогућите да бисте добили најбоље резултате с откривањем MIME врста." #: templates/admin.php:58 msgid "Locale not working" -msgstr "" +msgstr "Локализација не ради" #: templates/admin.php:63 #, php-format @@ -219,7 +220,7 @@ msgstr "" #: templates/admin.php:75 msgid "Internet connection not working" -msgstr "" +msgstr "Веза с интернетом не ради" #: templates/admin.php:78 msgid "" @@ -237,7 +238,7 @@ msgstr "" #: templates/admin.php:101 msgid "Execute one task with each page loaded" -msgstr "" +msgstr "Изврши један задатак са сваком учитаном страницом" #: templates/admin.php:111 msgid "" @@ -253,52 +254,52 @@ msgstr "" #: templates/admin.php:128 msgid "Sharing" -msgstr "" +msgstr "Дељење" #: templates/admin.php:134 msgid "Enable Share API" -msgstr "" +msgstr "Омогући API Share" #: templates/admin.php:135 msgid "Allow apps to use the Share API" -msgstr "" +msgstr "Дозвољава апликацијама да користе API Share" #: templates/admin.php:142 msgid "Allow links" -msgstr "" +msgstr "Дозволи везе" #: templates/admin.php:143 msgid "Allow users to share items to the public with links" -msgstr "" +msgstr "Дозволи корисницима да деле ставке с другима путем веза" #: templates/admin.php:150 msgid "Allow resharing" -msgstr "" +msgstr "Дозволи поновно дељење" #: templates/admin.php:151 msgid "Allow users to share items shared with them again" -msgstr "" +msgstr "Дозволи корисницима да поновно деле ставке с другима" #: templates/admin.php:158 msgid "Allow users to share with anyone" -msgstr "" +msgstr "Дозволи корисницима да деле са било ким" #: templates/admin.php:161 msgid "Allow users to only share with users in their groups" -msgstr "" +msgstr "Дозволи корисницима да деле само са корисницима у њиховим групама" #: templates/admin.php:168 msgid "Security" -msgstr "" +msgstr "Безбедност" #: templates/admin.php:181 msgid "Enforce HTTPS" -msgstr "" +msgstr "Наметни HTTPS" #: templates/admin.php:182 msgid "" "Enforces the clients to connect to ownCloud via an encrypted connection." -msgstr "" +msgstr "Намеће клијентима да се повежу са ownCloud-ом путем шифроване везе." #: templates/admin.php:185 msgid "" @@ -308,23 +309,23 @@ msgstr "" #: templates/admin.php:195 msgid "Log" -msgstr "" +msgstr "Бележење" #: templates/admin.php:196 msgid "Log level" -msgstr "" +msgstr "Ниво бележења" #: templates/admin.php:223 msgid "More" -msgstr "" +msgstr "Више" #: templates/admin.php:224 msgid "Less" -msgstr "" +msgstr "Мање" #: templates/admin.php:231 templates/personal.php:102 msgid "Version" -msgstr "" +msgstr "Верзија" #: templates/admin.php:234 templates/personal.php:105 msgid "" @@ -362,27 +363,27 @@ msgstr "Ажурирај" #: templates/help.php:4 msgid "User Documentation" -msgstr "" +msgstr "Корисничка документација" #: templates/help.php:6 msgid "Administrator Documentation" -msgstr "" +msgstr "Администраторска документација" #: templates/help.php:9 msgid "Online Documentation" -msgstr "" +msgstr "Мрежна документација" #: templates/help.php:11 msgid "Forum" -msgstr "" +msgstr "Форум" #: templates/help.php:14 msgid "Bugtracker" -msgstr "" +msgstr "Праћење грешака" #: templates/help.php:17 msgid "Commercial Support" -msgstr "" +msgstr "Комерцијална подршка" #: templates/personal.php:8 #, php-format @@ -391,7 +392,7 @@ msgstr "Искористили сте <strong>%s</strong> од дозвољен #: templates/personal.php:15 msgid "Get the apps to sync your files" -msgstr "" +msgstr "Преузмите апликације ради синхронизовања датотека" #: templates/personal.php:26 msgid "Show First Run Wizard again" @@ -423,19 +424,19 @@ msgstr "Измени лозинку" #: templates/personal.php:56 templates/users.php:78 msgid "Display Name" -msgstr "" +msgstr "Име за приказ" #: templates/personal.php:57 msgid "Your display name was changed" -msgstr "" +msgstr "Ваше име за приказ је промењено" #: templates/personal.php:58 msgid "Unable to change your display name" -msgstr "" +msgstr "Не могу да променим ваше име за приказ" #: templates/personal.php:61 msgid "Change display name" -msgstr "" +msgstr "Промени име за приказ" #: templates/personal.php:70 msgid "Email" @@ -459,15 +460,15 @@ msgstr " Помозите у превођењу" #: templates/personal.php:91 msgid "WebDAV" -msgstr "" +msgstr "WebDAV" #: templates/personal.php:93 msgid "Use this address to connect to your ownCloud in your file manager" -msgstr "" +msgstr "Користите ову адресу да се повежете са ownCloud-ом у управљачу датотекама" #: templates/users.php:21 templates/users.php:77 msgid "Login Name" -msgstr "" +msgstr "Корисничко име" #: templates/users.php:32 msgid "Create" @@ -475,11 +476,11 @@ msgstr "Направи" #: templates/users.php:35 msgid "Default Storage" -msgstr "" +msgstr "Подразумевано складиште" #: templates/users.php:41 templates/users.php:139 msgid "Unlimited" -msgstr "" +msgstr "Неограничено" #: templates/users.php:59 templates/users.php:154 msgid "Other" @@ -487,16 +488,16 @@ msgstr "Друго" #: templates/users.php:84 msgid "Storage" -msgstr "" +msgstr "Складиште" #: templates/users.php:95 msgid "change display name" -msgstr "" +msgstr "промени име за приказ" #: templates/users.php:99 msgid "set new password" -msgstr "" +msgstr "постави нову лозинку" #: templates/users.php:134 msgid "Default" -msgstr "" +msgstr "Подразумевано" diff --git a/l10n/sr/user_ldap.po b/l10n/sr/user_ldap.po index 71831e3ed86..5ab18046b0c 100644 --- a/l10n/sr/user_ldap.po +++ b/l10n/sr/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr/user_webdavauth.po b/l10n/sr/user_webdavauth.po index e16ddc80702..c72a84c03cb 100644 --- a/l10n/sr/user_webdavauth.po +++ b/l10n/sr/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index c1307364cba..e3b9468ad2f 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index 43356ea3f88..20a4cf13bce 100644 --- a/l10n/sr@latin/files.po +++ b/l10n/sr@latin/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/files_encryption.po b/l10n/sr@latin/files_encryption.po index 4ed26d55415..9eb93b9f938 100644 --- a/l10n/sr@latin/files_encryption.po +++ b/l10n/sr@latin/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/files_external.po b/l10n/sr@latin/files_external.po index 74194db3c87..fbfb36951c0 100644 --- a/l10n/sr@latin/files_external.po +++ b/l10n/sr@latin/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/files_sharing.po b/l10n/sr@latin/files_sharing.po index fd4664a6ee4..778a78eb8c0 100644 --- a/l10n/sr@latin/files_sharing.po +++ b/l10n/sr@latin/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/files_trashbin.po b/l10n/sr@latin/files_trashbin.po index a2456c9bf81..5743501ec1f 100644 --- a/l10n/sr@latin/files_trashbin.po +++ b/l10n/sr@latin/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/files_versions.po b/l10n/sr@latin/files_versions.po index a73c400c085..7e54c05a933 100644 --- a/l10n/sr@latin/files_versions.po +++ b/l10n/sr@latin/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/lib.po b/l10n/sr@latin/lib.po index 0c0e851bf59..7e046b92c5a 100644 --- a/l10n/sr@latin/lib.po +++ b/l10n/sr@latin/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 6304ccc06c8..6b6e5528039 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/sr@latin/user_ldap.po b/l10n/sr@latin/user_ldap.po index b3a83e48283..19f25b81a02 100644 --- a/l10n/sr@latin/user_ldap.po +++ b/l10n/sr@latin/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sr@latin/user_webdavauth.po b/l10n/sr@latin/user_webdavauth.po index ce7bf86e0b3..44c82fe664f 100644 --- a/l10n/sr@latin/user_webdavauth.po +++ b/l10n/sr@latin/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/core.po b/l10n/sv/core.po index f06b83da0a2..a176c33235e 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index 46f06f3a61c..f18dad22146 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/files_encryption.po b/l10n/sv/files_encryption.po index 4f03c0ca4ea..a1c717ce9fc 100644 --- a/l10n/sv/files_encryption.po +++ b/l10n/sv/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/files_external.po b/l10n/sv/files_external.po index 2c3ed5c2cfa..e58feaa6ceb 100644 --- a/l10n/sv/files_external.po +++ b/l10n/sv/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/files_sharing.po b/l10n/sv/files_sharing.po index 83540b196bd..c8e79bb65df 100644 --- a/l10n/sv/files_sharing.po +++ b/l10n/sv/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/files_trashbin.po b/l10n/sv/files_trashbin.po index 6e330464230..c917c8bda19 100644 --- a/l10n/sv/files_trashbin.po +++ b/l10n/sv/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/files_versions.po b/l10n/sv/files_versions.po index 088b1f902d1..ada122d58b1 100644 --- a/l10n/sv/files_versions.po +++ b/l10n/sv/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/lib.po b/l10n/sv/lib.po index 5b3a2089404..e2d94586525 100644 --- a/l10n/sv/lib.po +++ b/l10n/sv/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index 599768c9e4c..78e13f62c26 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -125,7 +125,7 @@ msgstr "Fel uppstod vid uppdatering av appen" msgid "Updated" msgstr "Uppdaterad" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Sparar..." diff --git a/l10n/sv/user_ldap.po b/l10n/sv/user_ldap.po index 7473df8242d..f75fdc8da00 100644 --- a/l10n/sv/user_ldap.po +++ b/l10n/sv/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sv/user_webdavauth.po b/l10n/sv/user_webdavauth.po index bf35caa2cf8..0cb54a97da1 100644 --- a/l10n/sv/user_webdavauth.po +++ b/l10n/sv/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/core.po b/l10n/sw_KE/core.po index e548cb04e30..8a88331b365 100644 --- a/l10n/sw_KE/core.po +++ b/l10n/sw_KE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/files.po b/l10n/sw_KE/files.po index b58c07e5cb5..5dd812bc1b0 100644 --- a/l10n/sw_KE/files.po +++ b/l10n/sw_KE/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/files_encryption.po b/l10n/sw_KE/files_encryption.po index 62ef25444ca..2d586daf24e 100644 --- a/l10n/sw_KE/files_encryption.po +++ b/l10n/sw_KE/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/files_external.po b/l10n/sw_KE/files_external.po index 1edf9425c61..f61afed3306 100644 --- a/l10n/sw_KE/files_external.po +++ b/l10n/sw_KE/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/files_sharing.po b/l10n/sw_KE/files_sharing.po index 65a3fc50bd6..324fbf714d8 100644 --- a/l10n/sw_KE/files_sharing.po +++ b/l10n/sw_KE/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/files_trashbin.po b/l10n/sw_KE/files_trashbin.po index a07e5dce97e..dd07e322699 100644 --- a/l10n/sw_KE/files_trashbin.po +++ b/l10n/sw_KE/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/files_versions.po b/l10n/sw_KE/files_versions.po index cef9f7b3274..d0251e6a978 100644 --- a/l10n/sw_KE/files_versions.po +++ b/l10n/sw_KE/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/lib.po b/l10n/sw_KE/lib.po index cdaf7c7f079..3c517fee567 100644 --- a/l10n/sw_KE/lib.po +++ b/l10n/sw_KE/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/settings.po b/l10n/sw_KE/settings.po index c074b9bf1ab..f85fcdca122 100644 --- a/l10n/sw_KE/settings.po +++ b/l10n/sw_KE/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/sw_KE/user_ldap.po b/l10n/sw_KE/user_ldap.po index 4aaba2fca23..7c6391cdc5c 100644 --- a/l10n/sw_KE/user_ldap.po +++ b/l10n/sw_KE/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sw_KE/user_webdavauth.po b/l10n/sw_KE/user_webdavauth.po index 953de1d9f76..426f5e30721 100644 --- a/l10n/sw_KE/user_webdavauth.po +++ b/l10n/sw_KE/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 55a61f9b59b..50d6af9b6bb 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index 5098c48575f..f26efe92171 100644 --- a/l10n/ta_LK/files.po +++ b/l10n/ta_LK/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/files_encryption.po b/l10n/ta_LK/files_encryption.po index 3bb249d6a9c..59fde5c4fe1 100644 --- a/l10n/ta_LK/files_encryption.po +++ b/l10n/ta_LK/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/files_external.po b/l10n/ta_LK/files_external.po index 99c63811074..678e681c2da 100644 --- a/l10n/ta_LK/files_external.po +++ b/l10n/ta_LK/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/files_sharing.po b/l10n/ta_LK/files_sharing.po index 59ced6d1e73..1aef2d28b22 100644 --- a/l10n/ta_LK/files_sharing.po +++ b/l10n/ta_LK/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/files_trashbin.po b/l10n/ta_LK/files_trashbin.po index 11fca381d55..924bbb462ad 100644 --- a/l10n/ta_LK/files_trashbin.po +++ b/l10n/ta_LK/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/files_versions.po b/l10n/ta_LK/files_versions.po index 7006e4048cd..7c7a4eee0b3 100644 --- a/l10n/ta_LK/files_versions.po +++ b/l10n/ta_LK/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/lib.po b/l10n/ta_LK/lib.po index cdd1610d33f..591f805af94 100644 --- a/l10n/ta_LK/lib.po +++ b/l10n/ta_LK/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index b67cf68c461..7d988829d05 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "இயலுமைப்படுத்துக" diff --git a/l10n/ta_LK/user_ldap.po b/l10n/ta_LK/user_ldap.po index 38edbdb01c3..6a582a0329e 100644 --- a/l10n/ta_LK/user_ldap.po +++ b/l10n/ta_LK/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ta_LK/user_webdavauth.po b/l10n/ta_LK/user_webdavauth.po index 855cd95e8d5..e75db9cc3f9 100644 --- a/l10n/ta_LK/user_webdavauth.po +++ b/l10n/ta_LK/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/core.po b/l10n/te/core.po index 417137fc05e..3077ce28a04 100644 --- a/l10n/te/core.po +++ b/l10n/te/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files.po b/l10n/te/files.po index 4f3c5fed3d8..47cac8cd8ae 100644 --- a/l10n/te/files.po +++ b/l10n/te/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files_encryption.po b/l10n/te/files_encryption.po index 27ac36937f3..cf1d6e37e15 100644 --- a/l10n/te/files_encryption.po +++ b/l10n/te/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files_external.po b/l10n/te/files_external.po index 87acb28ef9a..0ad4883fc5a 100644 --- a/l10n/te/files_external.po +++ b/l10n/te/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files_sharing.po b/l10n/te/files_sharing.po index 73b662b6182..8d26d12e939 100644 --- a/l10n/te/files_sharing.po +++ b/l10n/te/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files_trashbin.po b/l10n/te/files_trashbin.po index 7e768f37fdb..c7d0a59bc5e 100644 --- a/l10n/te/files_trashbin.po +++ b/l10n/te/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/files_versions.po b/l10n/te/files_versions.po index 0cd31615b5a..d69922bf833 100644 --- a/l10n/te/files_versions.po +++ b/l10n/te/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/lib.po b/l10n/te/lib.po index e1190a20590..b08e968dc7a 100644 --- a/l10n/te/lib.po +++ b/l10n/te/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index b2685193b7e..3fe64246815 100644 --- a/l10n/te/settings.po +++ b/l10n/te/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -117,7 +117,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/te/user_ldap.po b/l10n/te/user_ldap.po index 2516171f5f3..4dceae35766 100644 --- a/l10n/te/user_ldap.po +++ b/l10n/te/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/te/user_webdavauth.po b/l10n/te/user_webdavauth.po index 038f4caab95..bfa7e06be6f 100644 --- a/l10n/te/user_webdavauth.po +++ b/l10n/te/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 55f9fb37e95..5b3e4c48452 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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 44c5115e9f7..c6e0d93c3dd 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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_encryption.pot b/l10n/templates/files_encryption.pot index fe492121d65..eb97fdc9e42 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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 5a2772ef4c7..2325f2f5c6d 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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 4375f2c9028..1e66c6470d5 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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_trashbin.pot b/l10n/templates/files_trashbin.pot index fab03d30279..f16cf7e4171 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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 b720108dae4..717570feb21 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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 85e30cdc482..dd874d694a2 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:21+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 04cd0098866..a46287856f4 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:21+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" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 54fab0b1c06..958a16c10c0 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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_webdavauth.pot b/l10n/templates/user_webdavauth.pot index c55257e01c9..9188e8d5cf8 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" +"POT-Creation-Date: 2013-04-17 02:20+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 a2644ea12fa..a5d768f9caf 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index 89f195428df..76c99829ca3 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/files_encryption.po b/l10n/th_TH/files_encryption.po index 83ddf27b1aa..ffe62d25988 100644 --- a/l10n/th_TH/files_encryption.po +++ b/l10n/th_TH/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/files_external.po b/l10n/th_TH/files_external.po index fc56f1a61f4..8ad035271a3 100644 --- a/l10n/th_TH/files_external.po +++ b/l10n/th_TH/files_external.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/files_sharing.po b/l10n/th_TH/files_sharing.po index 60d528993bf..4d2deef16b2 100644 --- a/l10n/th_TH/files_sharing.po +++ b/l10n/th_TH/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/files_trashbin.po b/l10n/th_TH/files_trashbin.po index 3f3d84363f8..9c184200fec 100644 --- a/l10n/th_TH/files_trashbin.po +++ b/l10n/th_TH/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/files_versions.po b/l10n/th_TH/files_versions.po index f1cc8cb847d..4abcac4e0d8 100644 --- a/l10n/th_TH/files_versions.po +++ b/l10n/th_TH/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/lib.po b/l10n/th_TH/lib.po index 1c9f395a0c3..782b27555dd 100644 --- a/l10n/th_TH/lib.po +++ b/l10n/th_TH/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index 9f174d2d497..c239256ebec 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "เกิดข้อผิดพลาดในระหว่างก msgid "Updated" msgstr "อัพเดทแล้ว" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "กำลังบันทึุกข้อมูล..." diff --git a/l10n/th_TH/user_ldap.po b/l10n/th_TH/user_ldap.po index 9fa0376fdd9..fdda463b0fb 100644 --- a/l10n/th_TH/user_ldap.po +++ b/l10n/th_TH/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/th_TH/user_webdavauth.po b/l10n/th_TH/user_webdavauth.po index 7f71ac8bb71..5c6623a310a 100644 --- a/l10n/th_TH/user_webdavauth.po +++ b/l10n/th_TH/user_webdavauth.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/core.po b/l10n/tr/core.po index ff355f91091..78704bd88eb 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index 9f10cf606c7..c9fcbdb5636 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files_encryption.po b/l10n/tr/files_encryption.po index b3b4061663b..445755c59c2 100644 --- a/l10n/tr/files_encryption.po +++ b/l10n/tr/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files_external.po b/l10n/tr/files_external.po index a7551418be3..f539b2414c8 100644 --- a/l10n/tr/files_external.po +++ b/l10n/tr/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files_sharing.po b/l10n/tr/files_sharing.po index 014db5a4d54..365c9b3a7db 100644 --- a/l10n/tr/files_sharing.po +++ b/l10n/tr/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files_trashbin.po b/l10n/tr/files_trashbin.po index a16869ebad6..2354e94204d 100644 --- a/l10n/tr/files_trashbin.po +++ b/l10n/tr/files_trashbin.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files_versions.po b/l10n/tr/files_versions.po index 80519b54e34..bf1b595e50f 100644 --- a/l10n/tr/files_versions.po +++ b/l10n/tr/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/lib.po b/l10n/tr/lib.po index f744fc9eb94..29d930a27e9 100644 --- a/l10n/tr/lib.po +++ b/l10n/tr/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index bca687cb5c3..86e9e92833a 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -125,7 +125,7 @@ msgstr "Uygulama güncellenirken hata" msgid "Updated" msgstr "Güncellendi" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Kaydediliyor..." diff --git a/l10n/tr/user_ldap.po b/l10n/tr/user_ldap.po index a01974a08c4..8f3ef99b518 100644 --- a/l10n/tr/user_ldap.po +++ b/l10n/tr/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/user_webdavauth.po b/l10n/tr/user_webdavauth.po index d746306ebaa..5c02bf6a899 100644 --- a/l10n/tr/user_webdavauth.po +++ b/l10n/tr/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/core.po b/l10n/uk/core.po index 70297156676..7935fe6434d 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/files.po b/l10n/uk/files.po index bb94b31982e..3afb162edb0 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/files.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/files_encryption.po b/l10n/uk/files_encryption.po index 89a68a1fb4b..8e820298fb8 100644 --- a/l10n/uk/files_encryption.po +++ b/l10n/uk/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/files_external.po b/l10n/uk/files_external.po index cf8a838af05..9247439d556 100644 --- a/l10n/uk/files_external.po +++ b/l10n/uk/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/files_sharing.po b/l10n/uk/files_sharing.po index 849069fb73a..a6b224557e6 100644 --- a/l10n/uk/files_sharing.po +++ b/l10n/uk/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/files_trashbin.po b/l10n/uk/files_trashbin.po index 586f719a338..bb48add59db 100644 --- a/l10n/uk/files_trashbin.po +++ b/l10n/uk/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/files_versions.po b/l10n/uk/files_versions.po index 149735a38eb..95c4cb20648 100644 --- a/l10n/uk/files_versions.po +++ b/l10n/uk/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/lib.po b/l10n/uk/lib.po index 72255a69858..f581ae7ae6e 100644 --- a/l10n/uk/lib.po +++ b/l10n/uk/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index d2414ba5892..01c6e47b022 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -120,7 +120,7 @@ msgstr "Помилка при оновленні програми" msgid "Updated" msgstr "Оновлено" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Зберігаю..." diff --git a/l10n/uk/user_ldap.po b/l10n/uk/user_ldap.po index 16bb5c6e062..2f5feed2a8a 100644 --- a/l10n/uk/user_ldap.po +++ b/l10n/uk/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/uk/user_webdavauth.po b/l10n/uk/user_webdavauth.po index 95d0199df1f..0b39465a48a 100644 --- a/l10n/uk/user_webdavauth.po +++ b/l10n/uk/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index a8adb13732d..2439188cfcb 100644 --- a/l10n/ur_PK/core.po +++ b/l10n/ur_PK/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files.po b/l10n/ur_PK/files.po index 8e63ad73eec..acb0e8f71a5 100644 --- a/l10n/ur_PK/files.po +++ b/l10n/ur_PK/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files_encryption.po b/l10n/ur_PK/files_encryption.po index 6e1fdab3de0..b5f46680a0c 100644 --- a/l10n/ur_PK/files_encryption.po +++ b/l10n/ur_PK/files_encryption.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files_external.po b/l10n/ur_PK/files_external.po index 4f5bbffec5c..f6e9d577bd0 100644 --- a/l10n/ur_PK/files_external.po +++ b/l10n/ur_PK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files_sharing.po b/l10n/ur_PK/files_sharing.po index cf84d773fae..9fdf3a11baa 100644 --- a/l10n/ur_PK/files_sharing.po +++ b/l10n/ur_PK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files_trashbin.po b/l10n/ur_PK/files_trashbin.po index 63603253078..af2b0dbd1a7 100644 --- a/l10n/ur_PK/files_trashbin.po +++ b/l10n/ur_PK/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/files_versions.po b/l10n/ur_PK/files_versions.po index 4cf1d8a1076..7d34dde4393 100644 --- a/l10n/ur_PK/files_versions.po +++ b/l10n/ur_PK/files_versions.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/lib.po b/l10n/ur_PK/lib.po index 7e41ed94b62..ea01e8371fd 100644 --- a/l10n/ur_PK/lib.po +++ b/l10n/ur_PK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index 350e4d1f2be..39b956ddc5a 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/ur_PK/user_ldap.po b/l10n/ur_PK/user_ldap.po index 9d1a468e4df..70d82c44bdd 100644 --- a/l10n/ur_PK/user_ldap.po +++ b/l10n/ur_PK/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/ur_PK/user_webdavauth.po b/l10n/ur_PK/user_webdavauth.po index fafd0150a68..874b058a644 100644 --- a/l10n/ur_PK/user_webdavauth.po +++ b/l10n/ur_PK/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 0cb405774bc..1accb85dd19 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 6343a227df0..79bf00204ab 100644 --- a/l10n/vi/files.po +++ b/l10n/vi/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/files_encryption.po b/l10n/vi/files_encryption.po index 967123b7f50..76448eaa084 100644 --- a/l10n/vi/files_encryption.po +++ b/l10n/vi/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/files_external.po b/l10n/vi/files_external.po index 1040172df2c..1d8f070f127 100644 --- a/l10n/vi/files_external.po +++ b/l10n/vi/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/files_sharing.po b/l10n/vi/files_sharing.po index ff474f2b344..baddc879302 100644 --- a/l10n/vi/files_sharing.po +++ b/l10n/vi/files_sharing.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/files_trashbin.po b/l10n/vi/files_trashbin.po index 446a3fa7ffc..83efb8ffbaf 100644 --- a/l10n/vi/files_trashbin.po +++ b/l10n/vi/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/files_versions.po b/l10n/vi/files_versions.po index 71e7d41d001..207ecde6dc1 100644 --- a/l10n/vi/files_versions.po +++ b/l10n/vi/files_versions.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/lib.po b/l10n/vi/lib.po index 857d1e20726..73937b602b8 100644 --- a/l10n/vi/lib.po +++ b/l10n/vi/lib.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index 5bb3e7db74e..649183dcf96 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "Lỗi khi cập nhật ứng dụng" msgid "Updated" msgstr "Đã cập nhật" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "Đang tiến hành lưu ..." diff --git a/l10n/vi/user_ldap.po b/l10n/vi/user_ldap.po index a1cbe868b3b..49365ead0b6 100644 --- a/l10n/vi/user_ldap.po +++ b/l10n/vi/user_ldap.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/vi/user_webdavauth.po b/l10n/vi/user_webdavauth.po index 9d0eaeeec65..9f0e00a50a2 100644 --- a/l10n/vi/user_webdavauth.po +++ b/l10n/vi/user_webdavauth.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/core.po b/l10n/zh_CN.GB2312/core.po index fea478dc809..b40e2288440 100644 --- a/l10n/zh_CN.GB2312/core.po +++ b/l10n/zh_CN.GB2312/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/files.po b/l10n/zh_CN.GB2312/files.po index cf4bcdf218e..e08b45e55c1 100644 --- a/l10n/zh_CN.GB2312/files.po +++ b/l10n/zh_CN.GB2312/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/files_encryption.po b/l10n/zh_CN.GB2312/files_encryption.po index 76fc7835470..878e5e26646 100644 --- a/l10n/zh_CN.GB2312/files_encryption.po +++ b/l10n/zh_CN.GB2312/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/files_external.po b/l10n/zh_CN.GB2312/files_external.po index 7d18a87a7a9..d3602f8d94d 100644 --- a/l10n/zh_CN.GB2312/files_external.po +++ b/l10n/zh_CN.GB2312/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/files_sharing.po b/l10n/zh_CN.GB2312/files_sharing.po index 41d1ad16b3d..08809924dfa 100644 --- a/l10n/zh_CN.GB2312/files_sharing.po +++ b/l10n/zh_CN.GB2312/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/files_trashbin.po b/l10n/zh_CN.GB2312/files_trashbin.po index e06718232a1..1706c782c5d 100644 --- a/l10n/zh_CN.GB2312/files_trashbin.po +++ b/l10n/zh_CN.GB2312/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/files_versions.po b/l10n/zh_CN.GB2312/files_versions.po index 3d9d46cf1b7..346dfc9063a 100644 --- a/l10n/zh_CN.GB2312/files_versions.po +++ b/l10n/zh_CN.GB2312/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/lib.po b/l10n/zh_CN.GB2312/lib.po index cfcb1e3765b..020ad3c5b19 100644 --- a/l10n/zh_CN.GB2312/lib.po +++ b/l10n/zh_CN.GB2312/lib.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/settings.po b/l10n/zh_CN.GB2312/settings.po index d43cd0d75d3..a259a909f5c 100644 --- a/l10n/zh_CN.GB2312/settings.po +++ b/l10n/zh_CN.GB2312/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" @@ -119,7 +119,7 @@ msgstr "应用升级时出现错误" msgid "Updated" msgstr "已升级" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "保存中..." diff --git a/l10n/zh_CN.GB2312/user_ldap.po b/l10n/zh_CN.GB2312/user_ldap.po index 00b1e4b2c7f..2de59e1c075 100644 --- a/l10n/zh_CN.GB2312/user_ldap.po +++ b/l10n/zh_CN.GB2312/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN.GB2312/user_webdavauth.po b/l10n/zh_CN.GB2312/user_webdavauth.po index 8c6808debdb..672fbad82e5 100644 --- a/l10n/zh_CN.GB2312/user_webdavauth.po +++ b/l10n/zh_CN.GB2312/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 0bee1ece20a..8b0bba0a795 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index 24121e4bace..f16dc8ac1a4 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files_encryption.po b/l10n/zh_CN/files_encryption.po index bebc5c7fd26..0b01ef90576 100644 --- a/l10n/zh_CN/files_encryption.po +++ b/l10n/zh_CN/files_encryption.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files_external.po b/l10n/zh_CN/files_external.po index 9f24f4e3014..71015f5413d 100644 --- a/l10n/zh_CN/files_external.po +++ b/l10n/zh_CN/files_external.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files_sharing.po b/l10n/zh_CN/files_sharing.po index d7b991be4a7..f77a967602e 100644 --- a/l10n/zh_CN/files_sharing.po +++ b/l10n/zh_CN/files_sharing.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files_trashbin.po b/l10n/zh_CN/files_trashbin.po index 1358aeb2053..51216ed592a 100644 --- a/l10n/zh_CN/files_trashbin.po +++ b/l10n/zh_CN/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/files_versions.po b/l10n/zh_CN/files_versions.po index bbcc7504a78..d617fbb9d4d 100644 --- a/l10n/zh_CN/files_versions.po +++ b/l10n/zh_CN/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/lib.po b/l10n/zh_CN/lib.po index f293f42d192..949b3bca452 100644 --- a/l10n/zh_CN/lib.po +++ b/l10n/zh_CN/lib.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index 8802053d5ce..b00faa27fa5 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -124,7 +124,7 @@ msgstr "更新 app 时出错" msgid "Updated" msgstr "已更新" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "正在保存" diff --git a/l10n/zh_CN/user_ldap.po b/l10n/zh_CN/user_ldap.po index 75ce640640e..5b309314a96 100644 --- a/l10n/zh_CN/user_ldap.po +++ b/l10n/zh_CN/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_CN/user_webdavauth.po b/l10n/zh_CN/user_webdavauth.po index 78d193c789c..7c8b3ea542d 100644 --- a/l10n/zh_CN/user_webdavauth.po +++ b/l10n/zh_CN/user_webdavauth.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index 20ecbff0aad..2d4729abd32 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index 87bfb878285..4bdea350bbf 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/files.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/files_encryption.po b/l10n/zh_HK/files_encryption.po index 7353c0a7222..e74b971e803 100644 --- a/l10n/zh_HK/files_encryption.po +++ b/l10n/zh_HK/files_encryption.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/files_external.po b/l10n/zh_HK/files_external.po index e911c33540d..c58c75be333 100644 --- a/l10n/zh_HK/files_external.po +++ b/l10n/zh_HK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/files_sharing.po b/l10n/zh_HK/files_sharing.po index 7897ca5dc28..323dd803c1f 100644 --- a/l10n/zh_HK/files_sharing.po +++ b/l10n/zh_HK/files_sharing.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/files_trashbin.po b/l10n/zh_HK/files_trashbin.po index aa3beee2e5f..a487e0d631c 100644 --- a/l10n/zh_HK/files_trashbin.po +++ b/l10n/zh_HK/files_trashbin.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/files_versions.po b/l10n/zh_HK/files_versions.po index c93a812b1ec..ee5d894d765 100644 --- a/l10n/zh_HK/files_versions.po +++ b/l10n/zh_HK/files_versions.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/lib.po b/l10n/zh_HK/lib.po index b52486be8aa..e560749ad43 100644 --- a/l10n/zh_HK/lib.po +++ b/l10n/zh_HK/lib.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index 07a86e15270..ed450456948 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -116,7 +116,7 @@ msgstr "" msgid "Updated" msgstr "" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "" diff --git a/l10n/zh_HK/user_ldap.po b/l10n/zh_HK/user_ldap.po index ae499e40988..c939df9acc1 100644 --- a/l10n/zh_HK/user_ldap.po +++ b/l10n/zh_HK/user_ldap.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_HK/user_webdavauth.po b/l10n/zh_HK/user_webdavauth.po index 35347a3f0d6..861fd6ab987 100644 --- a/l10n/zh_HK/user_webdavauth.po +++ b/l10n/zh_HK/user_webdavauth.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 671369c693f..1d36067acb8 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:09+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index de181406e29..e4feb16563a 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/files_encryption.po b/l10n/zh_TW/files_encryption.po index 308523e0050..23c337b8560 100644 --- a/l10n/zh_TW/files_encryption.po +++ b/l10n/zh_TW/files_encryption.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/files_external.po b/l10n/zh_TW/files_external.po index 4d01f33d123..2381134dcbf 100644 --- a/l10n/zh_TW/files_external.po +++ b/l10n/zh_TW/files_external.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/files_sharing.po b/l10n/zh_TW/files_sharing.po index 04a1a496523..81782aed68b 100644 --- a/l10n/zh_TW/files_sharing.po +++ b/l10n/zh_TW/files_sharing.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/files_trashbin.po b/l10n/zh_TW/files_trashbin.po index 478343be7db..a8ac6763aa8 100644 --- a/l10n/zh_TW/files_trashbin.po +++ b/l10n/zh_TW/files_trashbin.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/files_versions.po b/l10n/zh_TW/files_versions.po index 04ed7abf13a..84176bd3b39 100644 --- a/l10n/zh_TW/files_versions.po +++ b/l10n/zh_TW/files_versions.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:22+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/lib.po b/l10n/zh_TW/lib.po index a17785e4f59..366b628108a 100644 --- a/l10n/zh_TW/lib.po +++ b/l10n/zh_TW/lib.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index 28cf8f8f6fd..f0787d2836d 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:10+0000\n" +"POT-Creation-Date: 2013-04-17 02:21+0200\n" +"PO-Revision-Date: 2013-04-17 00:21+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -127,7 +127,7 @@ msgstr "更新應用程式錯誤" msgid "Updated" msgstr "已更新" -#: js/personal.js:99 +#: js/personal.js:109 msgid "Saving..." msgstr "儲存中..." diff --git a/l10n/zh_TW/user_ldap.po b/l10n/zh_TW/user_ldap.po index 3e5dc03d7a2..e777005a3cd 100644 --- a/l10n/zh_TW/user_ldap.po +++ b/l10n/zh_TW/user_ldap.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/zh_TW/user_webdavauth.po b/l10n/zh_TW/user_webdavauth.po index 607dc386a89..19c7a6a94c8 100644 --- a/l10n/zh_TW/user_webdavauth.po +++ b/l10n/zh_TW/user_webdavauth.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-16 02:09+0200\n" -"PO-Revision-Date: 2013-04-16 00:11+0000\n" +"POT-Creation-Date: 2013-04-17 02:20+0200\n" +"PO-Revision-Date: 2013-04-17 00:23+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/lib/l10n/cy_GB.php b/lib/l10n/cy_GB.php new file mode 100644 index 00000000000..9b087b4a2ef --- /dev/null +++ b/lib/l10n/cy_GB.php @@ -0,0 +1,16 @@ +<?php $TRANSLATIONS = array( +"Help" => "Cymorth", +"Personal" => "Personol", +"Settings" => "Gosodiadau", +"Users" => "Defnyddwyr", +"Apps" => "Pecynnau", +"Admin" => "Gweinyddu", +"seconds ago" => "eiliad yn ôl", +"1 minute ago" => "1 munud yn ôl", +"1 hour ago" => "1 awr yn ôl", +"today" => "heddiw", +"yesterday" => "ddoe", +"last month" => "mis diwethaf", +"last year" => "y llynedd", +"years ago" => "blwyddyn yn ôl" +); diff --git a/lib/l10n/sr.php b/lib/l10n/sr.php index 1161b0a44b7..5c6620f82ba 100644 --- a/lib/l10n/sr.php +++ b/lib/l10n/sr.php @@ -16,6 +16,8 @@ "Files" => "Датотеке", "Text" => "Текст", "Images" => "Слике", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ваш веб сервер тренутно не подржава синхронизацију датотека јер се чини да је WebDAV сучеље неисправно.", +"Please double check the <a href='%s'>installation guides</a>." => "Погледајте <a href='%s'>водиче за инсталацију</a>.", "seconds ago" => "пре неколико секунди", "1 minute ago" => "пре 1 минут", "%d minutes ago" => "пре %d минута", diff --git a/settings/l10n/cy_GB.php b/settings/l10n/cy_GB.php new file mode 100644 index 00000000000..f90e531f129 --- /dev/null +++ b/settings/l10n/cy_GB.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Error" => "Gwall", +"Security Warning" => "Rhybudd Diogelwch", +"Password" => "Cyfrinair", +"New password" => "Cyfrinair newydd" +); diff --git a/settings/l10n/sr.php b/settings/l10n/sr.php index 460fab121a0..86dc2a92729 100644 --- a/settings/l10n/sr.php +++ b/settings/l10n/sr.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Unable to load list from App Store" => "Грешка приликом учитавања списка из Складишта Програма", "Authentication error" => "Грешка при аутентификацији", +"Unable to change display name" => "Не могу да променим име за приказ", "Group already exists" => "Група већ постоји", "Unable to add group" => "Не могу да додам групу", "Could not enable app. " => "Не могу да укључим програм", @@ -13,17 +14,54 @@ "Admins can't remove themself from the admin group" => "Управници не могу себе уклонити из админ групе", "Unable to add user to group %s" => "Не могу да додам корисника у групу %s", "Unable to remove user from group %s" => "Не могу да уклоним корисника из групе %s", +"Couldn't update app." => "Не могу да ажурирам апликацију.", +"Update to {appversion}" => "Ажурирај на {appversion}", "Disable" => "Искључи", "Enable" => "Укључи", +"Please wait...." => "Сачекајте…", "Error" => "Грешка", +"Updating...." => "Ажурирам…", +"Error while updating app" => "Грешка при ажурирању апликације", +"Updated" => "Ажурирано", "Saving..." => "Чување у току...", +"deleted" => "обрисано", "undo" => "опозови", +"Unable to remove user" => "Не могу да уклоним корисника", "Groups" => "Групе", "Group Admin" => "Управник групе", "Delete" => "Обриши", +"add group" => "додај групу", +"A valid username must be provided" => "Морате унети исправно корисничко име", +"Error creating user" => "Грешка при прављењу корисника", +"A valid password must be provided" => "Морате унети исправну лозинку", "__language_name__" => "__language_name__", "Security Warning" => "Сигурносно упозорење", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Тренутно су ваши подаци и датотеке доступне са интернета. Датотека .htaccess коју је обезбедио пакет ownCloud не функционише. Саветујемо вам да подесите веб сервер тако да директоријум са подацима не буде изложен или да га преместите изван коренског директоријума веб сервера.", +"Setup Warning" => "Упозорење о подешавању", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ваш веб сервер тренутно не подржава синхронизацију датотека јер се чини да је WebDAV сучеље неисправно.", +"Please double check the <a href='%s'>installation guides</a>." => "Погледајте <a href='%s'>водиче за инсталацију</a>.", +"Module 'fileinfo' missing" => "Недостаје модул „fileinfo“", +"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Недостаје PHP модул „fileinfo“. Препоручујемо вам да га омогућите да бисте добили најбоље резултате с откривањем MIME врста.", +"Locale not working" => "Локализација не ради", +"Internet connection not working" => "Веза с интернетом не ради", +"Execute one task with each page loaded" => "Изврши један задатак са сваком учитаном страницом", +"Sharing" => "Дељење", +"Enable Share API" => "Омогући API Share", +"Allow apps to use the Share API" => "Дозвољава апликацијама да користе API Share", +"Allow links" => "Дозволи везе", +"Allow users to share items to the public with links" => "Дозволи корисницима да деле ставке с другима путем веза", +"Allow resharing" => "Дозволи поновно дељење", +"Allow users to share items shared with them again" => "Дозволи корисницима да поновно деле ставке с другима", +"Allow users to share with anyone" => "Дозволи корисницима да деле са било ким", +"Allow users to only share with users in their groups" => "Дозволи корисницима да деле само са корисницима у њиховим групама", +"Security" => "Безбедност", +"Enforce HTTPS" => "Наметни HTTPS", +"Enforces the clients to connect to ownCloud via an encrypted connection." => "Намеће клијентима да се повежу са ownCloud-ом путем шифроване везе.", +"Log" => "Бележење", +"Log level" => "Ниво бележења", +"More" => "Више", +"Less" => "Мање", +"Version" => "Верзија", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Развијају <a href=\"http://ownCloud.org/contact\" target=\"_blank\">Оунклауд (ownCloud) заједница</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворни код</a> је издат под <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Аферо Јавном Лиценцом (Affero General Public License)\">АГПЛ лиценцом</abbr></a>.", "Add your App" => "Додајте ваш програм", "More Apps" => "Више програма", @@ -31,7 +69,14 @@ "See application page at apps.owncloud.com" => "Погледајте страницу са програмима на apps.owncloud.com", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-лиценцирао <span class=\"author\"></span>", "Update" => "Ажурирај", +"User Documentation" => "Корисничка документација", +"Administrator Documentation" => "Администраторска документација", +"Online Documentation" => "Мрежна документација", +"Forum" => "Форум", +"Bugtracker" => "Праћење грешака", +"Commercial Support" => "Комерцијална подршка", "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Искористили сте <strong>%s</strong> од дозвољених <strong>%s</strong>", +"Get the apps to sync your files" => "Преузмите апликације ради синхронизовања датотека", "Show First Run Wizard again" => "Поново прикажи чаробњак за прво покретање", "Password" => "Лозинка", "Your password was changed" => "Лозинка је промењена", @@ -39,11 +84,24 @@ "Current password" => "Тренутна лозинка", "New password" => "Нова лозинка", "Change password" => "Измени лозинку", +"Display Name" => "Име за приказ", +"Your display name was changed" => "Ваше име за приказ је промењено", +"Unable to change your display name" => "Не могу да променим ваше име за приказ", +"Change display name" => "Промени име за приказ", "Email" => "Е-пошта", "Your email address" => "Ваша адреса е-поште", "Fill in an email address to enable password recovery" => "Ун", "Language" => "Језик", "Help translate" => " Помозите у превођењу", +"WebDAV" => "WebDAV", +"Use this address to connect to your ownCloud in your file manager" => "Користите ову адресу да се повежете са ownCloud-ом у управљачу датотекама", +"Login Name" => "Корисничко име", "Create" => "Направи", -"Other" => "Друго" +"Default Storage" => "Подразумевано складиште", +"Unlimited" => "Неограничено", +"Other" => "Друго", +"Storage" => "Складиште", +"change display name" => "промени име за приказ", +"set new password" => "постави нову лозинку", +"Default" => "Подразумевано" ); |