[tx-robot] updated from transifex
This commit is contained in:
parent
c50dfd7251
commit
37868818ff
|
@ -0,0 +1,4 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Error" => "Gwall",
|
||||
"Unshare" => "Dad-rannu"
|
||||
);
|
|
@ -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..." => "Дограђујем кеш система датотека…"
|
||||
);
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Users" => "Defnyddwyr"
|
||||
);
|
|
@ -0,0 +1,4 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Cyfrinair",
|
||||
"web services under your control" => "gwasanaethau gwe a reolir gennych"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Error" => "Gwall"
|
||||
);
|
|
@ -1,6 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"perform restore operation" => "врати у претходно стање",
|
||||
"Error" => "Грешка",
|
||||
"Delete permanently" => "Обриши за стално",
|
||||
"Name" => "Име",
|
||||
"Deleted" => "Обрисано",
|
||||
"1 folder" => "1 фасцикла",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Cyfrinair",
|
||||
"Help" => "Cymorth"
|
||||
);
|
|
@ -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" => "Βοήθεια"
|
||||
);
|
||||
|
|
|
@ -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"
|
||||
);
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 ""
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 "حفظ"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 ""
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 "Записване..."
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 "সংরক্ষণ করা হচ্ছে.."
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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..."
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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..."
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 ""
|
|
@ -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 ""
|
|
@ -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 ""
|
|
@ -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 ""
|
|
@ -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"
|
|
@ -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 ""
|
|
@ -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 ""
|
|
@ -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 ""
|
|
@ -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 ""
|
|
@ -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"
|
|
@ -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 ""
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue