diff --git a/apps/admin_dependencies_chk/l10n/ru.php b/apps/admin_dependencies_chk/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..58e699cb482e8817c331e355555eb1da70461bc6 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/ru.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "Модуль php-json необходим многим приложениÑм Ð´Ð»Ñ Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ñ… ÑвÑзей", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Модуль php-curl необходим Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° Ñтраницы при добавлении закладок", +"The php-gd module is needed to create thumbnails of your images" => "Модуль php-gd необходим Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑƒÐ¼ÐµÐ½ÑŒÑˆÐµÐ½Ð½Ð¾Ð¹ копии Ð´Ð»Ñ Ð¿Ñ€ÐµÐ´Ð¿Ñ€Ð¾Ñмотра ваших картинок.", +"The php-ldap module is needed connect to your ldap server" => "Модуль php-ldap необходим Ð´Ð»Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ldap Ñервером", +"The php-zip module is needed download multiple files at once" => "Модуль php-zip необходим Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ неÑкольких файлов за раз", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Модуль php-mb_multibyte необходим Ð´Ð»Ñ ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾Ð³Ð¾ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð´Ð¸Ñ€Ð¾Ð²ÐºÐ°Ð¼Ð¸.", +"The php-ctype module is needed validate data." => "Модуль php-ctype необходим Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ данных.", +"The php-xml module is needed to share files with webdav." => "Модуль php-xml необходим Ð´Ð»Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² через webdav.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Директива allow_url_fopen в файле php.ini должна быть уÑтановлена в 1 Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð±Ð°Ð·Ñ‹ знаний Ñ Ñерверов OCS", +"The php-pdo module is needed to store owncloud data into a database." => "Модуль php-pdo необходим Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ… ownСloud в базе данных.", +"Dependencies status" => "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð·Ð°Ð²Ð¸ÑимоÑтей", +"Used by :" => "ИÑпользуетÑÑ:" +); diff --git a/apps/admin_migrate/l10n/nl.php b/apps/admin_migrate/l10n/nl.php new file mode 100644 index 0000000000000000000000000000000000000000..d1a7372c10d81fac787ceda8c65056fdd4344fcb --- /dev/null +++ b/apps/admin_migrate/l10n/nl.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "Exporteer deze ownCloud instantie", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Dit maakt een gecomprimeerd bestand, met de inhoud van deze ownCloud instantie. Kies het export type:", +"Export" => "Exporteer" +); diff --git a/apps/admin_migrate/l10n/ru.php b/apps/admin_migrate/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..c862657580468a508597508cddfd3e5c118b18ab --- /dev/null +++ b/apps/admin_migrate/l10n/ru.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "ÐкÑпортировать Ñтот ÑкземплÑÑ€ ownCloud", +"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Будет Ñоздан Ñжатый файл, Ñодержащий данные Ñтого ÑкземплÑра owncloud.\n Выберите тип ÑкÑпорта:", +"Export" => "ÐкÑпорт" +); diff --git a/apps/bookmarks/l10n/nl.php b/apps/bookmarks/l10n/nl.php new file mode 100644 index 0000000000000000000000000000000000000000..e5e0894b516a3c5a98e70eb79252b358db086fbd --- /dev/null +++ b/apps/bookmarks/l10n/nl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Bookmarks" => "Bladwijzers", +"unnamed" => "geen naam", +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Sleep dit naar uw browser bladwijzers en klik erop, wanneer u een webpagina snel wilt voorzien van een bladwijzer:", +"Read later" => "Lees later", +"Address" => "Adres", +"Title" => "Titel", +"Tags" => "Tags", +"Save bookmark" => "Bewaar bookmark", +"You have no bookmarks" => "U heeft geen bookmarks" +); diff --git a/apps/bookmarks/l10n/ru.php b/apps/bookmarks/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..3abc089e3f51313697bb7e435ea1ae6f942884a2 --- /dev/null +++ b/apps/bookmarks/l10n/ru.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Bookmarks" => "Закладки", +"unnamed" => "без имени", +"Read later" => "Прочитать позже", +"Address" => "ÐдреÑ", +"Title" => "Заголовок", +"Tags" => "Метки", +"Save bookmark" => "Сохранить закладки", +"You have no bookmarks" => "У Ð²Ð°Ñ Ð½ÐµÑ‚ закладок", +"Bookmarklet <br />" => "Букмарклет <br />" +); diff --git a/apps/bookmarks/l10n/zh_CN.php b/apps/bookmarks/l10n/zh_CN.php new file mode 100644 index 0000000000000000000000000000000000000000..0510738c97998e8cc8c14a5467aa22f22099332e --- /dev/null +++ b/apps/bookmarks/l10n/zh_CN.php @@ -0,0 +1,12 @@ +<?php $TRANSLATIONS = array( +"Bookmarks" => "书ç¾", +"unnamed" => "未命å", +"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳æ¤å¤„到您的æµè§ˆå™¨ä¹¦ç¾å¤„,点击å¯ä»¥å°†ç½‘é¡µå¿«é€Ÿæ·»åŠ åˆ°ä¹¦ç¾ä¸ã€‚", +"Read later" => "ç¨åŽé˜…读", +"Address" => "地å€", +"Title" => "æ ‡é¢˜", +"Tags" => "æ ‡ç¾", +"Save bookmark" => "ä¿å˜ä¹¦ç¾", +"You have no bookmarks" => "æ‚¨æš‚æ— ä¹¦ç¾", +"Bookmarklet <br />" => "书ç¾åº”用" +); diff --git a/apps/calendar/l10n/nl.php b/apps/calendar/l10n/nl.php index 834c0ad905422848c38a9aa3e55722f79e13e866..bc0954abe2991c6654bb545c9e84409f839f3239 100644 --- a/apps/calendar/l10n/nl.php +++ b/apps/calendar/l10n/nl.php @@ -1,7 +1,13 @@ <?php $TRANSLATIONS = array( +"Not all calendars are completely cached" => "Niet alle agenda's zijn volledig gecached", +"Everything seems to be completely cached" => "Alles lijkt volledig gecached te zijn", "No calendars found." => "Geen kalenders gevonden.", "No events found." => "Geen gebeurtenissen gevonden.", "Wrong calendar" => "Verkeerde kalender", +"The file contained either no events or all events are already saved in your calendar." => "Het bestand bevat geen gebeurtenissen of alle gebeurtenissen worden al in uw agenda bewaard.", +"events has been saved in the new calendar" => "De gebeurtenissen worden in de nieuwe agenda bewaard", +"Import failed" => "import is gefaald", +"events has been saved in your calendar" => "de gebeurtenissen zijn in uw agenda opgeslagen ", "New Timezone:" => "Nieuwe tijdszone:", "Timezone changed" => "Tijdzone is veranderd", "Invalid request" => "Ongeldige aanvraag", @@ -27,6 +33,7 @@ "Projects" => "Projecten", "Questions" => "Vragen", "Work" => "Werk", +"by" => "door", "unnamed" => "onbekend", "New Calendar" => "Nieuwe Kalender", "Does not repeat" => "Wordt niet herhaald", @@ -73,6 +80,25 @@ "by day and month" => "per dag en maand", "Date" => "Datum", "Cal." => "Cal.", +"Sun." => "Zon.", +"Mon." => "Maa.", +"Tue." => "Din.", +"Wed." => "Woe.", +"Thu." => "Don.", +"Fri." => "Vrij.", +"Sat." => "Zat.", +"Jan." => "Jan.", +"Feb." => "Feb.", +"Mar." => "Maa.", +"Apr." => "Apr.", +"May." => "Mei.", +"Jun." => "Jun.", +"Jul." => "Jul.", +"Aug." => "Aug.", +"Sep." => "Sep.", +"Oct." => "Okt.", +"Nov." => "Nov.", +"Dec." => "Dec.", "All day" => "Hele dag", "Missing fields" => "missende velden", "Title" => "Titel", @@ -86,6 +112,7 @@ "Month" => "Maand", "List" => "Lijst", "Today" => "Vandaag", +"Settings" => "Instellingen", "Your calendars" => "Je kalenders", "CalDav Link" => "CalDav Link", "Shared calendars" => "Gedeelde kalenders", @@ -136,7 +163,10 @@ "occurrences" => "gebeurtenissen", "create a new calendar" => "Maak een nieuw agenda", "Import a calendar file" => "Importeer een agenda bestand", +"Please choose a calendar" => "Kies een agenda", "Name of new calendar" => "Naam van de nieuwe agenda", +"Take an available name!" => "Kies een beschikbare naam!", +"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Een agenda met deze naam bestaat al. Als u doorgaat, worden deze agenda's samengevoegd", "Import" => "Importeer", "Close Dialog" => "Sluit venster", "Create a new event" => "Maak een nieuwe afspraak", @@ -144,9 +174,21 @@ "No categories selected" => "Geen categorieën geselecteerd", "of" => "van", "at" => "op", +"General" => "Algemeen", "Timezone" => "Tijdzone", +"Update timezone automatically" => "Werk de tijdzone automatisch bij", +"Time format" => "Tijd formaat", "24h" => "24uur", "12h" => "12uur", +"Start week on" => "Begin de week op", +"Cache" => "Cache", +"Clear cache for repeating events" => "Leeg cache voor repeterende gebeurtenissen", +"URLs" => "URLs", +"Calendar CalDAV syncing addresses" => "Agenda CalDAV synchronisatie adres", +"more info" => "meer informatie", +"Primary address (Kontact et al)" => "Primary adres (voor Kontact en dergelijke)", +"iOS/OS X" => "iOS/OS X", +"Read only iCalendar link(s)" => "Alleen lezen iCalendar link(en)", "Users" => "Gebruikers", "select users" => "kies gebruikers", "Editable" => "Te wijzigen", diff --git a/apps/calendar/l10n/ru.php b/apps/calendar/l10n/ru.php index 612a1e2ae2b5f332fc1a695a7243103243314bf2..7535a2868bc083baa2011c48e64b57f2842541e3 100644 --- a/apps/calendar/l10n/ru.php +++ b/apps/calendar/l10n/ru.php @@ -22,7 +22,7 @@ "Business" => "БизнеÑ", "Call" => "Звонить", "Clients" => "Клиенты", -"Deliverer" => "ДоÑтавщик", +"Deliverer" => "ПоÑыльный", "Holidays" => "Праздники", "Ideas" => "Идеи", "Journey" => "Поездка", @@ -115,13 +115,13 @@ "Settings" => "Параметры", "Your calendars" => "Ваши календари", "CalDav Link" => "СÑылка Ð´Ð»Ñ CalDav", -"Shared calendars" => "Общие календари", -"No shared calendars" => "Ðет общих календарей", -"Share Calendar" => "Сделать календарь общим", +"Shared calendars" => "Опубликованные", +"No shared calendars" => "Ðет опубликованных календарей", +"Share Calendar" => "Опубликовать", "Download" => "Скачать", "Edit" => "Редактировать", "Delete" => "Удалить", -"shared with you by" => "Ñ Ð²Ð°Ð¼Ð¸ поделилÑÑ", +"shared with you by" => "опубликовал Ð´Ð»Ñ Ð²Ð°Ñ", "New calendar" => "Ðовый календарь", "Edit calendar" => "Редактировать календарь", "Displayname" => "Отображаемое имÑ", @@ -136,7 +136,7 @@ "Repeating" => "Повторение", "Alarm" => "Сигнал", "Attendees" => "УчаÑтники", -"Share" => "ПоделитьÑÑ", +"Share" => "Опубликовать", "Title of the Event" => "Ðазвание Ñобытие", "Category" => "КатегориÑ", "Separate categories with commas" => "РазделÑйте категории запÑтыми", diff --git a/apps/contacts/l10n/ca.php b/apps/contacts/l10n/ca.php index 2004d416b34c4be4b082a48eb008a45a03053265..5a8b0e018c641a83a2566bded750ea90f1b32a73 100644 --- a/apps/contacts/l10n/ca.php +++ b/apps/contacts/l10n/ca.php @@ -52,6 +52,9 @@ "Not implemented" => "No implementada", "Couldn't get a valid address." => "No s'ha pogut obtenir una adreça và lida.", "Error" => "Error", +"You do not have permission to add contacts to " => "No teniu permisos per afegir contactes a ", +"Please select one of your own address books." => "Seleccioneu una de les vostres llibretes d'adreces", +"Permission error" => "Error de permisos", "This property has to be non-empty." => "Aquesta propietat no pot ser buida.", "Couldn't serialize elements." => "No s'han pogut serialitzar els elements.", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' s'ha cridat sense argument de tipus. Informeu-ne a bugs.owncloud.org", @@ -107,6 +110,8 @@ "Questions" => "Preguntes", "{name}'s Birthday" => "Aniversari de {name}", "Contact" => "Contacte", +"You do not have the permissions to edit this contact." => "No teniu permisos per editar aquest contacte", +"You do not have the permissions to delete this contact." => "No teniu permisos per esborrar aquest contacte", "Add Contact" => "Afegeix un contacte", "Import" => "Importa", "Settings" => "Configuració", diff --git a/apps/contacts/l10n/cs_CZ.php b/apps/contacts/l10n/cs_CZ.php index 966743a13f61e350bf0285fdc04de15649154670..cae9ae0c40c729b78b313683a744712bdd7490da 100644 --- a/apps/contacts/l10n/cs_CZ.php +++ b/apps/contacts/l10n/cs_CZ.php @@ -14,6 +14,8 @@ "Cannot add empty property." => "Nelze pÅ™idat prazdný údaj.", "At least one of the address fields has to be filled out." => "Musà být uveden nejménÄ› jeden z adresnÃch údajů", "Trying to add duplicate property: " => "PokouÅ¡Ãte se pÅ™idat duplicitnà atribut: ", +"Missing IM parameter." => "ChybÄ›jÃcà parametr IM", +"Unknown IM: " => "Neznámý IM:", "Information about vCard is incorrect. Please reload the page." => "Informace o vCard je nesprávná. Obnovte stránku, prosÃm.", "Missing ID" => "Chybà ID", "Error parsing VCard for ID: \"" => "Chyba pÅ™i parsovánà VCard pro ID: \"", @@ -50,6 +52,9 @@ "Not implemented" => "Neimplementováno", "Couldn't get a valid address." => "Nelze zÃskat platnou adresu.", "Error" => "Chyba", +"You do not have permission to add contacts to " => "Nemáte práva pÅ™idat kontakt do", +"Please select one of your own address books." => "ProsÃm vyberte jeden z vaÅ¡ich adresářů", +"Permission error" => "Chyba pÅ™Ãstupových práv", "This property has to be non-empty." => "Tento parametr nemuže zůstat nevyplnÄ›n.", "Couldn't serialize elements." => "Prvky nelze pÅ™evést..", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' voláno bez argumentu. ProsÃm oznamte chybu na bugs.owncloud.org", @@ -59,6 +64,7 @@ "Error loading profile picture." => "Chyba pÅ™i otevÃránà obrázku profilu", "Select type" => "Vybrat typ", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "NÄ›které kontakty jsou oznaÄeny ke smazánÃ. PoÄkete prosÃm na dokonÄenà operace.", +"Do you want to merge these address books?" => "Chcete spojit tyto adresáře?", "Result: " => "Výsledek: ", " imported, " => "importováno v pořádku,", " failed." => "neimportováno.", @@ -66,6 +72,18 @@ "Addressbook not found: " => "Adresář nenalezen:", "This is not your addressbook." => "Toto nenà Váš adresář.", "Contact could not be found." => "Kontakt nebyl nalezen.", +"Jabber" => "Jabber", +"AIM" => "AIM", +"MSN" => "MSN", +"Twitter" => "Twitter", +"GoogleTalk" => "GoogleTalk", +"Facebook" => "Facebook", +"XMPP" => "XMPP", +"ICQ" => "ICQ", +"Yahoo" => "Yahoo", +"Skype" => "Skype", +"QQ" => "QQ", +"GaduGadu" => "GaduGadu", "Work" => "PracovnÃ", "Home" => "DomácÃ", "Other" => "OstatnÃ", @@ -92,6 +110,8 @@ "Questions" => "Dotazy", "{name}'s Birthday" => "Narozeniny {name}", "Contact" => "Kontakt", +"You do not have the permissions to edit this contact." => "Nemáte práva editovat tento kontakt", +"You do not have the permissions to delete this contact." => "Nemáte práva smazat tento kontakt", "Add Contact" => "PÅ™idat kontakt", "Import" => "Import", "Settings" => "NastavenÃ", @@ -134,12 +154,15 @@ "Delete email address" => "Smazat e-mail", "Enter phone number" => "Zadat telefonà ÄÃslo", "Delete phone number" => "Smazat telefonà ÄÃslo", +"Instant Messenger" => "Instant Messenger", +"Delete IM" => "Smazat IM", "View on map" => "Zobrazit na mapÄ›", "Edit address details" => "Upravit podrobnosti adresy", "Add notes here." => "Zde můžete pÅ™ipsat poznámky.", "Add field" => "PÅ™idat polÃÄko", "Phone" => "Telefon", "Email" => "Email", +"Instant Messaging" => "Instant Messaging", "Address" => "Adresa", "Note" => "Poznámka", "Download contact" => "Stáhnout kontakt", @@ -194,6 +217,7 @@ "iOS/OS X" => "iOS/OS X", "Show CardDav link" => "Zobrazit odklaz CardDAV:", "Show read-only VCF link" => "Zobrazit odkaz VCF pouze pro ÄtenÃ", +"Share" => "SdÃlet", "Download" => "StaženÃ", "Edit" => "Editovat", "New Address Book" => "Nový adresář", diff --git a/apps/contacts/l10n/de.php b/apps/contacts/l10n/de.php index ca65d26cec1490194d9ad27fc2d6d83df74d9b30..c2e8884fc2509116c3c956016ae2d0177bbade6e 100644 --- a/apps/contacts/l10n/de.php +++ b/apps/contacts/l10n/de.php @@ -52,6 +52,9 @@ "Not implemented" => "Nicht verfügbar", "Couldn't get a valid address." => "Konnte keine gültige Adresse abrufen.", "Error" => "Fehler", +"You do not have permission to add contacts to " => "Sie besitzen nicht die erforderlichen Rechte, um Kontakte hinzuzufügen", +"Please select one of your own address books." => "Bitte wählen Sie eines Ihrer Adressbücher aus.", +"Permission error" => "Berechtigungsfehler", "This property has to be non-empty." => "Dieses Feld darf nicht leer sein.", "Couldn't serialize elements." => "Konnte Elemente nicht serialisieren", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' wurde ohne Argumente aufgerufen. Bitte melden Sie dies auf bugs.owncloud.org", @@ -107,6 +110,8 @@ "Questions" => "Fragen", "{name}'s Birthday" => "Geburtstag von {name}", "Contact" => "Kontakt", +"You do not have the permissions to edit this contact." => "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakt zu bearbeiten.", +"You do not have the permissions to delete this contact." => "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakte zu löschen.", "Add Contact" => "Kontakt hinzufügen", "Import" => "Importieren", "Settings" => "Einstellungen", diff --git a/apps/contacts/l10n/el.php b/apps/contacts/l10n/el.php index 638085f5156e7c08a7f5ae0e4e48fa314f6b663e..a50dd81e5d3adfa8c3b103f3ec6a6ca693c718e5 100644 --- a/apps/contacts/l10n/el.php +++ b/apps/contacts/l10n/el.php @@ -52,6 +52,9 @@ "Not implemented" => "Δεν Îχει υλοποιηθεί", "Couldn't get a valid address." => "Αδυναμία λήψης ÎγκυÏης διεÏθυνσης", "Error" => "Σφάλμα", +"You do not have permission to add contacts to " => "Δεν Îχετε επαÏκή δικαιώματα για Ï€ÏοσθÎσετε επαφÎÏ‚ στο ", +"Please select one of your own address books." => "ΠαÏακαλοÏμε επιλÎξτε Îνα από τα δικάς σας βιβλία διευθÏνσεων.", +"Permission error" => "Σφάλμα δικαιωμάτων", "This property has to be non-empty." => "Το πεδίο δεν Ï€ÏÎπει να είναι άδειο.", "Couldn't serialize elements." => "ΑδÏνατο να μπουν σε σειÏά τα στοιχεία", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "το 'deleteProperty' καλÎστηκε χωÏίς without type argument. ΠαÏακαλώ αναφÎÏατε στο bugs.owncloud.org", @@ -107,6 +110,8 @@ "Questions" => "ΕÏωτήσεις", "{name}'s Birthday" => "{name} Îχει ΓενÎθλια", "Contact" => "Επαφή", +"You do not have the permissions to edit this contact." => "Δεν διαθÎτε επαÏκή δικαιώματα για την επεξεÏγασία αυτής της επαφής.", +"You do not have the permissions to delete this contact." => "Δεν διαθÎτε επαÏκή δικαιώματα για την διαγÏαφή αυτής της επαφής.", "Add Contact" => "Î Ïοσθήκη επαφής", "Import" => "Εισαγωγή", "Settings" => "Ρυθμίσεις", diff --git a/apps/contacts/l10n/fr.php b/apps/contacts/l10n/fr.php index 613871706d36c5d605365965e4da5b856b82df70..787843f0f2d844933bdc23ad97fa375930068030 100644 --- a/apps/contacts/l10n/fr.php +++ b/apps/contacts/l10n/fr.php @@ -52,6 +52,9 @@ "Not implemented" => "Pas encore implémenté", "Couldn't get a valid address." => "Impossible de trouver une adresse valide.", "Error" => "Erreur", +"You do not have permission to add contacts to " => "Vous n'avez pas l'autorisation d'ajouter des contacts à ", +"Please select one of your own address books." => "Veuillez sélectionner l'un de vos carnets d'adresses.", +"Permission error" => "Erreur de permission", "This property has to be non-empty." => "Cette valeur ne doit pas être vide", "Couldn't serialize elements." => "Impossible de sérialiser les éléments.", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' a été appelé sans type d'arguments. Merci de rapporter un bug à bugs.owncloud.org", @@ -82,7 +85,7 @@ "QQ" => "QQ", "GaduGadu" => "GaduGadu", "Work" => "Travail", -"Home" => "Maison", +"Home" => "Domicile", "Other" => "Autre", "Mobile" => "Mobile", "Text" => "Texte", @@ -107,6 +110,8 @@ "Questions" => "Questions", "{name}'s Birthday" => "Anniversaire de {name}", "Contact" => "Contact", +"You do not have the permissions to edit this contact." => "Vous n'avez pas l'autorisation de modifier ce contact.", +"You do not have the permissions to delete this contact." => "Vous n'avez pas l'autorisation de supprimer ce contact.", "Add Contact" => "Ajouter un Contact", "Import" => "Importer", "Settings" => "Paramètres", diff --git a/apps/contacts/l10n/it.php b/apps/contacts/l10n/it.php index 99a793d74e48c9ee8f6d24de085acf48d5c17e4a..1f0e2e39554698f92e658a083b64c5c813182bd9 100644 --- a/apps/contacts/l10n/it.php +++ b/apps/contacts/l10n/it.php @@ -52,6 +52,9 @@ "Not implemented" => "Non implementata", "Couldn't get a valid address." => "Impossibile ottenere un indirizzo valido.", "Error" => "Errore", +"You do not have permission to add contacts to " => "Non hai i permessi per aggiungere contatti a", +"Please select one of your own address books." => "Seleziona una delle tue rubriche.", +"Permission error" => "Errore relativo ai permessi", "This property has to be non-empty." => "Questa proprietà non può essere vuota.", "Couldn't serialize elements." => "Impossibile serializzare gli elementi.", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' invocata senza l'argomento di tipo. Segnalalo a bugs.owncloud.org", @@ -107,6 +110,8 @@ "Questions" => "Domande", "{name}'s Birthday" => "Data di nascita di {name}", "Contact" => "Contatto", +"You do not have the permissions to edit this contact." => "Non hai i permessi per modificare questo contatto.", +"You do not have the permissions to delete this contact." => "Non hai i permessi per eliminare questo contatto.", "Add Contact" => "Aggiungi contatto", "Import" => "Importa", "Settings" => "Impostazioni", diff --git a/apps/contacts/l10n/ja_JP.php b/apps/contacts/l10n/ja_JP.php index 8a6cce37cc657a290148b29f95f41b44708f7c92..9b5874d459796946fc606e50b13aee8d68347193 100644 --- a/apps/contacts/l10n/ja_JP.php +++ b/apps/contacts/l10n/ja_JP.php @@ -26,13 +26,13 @@ "Error reading contact photo." => "連絡先写真ã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼ã€‚", "Error saving temporary file." => "一時ファイルã®ä¿å˜ã‚¨ãƒ©ãƒ¼ã€‚", "The loading photo is not valid." => "写真ã®èªã¿è¾¼ã¿ã¯ç„¡åŠ¹ã§ã™ã€‚", -"Contact ID is missing." => "コンタクトIDãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。", +"Contact ID is missing." => "連絡先 IDãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。", "No photo path was submitted." => "写真ã®ãƒ‘スãŒç™»éŒ²ã•ã‚Œã¦ã„ã¾ã›ã‚“。", "File doesn't exist:" => "ファイルãŒå˜åœ¨ã—ã¾ã›ã‚“:", "Error loading image." => "ç”»åƒã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼ã€‚", -"Error getting contact object." => "コンタクトオブジェクトã®å–得エラー。", +"Error getting contact object." => "連絡先オブジェクトã®å–得エラー。", "Error getting PHOTO property." => "写真属性ã®å–得エラー。", -"Error saving contact." => "コンタクトã®ä¿å˜ã‚¨ãƒ©ãƒ¼ã€‚", +"Error saving contact." => "連絡先ã®ä¿å˜ã‚¨ãƒ©ãƒ¼ã€‚", "Error resizing image" => "ç”»åƒã®ãƒªã‚µã‚¤ã‚ºã‚¨ãƒ©ãƒ¼", "Error cropping image" => "ç”»åƒã®åˆ‡ã‚ŠæŠœãエラー", "Error creating temporary image" => "一時画åƒã®ç”Ÿæˆã‚¨ãƒ©ãƒ¼", @@ -52,6 +52,9 @@ "Not implemented" => "未実装", "Couldn't get a valid address." => "有効ãªã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’å–å¾—ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚", "Error" => "エラー", +"You do not have permission to add contacts to " => "é€£çµ¡å…ˆã‚’è¿½åŠ ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“", +"Please select one of your own address books." => "アドレス帳を一ã¤é¸æŠžã—ã¦ãã ã•ã„", +"Permission error" => "権é™ã‚¨ãƒ©ãƒ¼", "This property has to be non-empty." => "ã“ã®å±žæ€§ã¯ç©ºã«ã§ãã¾ã›ã‚“。", "Couldn't serialize elements." => "è¦ç´ をシリアライズã§ãã¾ã›ã‚“ã§ã—ãŸã€‚", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' ã¯åž‹ã®å¼•æ•°ç„¡ã—ã§å‘¼ã³å‡ºã•ã‚Œã¾ã—ãŸã€‚bugs.owncloud.org ã¸å ±å‘Šã—ã¦ãã ã•ã„。", @@ -60,7 +63,7 @@ "The file you are trying to upload exceed the maximum size for file uploads on this server." => "アップãƒãƒ¼ãƒ‰ã—よã†ã¨ã—ã¦ã„るファイルã¯ã€ã“ã®ã‚µãƒ¼ãƒã®æœ€å¤§ãƒ•ã‚¡ã‚¤ãƒ«ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã‚µã‚¤ã‚ºã‚’超ãˆã¦ã„ã¾ã™ã€‚", "Error loading profile picture." => "プãƒãƒ•ã‚¡ã‚¤ãƒ«ã®ç”»åƒã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼", "Select type" => "タイプをé¸æŠž", -"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "ã„ãã¤ã‹ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãŒå‰Šé™¤ã¨ãƒžãƒ¼ã‚¯ã•ã‚Œã¦ã„ã¾ã™ãŒã€ã¾ã 削除ã•ã‚Œã¦ã„ã¾ã›ã‚“。削除ã™ã‚‹ã¾ã§ãŠå¾…ã¡ãã ã•ã„。", +"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "ã„ãã¤ã‹ã®é€£çµ¡å…ˆãŒå‰Šé™¤ã¨ãƒžãƒ¼ã‚¯ã•ã‚Œã¦ã„ã¾ã™ãŒã€ã¾ã 削除ã•ã‚Œã¦ã„ã¾ã›ã‚“。削除ã™ã‚‹ã¾ã§ãŠå¾…ã¡ãã ã•ã„。", "Do you want to merge these address books?" => "ã“れらã®ã‚¢ãƒ‰ãƒ¬ã‚¹å¸³ã‚’マージã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ", "Result: " => "çµæžœ: ", " imported, " => " をインãƒãƒ¼ãƒˆã€ ", @@ -107,6 +110,8 @@ "Questions" => "質å•", "{name}'s Birthday" => "{name}ã®èª•ç”Ÿæ—¥", "Contact" => "連絡先", +"You do not have the permissions to edit this contact." => "ã“ã®é€£çµ¡å…ˆã‚’編集ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“", +"You do not have the permissions to delete this contact." => "ã“ã®é€£çµ¡å…ˆã‚’削除ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“", "Add Contact" => "連絡先ã®è¿½åŠ ", "Import" => "インãƒãƒ¼ãƒˆ", "Settings" => "è¨å®š", @@ -114,16 +119,16 @@ "Close" => "é–‰ã˜ã‚‹", "Keyboard shortcuts" => "ã‚ーボードショートカット", "Navigation" => "ナビゲーション", -"Next contact in list" => "リスト内ã®æ¬¡ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆ", -"Previous contact in list" => "リスト内ã®å‰ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆ", +"Next contact in list" => "リスト内ã®æ¬¡ã®é€£çµ¡å…ˆ", +"Previous contact in list" => "リスト内ã®å‰ã®é€£çµ¡å…ˆ", "Expand/collapse current addressbook" => "ç¾åœ¨ã®ã‚¢ãƒ‰ãƒ¬ã‚¹å¸³ã‚’展開ã™ã‚‹ï¼æŠ˜ã‚ŠãŸãŸã‚€", "Next addressbook" => "次ã®ã‚¢ãƒ‰ãƒ¬ã‚¹å¸³", "Previous addressbook" => "å‰ã®ã‚¢ãƒ‰ãƒ¬ã‚¹å¸³", "Actions" => "アクション", "Refresh contacts list" => "連絡先リストをå†èªè¾¼ã™ã‚‹", -"Add new contact" => "æ–°ã—ã„ã‚³ãƒ³ã‚¿ã‚¯ãƒˆã‚’è¿½åŠ ", +"Add new contact" => "æ–°ã—ã„é€£çµ¡å…ˆã‚’è¿½åŠ ", "Add new addressbook" => "æ–°ã—ã„ã‚¢ãƒ‰ãƒ¬ã‚¹å¸³ã‚’è¿½åŠ ", -"Delete current contact" => "ç¾åœ¨ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆã‚’削除", +"Delete current contact" => "ç¾åœ¨ã®é€£çµ¡å…ˆã‚’削除", "Drop photo to upload" => "写真をドãƒãƒƒãƒ—ã—ã¦ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰", "Delete current photo" => "ç¾åœ¨ã®å†™çœŸã‚’削除", "Edit current photo" => "ç¾åœ¨ã®å†™çœŸã‚’編集", @@ -196,11 +201,11 @@ "Esq." => "Esq.", "Jr." => "Jr.", "Sn." => "Sn.", -"Import a contacts file" => "コンタクトファイルをインãƒãƒ¼ãƒˆ", +"Import a contacts file" => "連絡先ファイルをインãƒãƒ¼ãƒˆ", "Please choose the addressbook" => "アドレス帳をé¸æŠžã—ã¦ãã ã•ã„", "create a new addressbook" => "æ–°ã—ã„アドレス帳を作æˆ", "Name of new addressbook" => "æ–°ã—ã„アドレスブックã®åå‰", -"Importing contacts" => "コンタクトをインãƒãƒ¼ãƒˆ", +"Importing contacts" => "連絡先をインãƒãƒ¼ãƒˆ", "You have no contacts in your addressbook." => "アドレス帳ã«é€£çµ¡å…ˆãŒç™»éŒ²ã•ã‚Œã¦ã„ã¾ã›ã‚“。", "Add contact" => "é€£çµ¡å…ˆã‚’è¿½åŠ ", "Select Address Books" => "アドレス帳をé¸æŠžã—ã¦ãã ã•ã„", diff --git a/apps/contacts/l10n/nl.php b/apps/contacts/l10n/nl.php index ff499e92493f80211f75062ea80d626fcbdb2b35..7c85dd7ce9394529c44ca62828be2c1bf09f3680 100644 --- a/apps/contacts/l10n/nl.php +++ b/apps/contacts/l10n/nl.php @@ -10,9 +10,12 @@ "No contacts found." => "Geen contracten gevonden", "There was an error adding the contact." => "Er was een fout bij het toevoegen van het contact.", "element name is not set." => "onderdeel naam is niet opgegeven.", +"Could not parse contact: " => "Kon het contact niet verwerken", "Cannot add empty property." => "Kan geen lege eigenschap toevoegen.", "At least one of the address fields has to be filled out." => "Minstens één van de adresvelden moet ingevuld worden.", "Trying to add duplicate property: " => "Eigenschap bestaat al: ", +"Missing IM parameter." => "IM parameter ontbreekt", +"Unknown IM: " => "Onbekende IM:", "Information about vCard is incorrect. Please reload the page." => "Informatie over de vCard is onjuist. Herlaad de pagina.", "Missing ID" => "Ontbrekend ID", "Error parsing VCard for ID: \"" => "Fout bij inlezen VCard voor ID: \"", @@ -27,6 +30,13 @@ "No photo path was submitted." => "Geen fotopad opgestuurd.", "File doesn't exist:" => "Bestand bestaat niet:", "Error loading image." => "Fout bij laden plaatje.", +"Error getting contact object." => "Fout om contact object te verkrijgen", +"Error getting PHOTO property." => "Fout om PHOTO eigenschap te verkrijgen", +"Error saving contact." => "Fout om contact op te slaan", +"Error resizing image" => "Fout tijdens aanpassen plaatje", +"Error cropping image" => "Fout tijdens aanpassen plaatje", +"Error creating temporary image" => "Fout om een tijdelijk plaatje te maken", +"Error finding image: " => "Fout kan plaatje niet vinden:", "Error uploading contacts to storage." => "Fout bij opslaan van contacten.", "There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.", "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Het bestand overschrijdt de upload_max_filesize instelling in php.ini", @@ -34,11 +44,49 @@ "The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload", "No file was uploaded" => "Er is geen bestand geüpload", "Missing a temporary folder" => "Er ontbreekt een tijdelijke map", +"Couldn't save temporary image: " => "Kan tijdelijk plaatje niet op slaan:", +"Couldn't load temporary image: " => "Kan tijdelijk plaatje niet op laden:", +"No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout", "Contacts" => "Contacten", +"Sorry, this functionality has not been implemented yet" => "Sorry, deze functionaliteit is nog niet geïmplementeerd", +"Not implemented" => "Niet geïmplementeerd", +"Couldn't get a valid address." => "Kan geen geldig adres krijgen", +"Error" => "Fout", +"You do not have permission to add contacts to " => "U hebt geen permissie om contacten toe te voegen aan", +"Please select one of your own address books." => "Selecteer één van uw eigen adresboeken", +"Permission error" => "Permissie fout", +"This property has to be non-empty." => "Dit veld mag niet leeg blijven", +"Couldn't serialize elements." => "Kan de elementen niet serializen", +"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' aangeroepen zonder type argument. Rapporteer dit a.u.b. via http://bugs.owncloud.org", +"Edit name" => "Pas naam aan", +"No files selected for upload." => "Geen bestanden geselecteerd voor upload.", +"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Het bestand dat u probeert te uploaden overschrijdt de maximale bestand grootte voor bestand uploads voor deze server.", +"Error loading profile picture." => "Fout profiel plaatje kan niet worden geladen.", +"Select type" => "Selecteer type", +"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Enkele contacten zijn gemarkeerd om verwijderd te worden, maar zijn nog niet verwijderd. Wacht totdat ze zijn verwijderd.", +"Do you want to merge these address books?" => "Wilt u deze adresboeken samenvoegen?", +"Result: " => "Resultaat:", +" imported, " => "geïmporteerd,", +" failed." => "gefaald.", +"Displayname cannot be empty." => "Displaynaam mag niet leeg zijn.", +"Addressbook not found: " => "Adresboek niet gevonden:", "This is not your addressbook." => "Dit is niet uw adresboek.", "Contact could not be found." => "Contact kon niet worden gevonden.", +"Jabber" => "Jabber", +"AIM" => "AIM", +"MSN" => "MSN", +"Twitter" => "Twitter", +"GoogleTalk" => "GoogleTalk", +"Facebook" => "Facebook", +"XMPP" => "XMPP", +"ICQ" => "ICQ", +"Yahoo" => "Yahoo", +"Skype" => "Skype", +"QQ" => "QQ", +"GaduGadu" => "GaduGadu", "Work" => "Werk", "Home" => "Thuis", +"Other" => "Anders", "Mobile" => "Mobiel", "Text" => "Tekst", "Voice" => "Stem", @@ -48,11 +96,39 @@ "Pager" => "Pieper", "Internet" => "Internet", "Birthday" => "Verjaardag", +"Business" => "Business", +"Call" => "Bel", +"Clients" => "Klanten", +"Deliverer" => "Leverancier", +"Holidays" => "Vakanties", +"Ideas" => "Ideeën", +"Journey" => "Reis", +"Jubilee" => "Jubileum", +"Meeting" => "Vergadering", +"Personal" => "Persoonlijk", +"Projects" => "Projecten", +"Questions" => "Vragen", "{name}'s Birthday" => "{name}'s verjaardag", "Contact" => "Contact", +"You do not have the permissions to edit this contact." => "U heeft geen permissie om dit contact te bewerken.", +"You do not have the permissions to delete this contact." => "U heeft geen permissie om dit contact te verwijderen.", "Add Contact" => "Contact toevoegen", "Import" => "Importeer", +"Settings" => "Instellingen", "Addressbooks" => "Adresboeken", +"Close" => "Sluiten", +"Keyboard shortcuts" => "Sneltoetsen", +"Navigation" => "Navigatie", +"Next contact in list" => "Volgende contact in de lijst", +"Previous contact in list" => "Vorige contact in de lijst", +"Expand/collapse current addressbook" => "Uitklappen / inklappen huidig adresboek", +"Next addressbook" => "Volgende adresboek", +"Previous addressbook" => "Vorige adresboek", +"Actions" => "Acties", +"Refresh contacts list" => "Vernieuw contact lijst", +"Add new contact" => "Voeg nieuw contact toe", +"Add new addressbook" => "Voeg nieuw adresboek toe", +"Delete current contact" => "Verwijder huidig contact", "Drop photo to upload" => "Verwijder foto uit upload", "Delete current photo" => "Verwijdere huidige foto", "Edit current photo" => "Wijzig huidige foto", @@ -64,6 +140,9 @@ "Delete" => "Verwijderen", "Nickname" => "Roepnaam", "Enter nickname" => "Voer roepnaam in", +"Web site" => "Website", +"http://www.somesite.com" => "http://www.willekeurigesite.com", +"Go to web site" => "Ga naar website", "dd-mm-yyyy" => "dd-mm-yyyy", "Groups" => "Groepen", "Separate groups with commas" => "Gebruik komma bij meerder groepen", @@ -75,26 +154,41 @@ "Delete email address" => "Verwijder email adres", "Enter phone number" => "Voer telefoonnummer in", "Delete phone number" => "Verwijdere telefoonnummer", +"Instant Messenger" => "Instant Messenger", +"Delete IM" => "Verwijder IM", "View on map" => "Bekijk op een kaart", "Edit address details" => "Wijzig adres gegevens", "Add notes here." => "Voeg notitie toe", "Add field" => "Voeg veld toe", "Phone" => "Telefoon", "Email" => "E-mail", +"Instant Messaging" => "Instant Messaging", "Address" => "Adres", "Note" => "Notitie", "Download contact" => "Download contact", "Delete contact" => "Verwijder contact", +"The temporary image has been removed from cache." => "Het tijdelijke plaatje is uit de cache verwijderd.", "Edit address" => "Wijzig adres", "Type" => "Type", "PO Box" => "Postbus", +"Street address" => "Adres", +"Street and number" => "Straat en nummer", "Extended" => "Uitgebreide", +"Apartment number etc." => "Apartement nummer", "City" => "Stad", "Region" => "Regio", +"E.g. state or province" => "Provincie", "Zipcode" => "Postcode", +"Postal code" => "Postcode", "Country" => "Land", "Addressbook" => "Adresboek", "Hon. prefixes" => "Hon. prefixes", +"Miss" => "Mw", +"Ms" => "Mw", +"Mr" => "M", +"Sir" => "M", +"Mrs" => "Mw", +"Dr" => "M", "Given name" => "Voornaam", "Additional names" => "Extra namen", "Family name" => "Achternaam", @@ -105,13 +199,22 @@ "Importing contacts" => "Importeren van contacten", "You have no contacts in your addressbook." => "Je hebt geen contacten in je adresboek", "Add contact" => "Contactpersoon toevoegen", +"Select Address Books" => "Selecteer adresboeken", +"Enter name" => "Naam", +"Enter description" => "Beschrijving", "CardDAV syncing addresses" => "CardDAV synchroniseert de adressen", "more info" => "meer informatie", "Primary address (Kontact et al)" => "Standaardadres", "iOS/OS X" => "IOS/OS X", +"Show CardDav link" => "Laat CardDav link zien", +"Show read-only VCF link" => "Laat alleen lezen VCF link zien", +"Share" => "Deel", "Download" => "Download", "Edit" => "Bewerken", "New Address Book" => "Nieuw Adresboek", +"Name" => "Naam", +"Description" => "Beschrijving", "Save" => "Opslaan", -"Cancel" => "Anuleren" +"Cancel" => "Anuleren", +"More..." => "Meer..." ); diff --git a/apps/contacts/l10n/ru.php b/apps/contacts/l10n/ru.php index 010c4507f4e0cfcace57da48ee117c4e4486f435..eaeb385d3b0610469154ddd0a8918d69dab16789 100644 --- a/apps/contacts/l10n/ru.php +++ b/apps/contacts/l10n/ru.php @@ -14,6 +14,7 @@ "Cannot add empty property." => "Ðевозможно добавить пуÑтой параметр.", "At least one of the address fields has to be filled out." => "Как минимум одно поле адреÑа должно быть заполнено.", "Trying to add duplicate property: " => "При попытке добавить дубликат:", +"Missing IM parameter." => "ОтÑутÑтвует параметр IM.", "Unknown IM: " => "ÐеизвеÑтный IM:", "Information about vCard is incorrect. Please reload the page." => "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ vCard некорректна. ПожалуйÑта, обновите Ñтраницу.", "Missing ID" => "ОтÑутÑтвует ID", @@ -51,6 +52,9 @@ "Not implemented" => "Ðе реализовано", "Couldn't get a valid address." => "Ðе удалоÑÑŒ получить адреÑ.", "Error" => "Ошибка", +"You do not have permission to add contacts to " => "У Ð²Ð°Ñ Ð½ÐµÑ‚ разрешений добавлÑÑ‚ÑŒ контакты в", +"Please select one of your own address books." => "Выберите одну из ваших ÑобÑтвенных адреÑных книг.", +"Permission error" => "Ошибка доÑтупа", "This property has to be non-empty." => "Ðто ÑвойÑтво должно быть не пуÑтым.", "Couldn't serialize elements." => "Ðе удалоÑÑŒ Ñериализовать Ñлементы.", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' called without type argument. Please report at bugs.owncloud.org", @@ -95,6 +99,7 @@ "Business" => "БизнеÑ", "Call" => "Вызов", "Clients" => "Клиенты", +"Deliverer" => "ПоÑыльный", "Holidays" => "Праздники", "Ideas" => "Идеи", "Journey" => "Поездка", @@ -105,6 +110,8 @@ "Questions" => "ВопроÑÑ‹", "{name}'s Birthday" => "День Ñ€Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ {name}", "Contact" => "Контакт", +"You do not have the permissions to edit this contact." => "У Ð²Ð°Ñ Ð½ÐµÑ‚ разрешений редактировать Ñтот контакт.", +"You do not have the permissions to delete this contact." => "У Ð²Ð°Ñ Ð½ÐµÑ‚ разрешений удалÑÑ‚ÑŒ Ñтот контакт.", "Add Contact" => "Добавить Контакт", "Import" => "Импорт", "Settings" => "ÐаÑтройки", @@ -147,6 +154,7 @@ "Delete email address" => "Удалить Ð°Ð´Ñ€ÐµÑ Ñлектронной почты", "Enter phone number" => "ВвеÑти номер телефона", "Delete phone number" => "Удалить номер телефона", +"Instant Messenger" => "Instant Messenger", "Delete IM" => "Удалить IM", "View on map" => "Показать на карте", "Edit address details" => "ВвеÑти детали адреÑа", @@ -154,6 +162,7 @@ "Add field" => "Добавить поле", "Phone" => "Телефон", "Email" => "Ящик Ñл. почты", +"Instant Messaging" => "БыÑтрые ÑообщениÑ", "Address" => "ÐдреÑ", "Note" => "Заметка", "Download contact" => "Скачать контакт", @@ -206,6 +215,9 @@ "more info" => "Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ", "Primary address (Kontact et al)" => "Первичный Ð°Ð´Ñ€ÐµÑ (Kontact и др.)", "iOS/OS X" => "iOS/OS X", +"Show CardDav link" => "Показать ÑÑылку CardDav", +"Show read-only VCF link" => "Показать нередактируемую ÑÑылку VCF", +"Share" => "Опубликовать", "Download" => "Скачать", "Edit" => "Редактировать", "New Address Book" => "ÐÐ¾Ð²Ð°Ñ Ð°Ð´Ñ€ÐµÑÐ½Ð°Ñ ÐºÐ½Ð¸Ð³Ð°", diff --git a/apps/contacts/l10n/sl.php b/apps/contacts/l10n/sl.php index 0ed9766aa327b7eebcadf501d02fb2c2ed02dfd6..fe0e8ef16c96aaf0f12ad13e014ca76d65842370 100644 --- a/apps/contacts/l10n/sl.php +++ b/apps/contacts/l10n/sl.php @@ -52,6 +52,9 @@ "Not implemented" => "Ni podprto", "Couldn't get a valid address." => "Ne morem dobiti veljavnega naslova.", "Error" => "Napaka", +"You do not have permission to add contacts to " => "Nimate dovoljenja za dodajanje stikov v", +"Please select one of your own address books." => "Prosimo, Äe izberete enega izmed vaÅ¡ih adresarjev.", +"Permission error" => "Napaka dovoljenj", "This property has to be non-empty." => "Ta lastnost ne sme biti prazna", "Couldn't serialize elements." => "Predmetov ni bilo mogoÄe dati v zaporedje.", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" je bila klicana brez vrste argumenta. Prosimo, Äe oddate poroÄilo o napaki na bugs.owncloud.org", @@ -107,6 +110,8 @@ "Questions" => "VpraÅ¡anja", "{name}'s Birthday" => "{name} - rojstni dan", "Contact" => "Stik", +"You do not have the permissions to edit this contact." => "Nimate dovoljenj za urejanje tega stika.", +"You do not have the permissions to delete this contact." => "Nimate dovoljenj za izbris tega stika.", "Add Contact" => "Dodaj stik", "Import" => "Uvozi", "Settings" => "Nastavitve", diff --git a/apps/contacts/l10n/sv.php b/apps/contacts/l10n/sv.php index a7721753b4b465a9912ff68a28da80bda4442763..88aac866f6d45c23e9e31a3b987f452f619bcef1 100644 --- a/apps/contacts/l10n/sv.php +++ b/apps/contacts/l10n/sv.php @@ -52,6 +52,9 @@ "Not implemented" => "Inte införd", "Couldn't get a valid address." => "Kunde inte hitta en giltig adress.", "Error" => "Fel", +"You do not have permission to add contacts to " => "Du saknar behörighet att skapa kontakter i", +"Please select one of your own address books." => "Välj en av dina egna adressböcker.", +"Permission error" => "Behörighetsfel", "This property has to be non-empty." => "Denna egenskap fÃ¥r inte vara tom.", "Couldn't serialize elements." => "Kunde inte serialisera element.", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" anropades utan typargument. Vänligen rapportera till bugs.owncloud.org", @@ -107,6 +110,8 @@ "Questions" => "FrÃ¥gor", "{name}'s Birthday" => "{name}'s födelsedag", "Contact" => "Kontakt", +"You do not have the permissions to edit this contact." => "Du saknar behörighet för att ändra denna kontakt.", +"You do not have the permissions to delete this contact." => "Du saknar behörighet för att radera denna kontakt.", "Add Contact" => "Lägg till kontakt", "Import" => "Importera", "Settings" => "Inställningar", diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index b093dc3ce12b7e1226f43e6e520dec2581f161e5..fb7ea34b9b85f943a33db1195937bcc7ac03d221 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Schrijven naar schijf mislukt", "Files" => "Bestanden", "Delete" => "Verwijder", +"already exists" => "bestaat al", +"replace" => "vervang", +"cancel" => "annuleren", +"replaced" => "vervangen", +"with" => "door", +"undo" => "ongedaan maken", +"deleted" => "verwijderd", "generating ZIP-file, it may take some time." => "aanmaken ZIP-file, dit kan enige tijd duren.", "Unable to upload your file as it is a directory or has 0 bytes" => "uploaden van de file mislukt, het is of een directory of de bestandsgrootte is 0 bytes", "Upload Error" => "Upload Fout", diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index b783c37cb0399525e6f28beb490d5353be43d843..09c4f2b02674f1f4716774d8e04fb9cbff73eab9 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Falha ao escrever no disco", "Files" => "Arquivos", "Delete" => "Excluir", +"already exists" => "já existe", +"replace" => "substituir", +"cancel" => "cancelar", +"replaced" => "substituido ", +"with" => "com", +"undo" => "desfazer", +"deleted" => "deletado", "generating ZIP-file, it may take some time." => "gerando arquivo ZIP, isso pode levar um tempo.", "Unable to upload your file as it is a directory or has 0 bytes" => "ImpossÃvel enviar seus arquivo como diretório ou ele tem 0 bytes.", "Upload Error" => "Erro de envio", diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 203a4f81edee9a1a07c9cf1423014eca3cbfb65d..71b30d22df448c18c53eea664d4fac7d65dd3fad 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -22,30 +22,30 @@ "Upload cancelled." => "Загрузка отменена.", "Invalid name, '/' is not allowed." => "Ðеверное имÑ, '/' не допуÑкаетÑÑ.", "Size" => "Размер", -"Modified" => "Изменен", +"Modified" => "Изменён", "folder" => "папка", "folders" => "папки", "file" => "файл", "files" => "файлы", "File handling" => "Управление файлами", -"Maximum upload size" => "МакÑимальный размер файла", +"Maximum upload size" => "МакÑимальный размер загружаемого файла", "max. possible: " => "макÑ. возможно: ", -"Needed for multi-file and folder downloads." => "ТребуетÑÑ Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ неÑкольких файорв и папок", -"Enable ZIP-download" => "Включить ZIP-загрузку", +"Needed for multi-file and folder downloads." => "ТребуетÑÑ Ð´Ð»Ñ ÑÐºÐ°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ Ð½ÐµÑкольких файлов и папок", +"Enable ZIP-download" => "Включить ZIP-Ñкачивание", "0 is unlimited" => "0 - без ограничений", "Maximum input size for ZIP files" => "МакÑимальный иÑходный размер Ð´Ð»Ñ ZIP файлов", "New" => "Ðовый", "Text file" => "ТекÑтовый файл", "Folder" => "Папка", "From url" => "С url", -"Upload" => "Закачать", -"Cancel upload" => "Отмена закачки", -"Nothing in here. Upload something!" => "ЗдеÑÑŒ ничего нет. Закачайте что-нибудь!", +"Upload" => "Загрузить", +"Cancel upload" => "Отмена загрузки", +"Nothing in here. Upload something!" => "ЗдеÑÑŒ ничего нет. Загрузите что-нибудь!", "Name" => "Ðазвание", -"Share" => "ПоделитьÑÑ", +"Share" => "Опубликовать", "Download" => "Скачать", "Upload too large" => "Файл Ñлишком большой", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые Ð’Ñ‹ пытаетеÑÑŒ закачать, превышают лимит Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² на Ñтом Ñервере.", +"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" => "Текущее Ñканирование" ); diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index 8ef7ff39c8b9204179db48993bd3221b7faf8c8d..dc7830188485f7e88b63eaf5f4a99e9c04effa14 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -12,6 +12,7 @@ "replace" => "替æ¢", "cancel" => "å–消", "replaced" => "å·²ç»æ›¿æ¢", +"with" => "éšç€", "undo" => "撤销", "deleted" => "å·²ç»åˆ 除", "generating ZIP-file, it may take some time." => "æ£åœ¨ç”Ÿæˆ ZIP 文件,å¯èƒ½éœ€è¦ä¸€äº›æ—¶é—´", diff --git a/apps/files_encryption/l10n/nl.php b/apps/files_encryption/l10n/nl.php new file mode 100644 index 0000000000000000000000000000000000000000..1ea56006fc3933793dbef249773abc76e1183d76 --- /dev/null +++ b/apps/files_encryption/l10n/nl.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Versleuteling", +"Exclude the following file types from encryption" => "Versleutel de volgende bestand types niet", +"None" => "Geen", +"Enable Encryption" => "Zet versleuteling aan" +); diff --git a/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..3a7e84b6d01e7b31f1a999452f0a5e22f6b4d770 --- /dev/null +++ b/apps/files_encryption/l10n/ru.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Шифрование", +"Exclude the following file types from encryption" => "ИÑключить шифрование Ñледующих типов файлов", +"None" => "Ðичего", +"Enable Encryption" => "Включить шифрование" +); diff --git a/apps/files_external/l10n/ru.php b/apps/files_external/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..7ee43786621537a25b36fbacc51a11aa69cfcc40 --- /dev/null +++ b/apps/files_external/l10n/ru.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Внешний ноÑитель", +"Mount point" => "Точка монтированиÑ", +"Backend" => "ПодÑиÑтема", +"Configuration" => "КонфигурациÑ", +"Options" => "Опции", +"Applicable" => "Применимый", +"Add mount point" => "Добавить точку монтированиÑ", +"None set" => "Ðе уÑтановлено", +"All Users" => "Ð’Ñе пользователи", +"Groups" => "Группы", +"Users" => "Пользователи", +"Delete" => "Удалить", +"SSL root certificates" => "Корневые Ñертификаты SSL", +"Import Root Certificate" => "Импортировать корневые Ñертификаты", +"Enable User External Storage" => "Включить пользовательÑкие внешние ноÑители", +"Allow users to mount their own external storage" => "Разрешить пользователÑм монтировать их ÑобÑтвенные внешние ноÑители" +); diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php new file mode 100644 index 0000000000000000000000000000000000000000..d357d66f67465fc4283d5e59165039ee6ac83d47 --- /dev/null +++ b/apps/files_sharing/l10n/nl.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "Grootte", +"Modified" => "Aangepast", +"Delete all" => "Verwijder alles", +"Delete" => "Vewijder" +); diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..796403ae998c151a799d5d11a250b1272800731a --- /dev/null +++ b/apps/files_sharing/l10n/ru.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "Размер", +"Modified" => "Изменён", +"Delete all" => "Удалить вÑе", +"Delete" => "Удалить" +); diff --git a/apps/files_versions/l10n/nl.php b/apps/files_versions/l10n/nl.php new file mode 100644 index 0000000000000000000000000000000000000000..87e72a36202859f9be34682188c991b4420dc362 --- /dev/null +++ b/apps/files_versions/l10n/nl.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "Alle versies laten verlopen", +"Enable Files Versioning" => "Activeer file versioning" +); diff --git a/apps/files_versions/l10n/ru.php b/apps/files_versions/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..6a824779f303eff76e800124a3656af98be6ecc4 --- /dev/null +++ b/apps/files_versions/l10n/ru.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "ПроÑрочить вÑе верÑии", +"Enable Files Versioning" => "Включить ведение верÑий файлов" +); diff --git a/apps/gallery/l10n/nl.php b/apps/gallery/l10n/nl.php index 8c987a03d6273367c206cec299aa8e2bee02d2b9..df8fcaf72dafa6c544c81bc00c1184610af47e27 100644 --- a/apps/gallery/l10n/nl.php +++ b/apps/gallery/l10n/nl.php @@ -1,12 +1,7 @@ <?php $TRANSLATIONS = array( "Pictures" => "Plaatjes", -"Settings" => "Instellingen", -"Rescan" => "Opnieuw doorzoeken", -"Stop" => "Stop", -"Share" => "Deel", -"Back" => "Terug", -"Remove confirmation" => "Verwijder bevestiging", -"Do you want to remove album" => "Wil je het album verwijderen: ", -"Change album name" => "Wijzig album naam", -"New album name" => "Nieuwe album naam" +"Share gallery" => "Deel gallerie", +"Error: " => "Fout:", +"Internal error" => "Interne fout", +"Slideshow" => "Diashow" ); diff --git a/apps/tasks/l10n/ru.php b/apps/tasks/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..ce208cb07148e404456f62ae79f717e9ceafb20d --- /dev/null +++ b/apps/tasks/l10n/ru.php @@ -0,0 +1,24 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Ðеверные дата/времÑ", +"Tasks" => "Задачи", +"No category" => "Ðет категории", +"Unspecified" => "Ðе указан", +"1=highest" => "1=наибольший", +"5=medium" => "5=Ñредний", +"9=lowest" => "9=наименьший", +"Empty Summary" => "ПуÑÑ‚Ð°Ñ Ñводка", +"Invalid percent complete" => "Ðеверный процент завершениÑ", +"Invalid priority" => "Ðеверный приоритет", +"Add Task" => "Добавить задачу", +"Order Due" => "Срок заказа", +"Order List" => "Order List", +"Order Complete" => "Заказ выполнен", +"Order Location" => "МеÑтонахождение заказа", +"Order Priority" => "Приоритет заказа", +"Order Label" => "Метка заказа", +"Loading tasks..." => "Загрузка задач...", +"Important" => "Важный", +"More" => "Больше", +"Less" => "Меньше", +"Delete" => "Удалить" +); diff --git a/apps/user_ldap/l10n/ru.php b/apps/user_ldap/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..fc89d998065b5b8ce4ccfdcdf2d5eaacb6b7628b --- /dev/null +++ b/apps/user_ldap/l10n/ru.php @@ -0,0 +1,26 @@ +<?php $TRANSLATIONS = array( +"Host" => "Сервер", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можно опуÑтить протокол, за иÑключением того, когда вам требуетÑÑ SSL. Тогда начните Ñ ldaps :/ /", +"Base DN" => "Базовый DN", +"You can specify Base DN for users and groups in the Advanced tab" => "Ð’Ñ‹ можете задать Base DN Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ и групп на вкладке \"РаÑширенное\"", +"User DN" => "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=агент, dc=пример, dc=com. Ð”Ð»Ñ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ð¾Ð³Ð¾ доÑтупа, оÑтавьте DN и пароль пуÑтыми.", +"Password" => "Пароль", +"For anonymous access, leave DN and Password empty." => "Ð”Ð»Ñ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ð¾Ð³Ð¾ доÑтупа оÑтавьте DN и пароль пуÑтыми.", +"User Login Filter" => "Фильтр входа пользователей", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "ОпределÑет фильтр Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ попытке входа. %%uid заменÑет Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¿Ñ€Ð¸ входе в ÑиÑтему.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "иÑпользуйте заполнитель %%uid, например: \"uid=%%uid\"", +"User List Filter" => "Фильтр ÑпиÑка пользователей", +"Defines the filter to apply, when retrieving users." => "ОпределÑет фильтр Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ получении пользователей.", +"without any placeholder, e.g. \"objectClass=person\"." => "без заполнителÑ, например: \"objectClass=person\".", +"Group Filter" => "Фильтр группы", +"Defines the filter to apply, when retrieving groups." => "ОпределÑет фильтр Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ получении группы.", +"Port" => "Порт", +"Use TLS" => "ИÑпользовать TLS", +"Do not use it for SSL connections, it will fail." => "Ðе иÑпользуйте Ð´Ð»Ñ Ñоединений SSL", +"Turn off SSL certificate validation." => "Отключить проверку Ñертификата SSL.", +"Not recommended, use for testing only." => "Ðе рекомендуетÑÑ, иÑпользуйте только Ð´Ð»Ñ Ñ‚ÐµÑтированиÑ.", +"in bytes" => "в байтах", +"in seconds. A change empties the cache." => "в Ñекундах. Изменение очиÑтит кÑш.", +"Help" => "Помощь" +); diff --git a/apps/user_migrate/l10n/ru.php b/apps/user_migrate/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..c8889ad0215ad78014c77d03255c0012e3815eff --- /dev/null +++ b/apps/user_migrate/l10n/ru.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "ÐкÑпорт", +"Something went wrong while the export file was being generated" => "Ð’ процеÑÑе ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° ÑкÑпорта что-то пошло не так", +"An error has occurred" => "Произошла ошибка", +"Export your user account" => "ÐкÑпортировать ваш аккаунт пользователÑ", +"This will create a compressed file that contains your ownCloud account." => "Будет Ñоздан Ñжатый файл, Ñодержащий ваш аккаунт ownCloud", +"Import user account" => "Импортировать аккаунт пользователÑ", +"ownCloud User Zip" => "Ðрхив Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ownCloud", +"Import" => "Импорт" +); diff --git a/apps/user_openid/l10n/nl.php b/apps/user_openid/l10n/nl.php new file mode 100644 index 0000000000000000000000000000000000000000..5b07c6108af00235c46dab442d5376882e6358e3 --- /dev/null +++ b/apps/user_openid/l10n/nl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "Dit is een OpenID server. Voor meer informatie, zie", +"Identity: <b>" => "Identiteit: <b>", +"Realm: <b>" => "Realm: <b>", +"User: <b>" => "Gebruiker: <b>", +"Login" => "Login", +"Error: <b>No user Selected" => "Fout: <b>Geen gebruiker geselecteerd", +"you can authenticate to other sites with this address" => "u kan met dit adres bij andere sites authenticeren", +"Authorized OpenID provider" => "Geautoriseerde OpenID provider", +"Your address at Wordpress, Identi.ca, …" => "Uw adres bij Wordpress, Identi.ca, …" +); diff --git a/apps/user_openid/l10n/ru.php b/apps/user_openid/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..09855c35b7a45973f59c49b8fab3e75be7ab559c --- /dev/null +++ b/apps/user_openid/l10n/ru.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "Ðто точка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñервера OpenID. Ð”Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸ Ñмотрите", +"Identity: <b>" => "ЛичноÑÑ‚ÑŒ: <b>", +"Realm: <b>" => "Realm: <b>", +"User: <b>" => "Пользователь: <b>", +"Login" => "Логин", +"Error: <b>No user Selected" => "Ошибка: <b>Пользователь не выбран", +"you can authenticate to other sites with this address" => "вы можете аутентифицироватьÑÑ Ð½Ð° других Ñайтах Ñ Ñтим адреÑом", +"Authorized OpenID provider" => "Ðвторизованный провайдер OpenID", +"Your address at Wordpress, Identi.ca, …" => "Ваш Ð°Ð´Ñ€ÐµÑ Ð² Wordpress, Identi.ca, …" +); diff --git a/l10n/ca/contacts.po b/l10n/ca/contacts.po index c965efa0c2dcf8bb115fb6255079cf0429d95f28..d7fbb584694b83cd3f147abcf1172be67c50ab5f 100644 --- a/l10n/ca/contacts.po +++ b/l10n/ca/contacts.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 08:24+0000\n" +"Last-Translator: rogerc <rcalvoi@yahoo.com>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -216,7 +216,7 @@ msgstr "No s'ha pogut carregar la imatge temporal: " msgid "No file was uploaded. Unknown error" msgstr "No s'ha carregat cap fitxer. Error desconegut" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Contactes" @@ -244,15 +244,15 @@ msgstr "Error" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "No teniu permisos per afegir contactes a " #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Seleccioneu una de les vostres llibretes d'adreces" #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Error de permisos" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -484,11 +484,11 @@ msgstr "Contacte" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "No teniu permisos per editar aquest contacte" #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "No teniu permisos per esborrar aquest contacte" #: templates/index.php:14 msgid "Add Contact" diff --git a/l10n/cs_CZ/contacts.po b/l10n/cs_CZ/contacts.po index dabfe51b56155927cb05d7e0cc8bdcc4f72560c8..9b1fa750be141502c2e3f37d31dd88e1664b1b39 100644 --- a/l10n/cs_CZ/contacts.po +++ b/l10n/cs_CZ/contacts.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Jan Krejci <krejca85@gmail.com>, 2011. +# Jan Krejci <krejca85@gmail.com>, 2011, 2012. # Martin <fireball@atlas.cz>, 2011, 2012. # Michal HruÅ¡ecký <Michal@hrusecky.net>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:58+0000\n" +"Last-Translator: Jan Krejci <krejca85@gmail.com>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -84,11 +84,11 @@ msgstr "PokouÅ¡Ãte se pÅ™idat duplicitnà atribut: " #: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93 msgid "Missing IM parameter." -msgstr "" +msgstr "ChybÄ›jÃcà parametr IM" #: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97 msgid "Unknown IM: " -msgstr "" +msgstr "Neznámý IM:" #: ajax/contact/deleteproperty.php:37 msgid "Information about vCard is incorrect. Please reload the page." @@ -217,7 +217,7 @@ msgstr "Nemohu naÄÃst doÄasný obrázek: " msgid "No file was uploaded. Unknown error" msgstr "Soubor nebyl odeslán. Neznámá chyba" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Kontakty" @@ -245,15 +245,15 @@ msgstr "Chyba" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "Nemáte práva pÅ™idat kontakt do" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "ProsÃm vyberte jeden z vaÅ¡ich adresářů" #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Chyba pÅ™Ãstupových práv" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -300,7 +300,7 @@ msgstr "NÄ›které kontakty jsou oznaÄeny ke smazánÃ. PoÄkete prosÃm na doko #: js/contacts.js:1649 msgid "Do you want to merge these address books?" -msgstr "" +msgstr "Chcete spojit tyto adresáře?" #: js/loader.js:49 msgid "Result: " @@ -332,51 +332,51 @@ msgstr "Kontakt nebyl nalezen." #: lib/app.php:116 msgid "Jabber" -msgstr "" +msgstr "Jabber" #: lib/app.php:121 msgid "AIM" -msgstr "" +msgstr "AIM" #: lib/app.php:126 msgid "MSN" -msgstr "" +msgstr "MSN" #: lib/app.php:131 msgid "Twitter" -msgstr "" +msgstr "Twitter" #: lib/app.php:136 msgid "GoogleTalk" -msgstr "" +msgstr "GoogleTalk" #: lib/app.php:141 msgid "Facebook" -msgstr "" +msgstr "Facebook" #: lib/app.php:146 msgid "XMPP" -msgstr "" +msgstr "XMPP" #: lib/app.php:151 msgid "ICQ" -msgstr "" +msgstr "ICQ" #: lib/app.php:156 msgid "Yahoo" -msgstr "" +msgstr "Yahoo" #: lib/app.php:161 msgid "Skype" -msgstr "" +msgstr "Skype" #: lib/app.php:166 msgid "QQ" -msgstr "" +msgstr "QQ" #: lib/app.php:171 msgid "GaduGadu" -msgstr "" +msgstr "GaduGadu" #: lib/app.php:194 lib/app.php:202 lib/app.php:213 lib/app.php:266 msgid "Work" @@ -485,11 +485,11 @@ msgstr "Kontakt" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "Nemáte práva editovat tento kontakt" #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "Nemáte práva smazat tento kontakt" #: templates/index.php:14 msgid "Add Contact" @@ -665,11 +665,11 @@ msgstr "Smazat telefonà ÄÃslo" #: templates/part.contact.php:100 msgid "Instant Messenger" -msgstr "" +msgstr "Instant Messenger" #: templates/part.contact.php:101 msgid "Delete IM" -msgstr "" +msgstr "Smazat IM" #: templates/part.contact.php:110 msgid "View on map" @@ -697,7 +697,7 @@ msgstr "Email" #: templates/part.contact.php:131 msgid "Instant Messaging" -msgstr "" +msgstr "Instant Messaging" #: templates/part.contact.php:132 msgid "Address" @@ -920,7 +920,7 @@ msgstr "Zobrazit odkaz VCF pouze pro ÄtenÃ" #: templates/settings.php:26 msgid "Share" -msgstr "" +msgstr "SdÃlet" #: templates/settings.php:29 msgid "Download" diff --git a/l10n/de/contacts.po b/l10n/de/contacts.po index e326e613c3bf1d349c1bd356ea2a05176f7507f1..74a5bee2a88024216b8f493bc705fb03a9d4a9c8 100644 --- a/l10n/de/contacts.po +++ b/l10n/de/contacts.po @@ -25,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 08:07+0000\n" +"Last-Translator: traductor <transifex.3.mensaje@spamgourmet.com>\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -232,7 +232,7 @@ msgstr "Konnte das temporäre Bild nicht laden:" msgid "No file was uploaded. Unknown error" msgstr "Keine Datei hochgeladen. Unbekannter Fehler" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Kontakte" @@ -260,15 +260,15 @@ msgstr "Fehler" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "Sie besitzen nicht die erforderlichen Rechte, um Kontakte hinzuzufügen" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Bitte wählen Sie eines Ihrer Adressbücher aus." #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Berechtigungsfehler" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -500,11 +500,11 @@ msgstr "Kontakt" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakt zu bearbeiten." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakte zu löschen." #: templates/index.php:14 msgid "Add Contact" diff --git a/l10n/el/contacts.po b/l10n/el/contacts.po index c7086a17c98e981de218b59d0b989b1bd923eb78..ddb35e2e8c3348dbbc68df054aaad980c13ebb18 100644 --- a/l10n/el/contacts.po +++ b/l10n/el/contacts.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:34+0000\n" +"Last-Translator: Nisok Kosin <nikos.efthimiou@gmail.com>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -221,7 +221,7 @@ msgstr "Δεν ήταν δυνατή η φόÏτωση της Ï€ÏοσωÏινή msgid "No file was uploaded. Unknown error" msgstr "Δεν ανÎβηκε κάποιο αÏχείο. Άγνωστο σφάλμα" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "ΕπαφÎÏ‚" @@ -249,15 +249,15 @@ msgstr "Σφάλμα" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "Δεν Îχετε επαÏκή δικαιώματα για Ï€ÏοσθÎσετε επαφÎÏ‚ στο " #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "ΠαÏακαλοÏμε επιλÎξτε Îνα από τα δικάς σας βιβλία διευθÏνσεων." #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Σφάλμα δικαιωμάτων" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -489,11 +489,11 @@ msgstr "Επαφή" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "Δεν διαθÎτε επαÏκή δικαιώματα για την επεξεÏγασία αυτής της επαφής." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "Δεν διαθÎτε επαÏκή δικαιώματα για την διαγÏαφή αυτής της επαφής." #: templates/index.php:14 msgid "Add Contact" diff --git a/l10n/fr/contacts.po b/l10n/fr/contacts.po index b1aca8af7a8b8e075971eb156036f8ad3d44ce7b..3415f7b733aa9c090049fa64e6d66ae71a4c89d7 100644 --- a/l10n/fr/contacts.po +++ b/l10n/fr/contacts.po @@ -19,9 +19,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 13:55+0000\n" +"Last-Translator: MathieuP <mathieu.payrol@gmail.com>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -226,7 +226,7 @@ msgstr "Impossible de charger l'image temporaire :" msgid "No file was uploaded. Unknown error" msgstr "Aucun fichier n'a été chargé. Erreur inconnue" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Contacts" @@ -254,15 +254,15 @@ msgstr "Erreur" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "Vous n'avez pas l'autorisation d'ajouter des contacts à " #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Veuillez sélectionner l'un de vos carnets d'adresses." #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Erreur de permission" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -393,7 +393,7 @@ msgstr "Travail" #: lib/app.php:195 lib/app.php:200 lib/app.php:214 msgid "Home" -msgstr "Maison" +msgstr "Domicile" #: lib/app.php:196 lib/app.php:209 lib/app.php:262 lib/vcard.php:593 msgid "Other" @@ -494,11 +494,11 @@ msgstr "Contact" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "Vous n'avez pas l'autorisation de modifier ce contact." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "Vous n'avez pas l'autorisation de supprimer ce contact." #: templates/index.php:14 msgid "Add Contact" diff --git a/l10n/it/contacts.po b/l10n/it/contacts.po index d6611b80d04baeed1b757cf105c5b216df38ffee..3512cf8d11c0965e898954fa922b5fbc6430afc2 100644 --- a/l10n/it/contacts.po +++ b/l10n/it/contacts.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 05:41+0000\n" +"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -218,7 +218,7 @@ msgstr "Impossibile caricare l'immagine temporanea: " msgid "No file was uploaded. Unknown error" msgstr "Nessun file è stato inviato. Errore sconosciuto" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Contatti" @@ -246,15 +246,15 @@ msgstr "Errore" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "Non hai i permessi per aggiungere contatti a" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Seleziona una delle tue rubriche." #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Errore relativo ai permessi" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -486,11 +486,11 @@ msgstr "Contatto" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "Non hai i permessi per modificare questo contatto." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "Non hai i permessi per eliminare questo contatto." #: templates/index.php:14 msgid "Add Contact" diff --git a/l10n/ja_JP/contacts.po b/l10n/ja_JP/contacts.po index bda5ee92f23626e7c4965157326a13dd57170567..0cf04a8a0a9c7f042a8aa2d561fe33f9a373c592 100644 --- a/l10n/ja_JP/contacts.po +++ b/l10n/ja_JP/contacts.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:03+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 02:39+0000\n" +"Last-Translator: ttyn <tetuyano+transi@gmail.com>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -132,7 +132,7 @@ msgstr "写真ã®èªã¿è¾¼ã¿ã¯ç„¡åŠ¹ã§ã™ã€‚" #: ajax/editname.php:31 msgid "Contact ID is missing." -msgstr "コンタクトIDãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。" +msgstr "連絡先 IDãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。" #: ajax/oc_photo.php:32 msgid "No photo path was submitted." @@ -148,7 +148,7 @@ msgstr "ç”»åƒã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼ã€‚" #: ajax/savecrop.php:69 msgid "Error getting contact object." -msgstr "コンタクトオブジェクトã®å–得エラー。" +msgstr "連絡先オブジェクトã®å–得エラー。" #: ajax/savecrop.php:79 msgid "Error getting PHOTO property." @@ -156,7 +156,7 @@ msgstr "写真属性ã®å–得エラー。" #: ajax/savecrop.php:98 msgid "Error saving contact." -msgstr "コンタクトã®ä¿å˜ã‚¨ãƒ©ãƒ¼ã€‚" +msgstr "連絡先ã®ä¿å˜ã‚¨ãƒ©ãƒ¼ã€‚" #: ajax/savecrop.php:109 msgid "Error resizing image" @@ -216,7 +216,7 @@ msgstr "一時的ãªç”»åƒã®èªã¿è¾¼ã¿ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ: " msgid "No file was uploaded. Unknown error" msgstr "ファイルã¯ä½•ã‚‚アップãƒãƒ¼ãƒ‰ã•ã‚Œã¦ã„ã¾ã›ã‚“。ä¸æ˜Žãªã‚¨ãƒ©ãƒ¼" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "連絡先" @@ -244,15 +244,15 @@ msgstr "エラー" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "é€£çµ¡å…ˆã‚’è¿½åŠ ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "アドレス帳を一ã¤é¸æŠžã—ã¦ãã ã•ã„" #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "権é™ã‚¨ãƒ©ãƒ¼" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -295,7 +295,7 @@ msgstr "タイプをé¸æŠž" msgid "" "Some contacts are marked for deletion, but not deleted yet. Please wait for " "them to be deleted." -msgstr "ã„ãã¤ã‹ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãŒå‰Šé™¤ã¨ãƒžãƒ¼ã‚¯ã•ã‚Œã¦ã„ã¾ã™ãŒã€ã¾ã 削除ã•ã‚Œã¦ã„ã¾ã›ã‚“。削除ã™ã‚‹ã¾ã§ãŠå¾…ã¡ãã ã•ã„。" +msgstr "ã„ãã¤ã‹ã®é€£çµ¡å…ˆãŒå‰Šé™¤ã¨ãƒžãƒ¼ã‚¯ã•ã‚Œã¦ã„ã¾ã™ãŒã€ã¾ã 削除ã•ã‚Œã¦ã„ã¾ã›ã‚“。削除ã™ã‚‹ã¾ã§ãŠå¾…ã¡ãã ã•ã„。" #: js/contacts.js:1649 msgid "Do you want to merge these address books?" @@ -484,11 +484,11 @@ msgstr "連絡先" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "ã“ã®é€£çµ¡å…ˆã‚’編集ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“" #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "ã“ã®é€£çµ¡å…ˆã‚’削除ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“" #: templates/index.php:14 msgid "Add Contact" @@ -520,11 +520,11 @@ msgstr "ナビゲーション" #: templates/index.php:42 msgid "Next contact in list" -msgstr "リスト内ã®æ¬¡ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆ" +msgstr "リスト内ã®æ¬¡ã®é€£çµ¡å…ˆ" #: templates/index.php:44 msgid "Previous contact in list" -msgstr "リスト内ã®å‰ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆ" +msgstr "リスト内ã®å‰ã®é€£çµ¡å…ˆ" #: templates/index.php:46 msgid "Expand/collapse current addressbook" @@ -548,7 +548,7 @@ msgstr "連絡先リストをå†èªè¾¼ã™ã‚‹" #: templates/index.php:59 msgid "Add new contact" -msgstr "æ–°ã—ã„ã‚³ãƒ³ã‚¿ã‚¯ãƒˆã‚’è¿½åŠ " +msgstr "æ–°ã—ã„é€£çµ¡å…ˆã‚’è¿½åŠ " #: templates/index.php:61 msgid "Add new addressbook" @@ -556,7 +556,7 @@ msgstr "æ–°ã—ã„ã‚¢ãƒ‰ãƒ¬ã‚¹å¸³ã‚’è¿½åŠ " #: templates/index.php:63 msgid "Delete current contact" -msgstr "ç¾åœ¨ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆã‚’削除" +msgstr "ç¾åœ¨ã®é€£çµ¡å…ˆã‚’削除" #: templates/part.contact.php:17 msgid "Drop photo to upload" @@ -855,7 +855,7 @@ msgstr "Sn." #: templates/part.import.php:1 msgid "Import a contacts file" -msgstr "コンタクトファイルをインãƒãƒ¼ãƒˆ" +msgstr "連絡先ファイルをインãƒãƒ¼ãƒˆ" #: templates/part.import.php:6 msgid "Please choose the addressbook" @@ -871,7 +871,7 @@ msgstr "æ–°ã—ã„アドレスブックã®åå‰" #: templates/part.import.php:20 msgid "Importing contacts" -msgstr "コンタクトをインãƒãƒ¼ãƒˆ" +msgstr "連絡先をインãƒãƒ¼ãƒˆ" #: templates/part.no_contacts.php:3 msgid "You have no contacts in your addressbook." diff --git a/l10n/nl/admin_migrate.po b/l10n/nl/admin_migrate.po index ad085a1d1536d663df2c7bf5415b7586d861bbff..aa9f340dcd5647e1aafe9b62bd9eb3b12e1852a1 100644 --- a/l10n/nl/admin_migrate.po +++ b/l10n/nl/admin_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:32+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 16:56+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,14 +20,14 @@ msgstr "" #: templates/settings.php:3 msgid "Export this ownCloud instance" -msgstr "" +msgstr "Exporteer deze ownCloud instantie" #: templates/settings.php:4 msgid "" "This will create a compressed file that contains the data of this owncloud instance.\n" " Please choose the export type:" -msgstr "" +msgstr "Dit maakt een gecomprimeerd bestand, met de inhoud van deze ownCloud instantie. Kies het export type:" #: templates/settings.php:12 msgid "Export" -msgstr "" +msgstr "Exporteer" diff --git a/l10n/nl/bookmarks.po b/l10n/nl/bookmarks.po index 7aa6cc6bfc0a83080fcb155ddc950864a2b3f2b3..598af3f83a9b3def01af499b588f98586b8c9baf 100644 --- a/l10n/nl/bookmarks.po +++ b/l10n/nl/bookmarks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-28 02:02+0200\n" -"PO-Revision-Date: 2012-07-27 22:17+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 19:06+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,41 +20,41 @@ msgstr "" #: appinfo/app.php:14 msgid "Bookmarks" -msgstr "" +msgstr "Bladwijzers" #: bookmarksHelper.php:99 msgid "unnamed" -msgstr "" +msgstr "geen naam" #: templates/bookmarklet.php:5 msgid "" "Drag this to your browser bookmarks and click it, when you want to bookmark " "a webpage quickly:" -msgstr "" +msgstr "Sleep dit naar uw browser bladwijzers en klik erop, wanneer u een webpagina snel wilt voorzien van een bladwijzer:" #: templates/bookmarklet.php:7 msgid "Read later" -msgstr "" +msgstr "Lees later" #: templates/list.php:13 msgid "Address" -msgstr "" +msgstr "Adres" #: templates/list.php:14 msgid "Title" -msgstr "" +msgstr "Titel" #: templates/list.php:15 msgid "Tags" -msgstr "" +msgstr "Tags" #: templates/list.php:16 msgid "Save bookmark" -msgstr "" +msgstr "Bewaar bookmark" #: templates/list.php:22 msgid "You have no bookmarks" -msgstr "" +msgstr "U heeft geen bookmarks" #: templates/settings.php:11 msgid "Bookmarklet <br />" diff --git a/l10n/nl/calendar.po b/l10n/nl/calendar.po index 8ef2a74f3253296928edfbb87c78bd04bfbd9c18..5c283653c4871f2869f57a8efc5f0886443f9678 100644 --- a/l10n/nl/calendar.po +++ b/l10n/nl/calendar.po @@ -9,13 +9,14 @@ # <georg.stefan.germany@googlemail.com>, 2012. # <jos@gelauff.net>, 2012. # <pietje8501@gmail.com>, 2012. +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-11 02:02+0200\n" -"PO-Revision-Date: 2012-08-11 00:02+0000\n" -"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 08:53+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,11 +26,11 @@ msgstr "" #: ajax/cache/status.php:19 msgid "Not all calendars are completely cached" -msgstr "" +msgstr "Niet alle agenda's zijn volledig gecached" #: ajax/cache/status.php:21 msgid "Everything seems to be completely cached" -msgstr "" +msgstr "Alles lijkt volledig gecached te zijn" #: ajax/categories/rescan.php:29 msgid "No calendars found." @@ -47,19 +48,19 @@ msgstr "Verkeerde kalender" msgid "" "The file contained either no events or all events are already saved in your " "calendar." -msgstr "" +msgstr "Het bestand bevat geen gebeurtenissen of alle gebeurtenissen worden al in uw agenda bewaard." #: ajax/import/dropimport.php:31 ajax/import/import.php:67 msgid "events has been saved in the new calendar" -msgstr "" +msgstr "De gebeurtenissen worden in de nieuwe agenda bewaard" #: ajax/import/import.php:56 msgid "Import failed" -msgstr "" +msgstr "import is gefaald" #: ajax/import/import.php:69 msgid "events has been saved in your calendar" -msgstr "" +msgstr "de gebeurtenissen zijn in uw agenda opgeslagen " #: ajax/settings/guesstimezone.php:25 msgid "New Timezone:" @@ -73,7 +74,7 @@ msgstr "Tijdzone is veranderd" msgid "Invalid request" msgstr "Ongeldige aanvraag" -#: appinfo/app.php:35 templates/calendar.php:15 +#: appinfo/app.php:41 templates/calendar.php:15 #: templates/part.eventform.php:33 templates/part.showevent.php:33 msgid "Calendar" msgstr "Kalender" @@ -164,7 +165,7 @@ msgstr "Werk" #: lib/app.php:351 lib/app.php:361 msgid "by" -msgstr "" +msgstr "door" #: lib/app.php:359 lib/app.php:399 msgid "unnamed" @@ -353,79 +354,79 @@ msgstr "Cal." #: templates/calendar.php:6 msgid "Sun." -msgstr "" +msgstr "Zon." #: templates/calendar.php:6 msgid "Mon." -msgstr "" +msgstr "Maa." #: templates/calendar.php:6 msgid "Tue." -msgstr "" +msgstr "Din." #: templates/calendar.php:6 msgid "Wed." -msgstr "" +msgstr "Woe." #: templates/calendar.php:6 msgid "Thu." -msgstr "" +msgstr "Don." #: templates/calendar.php:6 msgid "Fri." -msgstr "" +msgstr "Vrij." #: templates/calendar.php:6 msgid "Sat." -msgstr "" +msgstr "Zat." #: templates/calendar.php:8 msgid "Jan." -msgstr "" +msgstr "Jan." #: templates/calendar.php:8 msgid "Feb." -msgstr "" +msgstr "Feb." #: templates/calendar.php:8 msgid "Mar." -msgstr "" +msgstr "Maa." #: templates/calendar.php:8 msgid "Apr." -msgstr "" +msgstr "Apr." #: templates/calendar.php:8 msgid "May." -msgstr "" +msgstr "Mei." #: templates/calendar.php:8 msgid "Jun." -msgstr "" +msgstr "Jun." #: templates/calendar.php:8 msgid "Jul." -msgstr "" +msgstr "Jul." #: templates/calendar.php:8 msgid "Aug." -msgstr "" +msgstr "Aug." #: templates/calendar.php:8 msgid "Sep." -msgstr "" +msgstr "Sep." #: templates/calendar.php:8 msgid "Oct." -msgstr "" +msgstr "Okt." #: templates/calendar.php:8 msgid "Nov." -msgstr "" +msgstr "Nov." #: templates/calendar.php:8 msgid "Dec." -msgstr "" +msgstr "Dec." #: templates/calendar.php:11 msgid "All day" @@ -482,7 +483,7 @@ msgstr "Vandaag" #: templates/calendar.php:46 templates/calendar.php:47 msgid "Settings" -msgstr "" +msgstr "Instellingen" #: templates/part.choosecalendar.php:2 msgid "Your calendars" @@ -690,7 +691,7 @@ msgstr "Importeer een agenda bestand" #: templates/part.import.php:24 msgid "Please choose a calendar" -msgstr "" +msgstr "Kies een agenda" #: templates/part.import.php:36 msgid "Name of new calendar" @@ -698,13 +699,13 @@ msgstr "Naam van de nieuwe agenda" #: templates/part.import.php:44 msgid "Take an available name!" -msgstr "" +msgstr "Kies een beschikbare naam!" #: templates/part.import.php:45 msgid "" "A Calendar with this name already exists. If you continue anyhow, these " "calendars will be merged." -msgstr "" +msgstr "Een agenda met deze naam bestaat al. Als u doorgaat, worden deze agenda's samengevoegd" #: templates/part.import.php:47 msgid "Import" @@ -736,7 +737,7 @@ msgstr "op" #: templates/settings.php:10 msgid "General" -msgstr "" +msgstr "Algemeen" #: templates/settings.php:15 msgid "Timezone" @@ -744,11 +745,11 @@ msgstr "Tijdzone" #: templates/settings.php:47 msgid "Update timezone automatically" -msgstr "" +msgstr "Werk de tijdzone automatisch bij" #: templates/settings.php:52 msgid "Time format" -msgstr "" +msgstr "Tijd formaat" #: templates/settings.php:57 msgid "24h" @@ -760,39 +761,39 @@ msgstr "12uur" #: templates/settings.php:64 msgid "Start week on" -msgstr "" +msgstr "Begin de week op" #: templates/settings.php:76 msgid "Cache" -msgstr "" +msgstr "Cache" #: templates/settings.php:80 msgid "Clear cache for repeating events" -msgstr "" +msgstr "Leeg cache voor repeterende gebeurtenissen" #: templates/settings.php:85 msgid "URLs" -msgstr "" +msgstr "URLs" #: templates/settings.php:87 msgid "Calendar CalDAV syncing addresses" -msgstr "" +msgstr "Agenda CalDAV synchronisatie adres" #: templates/settings.php:87 msgid "more info" -msgstr "" +msgstr "meer informatie" #: templates/settings.php:89 msgid "Primary address (Kontact et al)" -msgstr "" +msgstr "Primary adres (voor Kontact en dergelijke)" #: templates/settings.php:91 msgid "iOS/OS X" -msgstr "" +msgstr "iOS/OS X" #: templates/settings.php:93 msgid "Read only iCalendar link(s)" -msgstr "" +msgstr "Alleen lezen iCalendar link(en)" #: templates/share.dropdown.php:20 msgid "Users" diff --git a/l10n/nl/contacts.po b/l10n/nl/contacts.po index facb131ffafe5ac019c2048b75f4affb673b70c9..fd2159c7acbcc89d2ad41ac28ba5b9d913cd7e40 100644 --- a/l10n/nl/contacts.po +++ b/l10n/nl/contacts.po @@ -8,13 +8,14 @@ # Erik Bent <hj.bent.60@gmail.com>, 2012. # <icewind1991@gmail.com>, 2012. # <koen@vervloesem.eu>, 2012. +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:03+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 16:50+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -70,7 +71,7 @@ msgstr "onderdeel naam is niet opgegeven." #: ajax/contact/addproperty.php:46 msgid "Could not parse contact: " -msgstr "" +msgstr "Kon het contact niet verwerken" #: ajax/contact/addproperty.php:56 msgid "Cannot add empty property." @@ -86,11 +87,11 @@ msgstr "Eigenschap bestaat al: " #: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93 msgid "Missing IM parameter." -msgstr "" +msgstr "IM parameter ontbreekt" #: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97 msgid "Unknown IM: " -msgstr "" +msgstr "Onbekende IM:" #: ajax/contact/deleteproperty.php:37 msgid "Information about vCard is incorrect. Please reload the page." @@ -151,31 +152,31 @@ msgstr "Fout bij laden plaatje." #: ajax/savecrop.php:69 msgid "Error getting contact object." -msgstr "" +msgstr "Fout om contact object te verkrijgen" #: ajax/savecrop.php:79 msgid "Error getting PHOTO property." -msgstr "" +msgstr "Fout om PHOTO eigenschap te verkrijgen" #: ajax/savecrop.php:98 msgid "Error saving contact." -msgstr "" +msgstr "Fout om contact op te slaan" #: ajax/savecrop.php:109 msgid "Error resizing image" -msgstr "" +msgstr "Fout tijdens aanpassen plaatje" #: ajax/savecrop.php:112 msgid "Error cropping image" -msgstr "" +msgstr "Fout tijdens aanpassen plaatje" #: ajax/savecrop.php:115 msgid "Error creating temporary image" -msgstr "" +msgstr "Fout om een tijdelijk plaatje te maken" #: ajax/savecrop.php:118 msgid "Error finding image: " -msgstr "" +msgstr "Fout kan plaatje niet vinden:" #: ajax/uploadimport.php:44 ajax/uploadimport.php:76 msgid "Error uploading contacts to storage." @@ -209,31 +210,31 @@ msgstr "Er ontbreekt een tijdelijke map" #: ajax/uploadphoto.php:59 ajax/uploadphoto.php:109 msgid "Couldn't save temporary image: " -msgstr "" +msgstr "Kan tijdelijk plaatje niet op slaan:" #: ajax/uploadphoto.php:62 ajax/uploadphoto.php:112 msgid "Couldn't load temporary image: " -msgstr "" +msgstr "Kan tijdelijk plaatje niet op laden:" #: ajax/uploadphoto.php:71 msgid "No file was uploaded. Unknown error" -msgstr "" +msgstr "Er was geen bestand geladen. Onbekende fout" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Contacten" #: js/contacts.js:71 msgid "Sorry, this functionality has not been implemented yet" -msgstr "" +msgstr "Sorry, deze functionaliteit is nog niet geïmplementeerd" #: js/contacts.js:71 msgid "Not implemented" -msgstr "" +msgstr "Niet geïmplementeerd" #: js/contacts.js:76 msgid "Couldn't get a valid address." -msgstr "" +msgstr "Kan geen geldig adres krijgen" #: js/contacts.js:76 js/contacts.js:365 js/contacts.js:381 js/contacts.js:393 #: js/contacts.js:723 js/contacts.js:763 js/contacts.js:789 js/contacts.js:921 @@ -243,86 +244,86 @@ msgstr "" #: js/contacts.js:1379 js/contacts.js:1609 js/contacts.js:1644 #: js/contacts.js:1664 js/settings.js:26 js/settings.js:43 js/settings.js:68 msgid "Error" -msgstr "" +msgstr "Fout" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "U hebt geen permissie om contacten toe te voegen aan" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Selecteer één van uw eigen adresboeken" #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Permissie fout" #: js/contacts.js:763 msgid "This property has to be non-empty." -msgstr "" +msgstr "Dit veld mag niet leeg blijven" #: js/contacts.js:789 msgid "Couldn't serialize elements." -msgstr "" +msgstr "Kan de elementen niet serializen" #: js/contacts.js:921 js/contacts.js:939 msgid "" "'deleteProperty' called without type argument. Please report at " "bugs.owncloud.org" -msgstr "" +msgstr "'deleteProperty' aangeroepen zonder type argument. Rapporteer dit a.u.b. via http://bugs.owncloud.org" #: js/contacts.js:958 msgid "Edit name" -msgstr "" +msgstr "Pas naam aan" #: js/contacts.js:1250 msgid "No files selected for upload." -msgstr "" +msgstr "Geen bestanden geselecteerd voor upload." #: js/contacts.js:1258 msgid "" "The file you are trying to upload exceed the maximum size for file uploads " "on this server." -msgstr "" +msgstr "Het bestand dat u probeert te uploaden overschrijdt de maximale bestand grootte voor bestand uploads voor deze server." #: js/contacts.js:1322 msgid "Error loading profile picture." -msgstr "" +msgstr "Fout profiel plaatje kan niet worden geladen." #: js/contacts.js:1457 js/contacts.js:1498 js/contacts.js:1517 #: js/contacts.js:1560 msgid "Select type" -msgstr "" +msgstr "Selecteer type" #: js/contacts.js:1578 msgid "" "Some contacts are marked for deletion, but not deleted yet. Please wait for " "them to be deleted." -msgstr "" +msgstr "Enkele contacten zijn gemarkeerd om verwijderd te worden, maar zijn nog niet verwijderd. Wacht totdat ze zijn verwijderd." #: js/contacts.js:1649 msgid "Do you want to merge these address books?" -msgstr "" +msgstr "Wilt u deze adresboeken samenvoegen?" #: js/loader.js:49 msgid "Result: " -msgstr "" +msgstr "Resultaat:" #: js/loader.js:49 msgid " imported, " -msgstr "" +msgstr "geïmporteerd," #: js/loader.js:49 msgid " failed." -msgstr "" +msgstr "gefaald." #: js/settings.js:68 msgid "Displayname cannot be empty." -msgstr "" +msgstr "Displaynaam mag niet leeg zijn." #: lib/app.php:36 msgid "Addressbook not found: " -msgstr "" +msgstr "Adresboek niet gevonden:" #: lib/app.php:52 msgid "This is not your addressbook." @@ -334,51 +335,51 @@ msgstr "Contact kon niet worden gevonden." #: lib/app.php:116 msgid "Jabber" -msgstr "" +msgstr "Jabber" #: lib/app.php:121 msgid "AIM" -msgstr "" +msgstr "AIM" #: lib/app.php:126 msgid "MSN" -msgstr "" +msgstr "MSN" #: lib/app.php:131 msgid "Twitter" -msgstr "" +msgstr "Twitter" #: lib/app.php:136 msgid "GoogleTalk" -msgstr "" +msgstr "GoogleTalk" #: lib/app.php:141 msgid "Facebook" -msgstr "" +msgstr "Facebook" #: lib/app.php:146 msgid "XMPP" -msgstr "" +msgstr "XMPP" #: lib/app.php:151 msgid "ICQ" -msgstr "" +msgstr "ICQ" #: lib/app.php:156 msgid "Yahoo" -msgstr "" +msgstr "Yahoo" #: lib/app.php:161 msgid "Skype" -msgstr "" +msgstr "Skype" #: lib/app.php:166 msgid "QQ" -msgstr "" +msgstr "QQ" #: lib/app.php:171 msgid "GaduGadu" -msgstr "" +msgstr "GaduGadu" #: lib/app.php:194 lib/app.php:202 lib/app.php:213 lib/app.php:266 msgid "Work" @@ -390,7 +391,7 @@ msgstr "Thuis" #: lib/app.php:196 lib/app.php:209 lib/app.php:262 lib/vcard.php:593 msgid "Other" -msgstr "" +msgstr "Anders" #: lib/app.php:201 msgid "Mobile" @@ -431,51 +432,51 @@ msgstr "Verjaardag" #: lib/app.php:253 msgid "Business" -msgstr "" +msgstr "Business" #: lib/app.php:254 msgid "Call" -msgstr "" +msgstr "Bel" #: lib/app.php:255 msgid "Clients" -msgstr "" +msgstr "Klanten" #: lib/app.php:256 msgid "Deliverer" -msgstr "" +msgstr "Leverancier" #: lib/app.php:257 msgid "Holidays" -msgstr "" +msgstr "Vakanties" #: lib/app.php:258 msgid "Ideas" -msgstr "" +msgstr "Ideeën" #: lib/app.php:259 msgid "Journey" -msgstr "" +msgstr "Reis" #: lib/app.php:260 msgid "Jubilee" -msgstr "" +msgstr "Jubileum" #: lib/app.php:261 msgid "Meeting" -msgstr "" +msgstr "Vergadering" #: lib/app.php:263 msgid "Personal" -msgstr "" +msgstr "Persoonlijk" #: lib/app.php:264 msgid "Projects" -msgstr "" +msgstr "Projecten" #: lib/app.php:265 msgid "Questions" -msgstr "" +msgstr "Vragen" #: lib/hooks.php:102 msgid "{name}'s Birthday" @@ -487,11 +488,11 @@ msgstr "Contact" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "U heeft geen permissie om dit contact te bewerken." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "U heeft geen permissie om dit contact te verwijderen." #: templates/index.php:14 msgid "Add Contact" @@ -503,7 +504,7 @@ msgstr "Importeer" #: templates/index.php:18 msgid "Settings" -msgstr "" +msgstr "Instellingen" #: templates/index.php:18 templates/settings.php:9 msgid "Addressbooks" @@ -511,55 +512,55 @@ msgstr "Adresboeken" #: templates/index.php:36 templates/part.import.php:24 msgid "Close" -msgstr "" +msgstr "Sluiten" #: templates/index.php:37 msgid "Keyboard shortcuts" -msgstr "" +msgstr "Sneltoetsen" #: templates/index.php:39 msgid "Navigation" -msgstr "" +msgstr "Navigatie" #: templates/index.php:42 msgid "Next contact in list" -msgstr "" +msgstr "Volgende contact in de lijst" #: templates/index.php:44 msgid "Previous contact in list" -msgstr "" +msgstr "Vorige contact in de lijst" #: templates/index.php:46 msgid "Expand/collapse current addressbook" -msgstr "" +msgstr "Uitklappen / inklappen huidig adresboek" #: templates/index.php:48 msgid "Next addressbook" -msgstr "" +msgstr "Volgende adresboek" #: templates/index.php:50 msgid "Previous addressbook" -msgstr "" +msgstr "Vorige adresboek" #: templates/index.php:54 msgid "Actions" -msgstr "" +msgstr "Acties" #: templates/index.php:57 msgid "Refresh contacts list" -msgstr "" +msgstr "Vernieuw contact lijst" #: templates/index.php:59 msgid "Add new contact" -msgstr "" +msgstr "Voeg nieuw contact toe" #: templates/index.php:61 msgid "Add new addressbook" -msgstr "" +msgstr "Voeg nieuw adresboek toe" #: templates/index.php:63 msgid "Delete current contact" -msgstr "" +msgstr "Verwijder huidig contact" #: templates/part.contact.php:17 msgid "Drop photo to upload" @@ -610,15 +611,15 @@ msgstr "Voer roepnaam in" #: templates/part.contact.php:43 templates/part.contact.php:134 msgid "Web site" -msgstr "" +msgstr "Website" #: templates/part.contact.php:44 msgid "http://www.somesite.com" -msgstr "" +msgstr "http://www.willekeurigesite.com" #: templates/part.contact.php:44 msgid "Go to web site" -msgstr "" +msgstr "Ga naar website" #: templates/part.contact.php:46 msgid "dd-mm-yyyy" @@ -667,11 +668,11 @@ msgstr "Verwijdere telefoonnummer" #: templates/part.contact.php:100 msgid "Instant Messenger" -msgstr "" +msgstr "Instant Messenger" #: templates/part.contact.php:101 msgid "Delete IM" -msgstr "" +msgstr "Verwijder IM" #: templates/part.contact.php:110 msgid "View on map" @@ -699,7 +700,7 @@ msgstr "E-mail" #: templates/part.contact.php:131 msgid "Instant Messaging" -msgstr "" +msgstr "Instant Messaging" #: templates/part.contact.php:132 msgid "Address" @@ -719,7 +720,7 @@ msgstr "Verwijder contact" #: templates/part.cropphoto.php:65 msgid "The temporary image has been removed from cache." -msgstr "" +msgstr "Het tijdelijke plaatje is uit de cache verwijderd." #: templates/part.edit_address_dialog.php:6 msgid "Edit address" @@ -736,11 +737,11 @@ msgstr "Postbus" #: templates/part.edit_address_dialog.php:24 msgid "Street address" -msgstr "" +msgstr "Adres" #: templates/part.edit_address_dialog.php:27 msgid "Street and number" -msgstr "" +msgstr "Straat en nummer" #: templates/part.edit_address_dialog.php:30 msgid "Extended" @@ -748,7 +749,7 @@ msgstr "Uitgebreide" #: templates/part.edit_address_dialog.php:33 msgid "Apartment number etc." -msgstr "" +msgstr "Apartement nummer" #: templates/part.edit_address_dialog.php:36 #: templates/part.edit_address_dialog.php:39 @@ -761,7 +762,7 @@ msgstr "Regio" #: templates/part.edit_address_dialog.php:45 msgid "E.g. state or province" -msgstr "" +msgstr "Provincie" #: templates/part.edit_address_dialog.php:48 msgid "Zipcode" @@ -769,7 +770,7 @@ msgstr "Postcode" #: templates/part.edit_address_dialog.php:51 msgid "Postal code" -msgstr "" +msgstr "Postcode" #: templates/part.edit_address_dialog.php:54 #: templates/part.edit_address_dialog.php:57 @@ -786,27 +787,27 @@ msgstr "Hon. prefixes" #: templates/part.edit_name_dialog.php:27 msgid "Miss" -msgstr "" +msgstr "Mw" #: templates/part.edit_name_dialog.php:28 msgid "Ms" -msgstr "" +msgstr "Mw" #: templates/part.edit_name_dialog.php:29 msgid "Mr" -msgstr "" +msgstr "M" #: templates/part.edit_name_dialog.php:30 msgid "Sir" -msgstr "" +msgstr "M" #: templates/part.edit_name_dialog.php:31 msgid "Mrs" -msgstr "" +msgstr "Mw" #: templates/part.edit_name_dialog.php:32 msgid "Dr" -msgstr "" +msgstr "M" #: templates/part.edit_name_dialog.php:35 msgid "Given name" @@ -886,15 +887,15 @@ msgstr "Contactpersoon toevoegen" #: templates/part.selectaddressbook.php:1 msgid "Select Address Books" -msgstr "" +msgstr "Selecteer adresboeken" #: templates/part.selectaddressbook.php:27 msgid "Enter name" -msgstr "" +msgstr "Naam" #: templates/part.selectaddressbook.php:29 msgid "Enter description" -msgstr "" +msgstr "Beschrijving" #: templates/settings.php:3 msgid "CardDAV syncing addresses" @@ -914,15 +915,15 @@ msgstr "IOS/OS X" #: templates/settings.php:20 msgid "Show CardDav link" -msgstr "" +msgstr "Laat CardDav link zien" #: templates/settings.php:23 msgid "Show read-only VCF link" -msgstr "" +msgstr "Laat alleen lezen VCF link zien" #: templates/settings.php:26 msgid "Share" -msgstr "" +msgstr "Deel" #: templates/settings.php:29 msgid "Download" @@ -938,11 +939,11 @@ msgstr "Nieuw Adresboek" #: templates/settings.php:44 msgid "Name" -msgstr "" +msgstr "Naam" #: templates/settings.php:45 msgid "Description" -msgstr "" +msgstr "Beschrijving" #: templates/settings.php:46 msgid "Save" @@ -954,4 +955,4 @@ msgstr "Anuleren" #: templates/settings.php:52 msgid "More..." -msgstr "" +msgstr "Meer..." diff --git a/l10n/nl/files.po b/l10n/nl/files.po index 247cc814a9c192a9dbd1c92f28285e694d23a699..ab52fb70288610c12e7a81c1b16c1b1b5a84c313 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/files.po @@ -10,13 +10,14 @@ # <jos@gelauff.net>, 2012. # <koen@vervloesem.eu>, 2011. # <pietje8501@gmail.com>, 2012. +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-21 02:03+0200\n" -"PO-Revision-Date: 2012-08-21 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 08:34+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -58,37 +59,37 @@ msgstr "Schrijven naar schijf mislukt" msgid "Files" msgstr "Bestanden" -#: js/fileactions.js:107 templates/index.php:56 +#: js/fileactions.js:111 templates/index.php:56 msgid "Delete" msgstr "Verwijder" #: js/filelist.js:141 msgid "already exists" -msgstr "" +msgstr "bestaat al" #: js/filelist.js:141 msgid "replace" -msgstr "" +msgstr "vervang" #: js/filelist.js:141 msgid "cancel" -msgstr "" +msgstr "annuleren" #: js/filelist.js:195 msgid "replaced" -msgstr "" +msgstr "vervangen" #: js/filelist.js:195 msgid "with" -msgstr "" +msgstr "door" #: js/filelist.js:195 js/filelist.js:246 msgid "undo" -msgstr "" +msgstr "ongedaan maken" #: js/filelist.js:246 msgid "deleted" -msgstr "" +msgstr "verwijderd" #: js/files.js:171 msgid "generating ZIP-file, it may take some time." diff --git a/l10n/nl/files_encryption.po b/l10n/nl/files_encryption.po index bae30cdd1530b23d9fa3bfd1706415a100959de9..bd80bdcae78015dc4f97b814722700ab60ad1ca9 100644 --- a/l10n/nl/files_encryption.po +++ b/l10n/nl/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 19:11+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/settings.php:3 msgid "Encryption" -msgstr "" +msgstr "Versleuteling" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "Versleutel de volgende bestand types niet" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "Geen" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "Zet versleuteling aan" diff --git a/l10n/nl/files_sharing.po b/l10n/nl/files_sharing.po index ebeb97ffe94a25c4bdfb81ea4af8172f7a37fb49..dc30969ea74614bda4ed29a67869d6fcfc60481d 100644 --- a/l10n/nl/files_sharing.po +++ b/l10n/nl/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-23 02:03+0200\n" -"PO-Revision-Date: 2012-08-23 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 19:16+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/get.php:4 msgid "Size" -msgstr "" +msgstr "Grootte" #: templates/get.php:5 msgid "Modified" -msgstr "" +msgstr "Aangepast" #: templates/get.php:5 msgid "Delete all" -msgstr "" +msgstr "Verwijder alles" #: templates/get.php:5 msgid "Delete" -msgstr "" +msgstr "Vewijder" diff --git a/l10n/nl/files_versions.po b/l10n/nl/files_versions.po index 94bdd0d707a873ebc3c59c0e19cba9ac263986d1..cd671208493a657be8c553786ea18b0809f562eb 100644 --- a/l10n/nl/files_versions.po +++ b/l10n/nl/files_versions.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:37+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 16:58+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,8 +20,8 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "Alle versies laten verlopen" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "Activeer file versioning" diff --git a/l10n/nl/gallery.po b/l10n/nl/gallery.po index 8548603b7b6aa8fdf39fec734f852d7a9b72442e..4297c4c4792418baf75d41966f302fb3151dacaf 100644 --- a/l10n/nl/gallery.po +++ b/l10n/nl/gallery.po @@ -5,92 +5,37 @@ # Translators: # Erik Bent <hj.bent.60@gmail.com>, 2012. # <jos@gelauff.net>, 2012. +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-06-06 00:12+0200\n" -"PO-Revision-Date: 2012-06-05 22:15+0000\n" -"Last-Translator: icewind <icewind1991@gmail.com>\n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/language/nl/)\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 16:54+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: appinfo/app.php:37 +#: appinfo/app.php:42 msgid "Pictures" msgstr "Plaatjes" -#: js/album_cover.js:44 +#: js/pictures.js:12 msgid "Share gallery" -msgstr "" +msgstr "Deel gallerie" -#: js/album_cover.js:64 js/album_cover.js:100 js/album_cover.js:133 +#: js/pictures.js:32 msgid "Error: " -msgstr "" +msgstr "Fout:" -#: js/album_cover.js:64 js/album_cover.js:100 +#: js/pictures.js:32 msgid "Internal error" -msgstr "" - -#: js/album_cover.js:114 -msgid "Scanning root" -msgstr "" - -#: js/album_cover.js:115 -msgid "Default order" -msgstr "" - -#: js/album_cover.js:116 -msgid "Ascending" -msgstr "" - -#: js/album_cover.js:116 -msgid "Descending" -msgstr "" - -#: js/album_cover.js:117 templates/index.php:19 -msgid "Settings" -msgstr "Instellingen" - -#: js/album_cover.js:122 -msgid "Scanning root cannot be empty" -msgstr "" - -#: js/album_cover.js:122 js/album_cover.js:133 -msgid "Error" -msgstr "" - -#: templates/index.php:16 -msgid "Rescan" -msgstr "Opnieuw doorzoeken" - -#: templates/index.php:17 -msgid "Stop" -msgstr "Stop" - -#: templates/index.php:18 -msgid "Share" -msgstr "Deel" - -#: templates/view_album.php:19 -msgid "Back" -msgstr "Terug" - -#: templates/view_album.php:36 -msgid "Remove confirmation" -msgstr "Verwijder bevestiging" - -#: templates/view_album.php:37 -msgid "Do you want to remove album" -msgstr "Wil je het album verwijderen: " - -#: templates/view_album.php:40 -msgid "Change album name" -msgstr "Wijzig album naam" +msgstr "Interne fout" -#: templates/view_album.php:43 -msgid "New album name" -msgstr "Nieuwe album naam" +#: templates/index.php:27 +msgid "Slideshow" +msgstr "Diashow" diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po index fbe8ced9f77cb97a1a903c760a51e8007cd4833e..2715403dba68e77a4544514ea2c4f8eefcac1934 100644 --- a/l10n/nl/lib.po +++ b/l10n/nl/lib.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-28 02:02+0200\n" -"PO-Revision-Date: 2012-07-27 22:23+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 15:58+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,96 +18,96 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: app.php:287 +#: app.php:288 msgid "Help" -msgstr "" +msgstr "Help" -#: app.php:294 +#: app.php:295 msgid "Personal" -msgstr "" +msgstr "Persoonlijk" -#: app.php:299 +#: app.php:300 msgid "Settings" -msgstr "" +msgstr "Instellingen" -#: app.php:304 +#: app.php:305 msgid "Users" -msgstr "" +msgstr "Gebruikers" -#: app.php:311 +#: app.php:312 msgid "Apps" -msgstr "" +msgstr "Apps" -#: app.php:313 +#: app.php:314 msgid "Admin" -msgstr "" +msgstr "Administrator" -#: files.php:245 +#: files.php:276 msgid "ZIP download is turned off." -msgstr "" +msgstr "ZIP download is uitgeschakeld." -#: files.php:246 +#: files.php:277 msgid "Files need to be downloaded one by one." -msgstr "" +msgstr "Bestanden moeten één voor één worden gedownload." -#: files.php:246 files.php:271 +#: files.php:277 files.php:302 msgid "Back to Files" -msgstr "" +msgstr "Terug naar bestanden" -#: files.php:270 +#: files.php:301 msgid "Selected files too large to generate zip file." -msgstr "" +msgstr "De geselecteerde bestanden zijn te groot om een zip bestand te maken." #: json.php:28 msgid "Application is not enabled" -msgstr "" +msgstr "De applicatie is niet actief" #: json.php:39 json.php:63 json.php:75 msgid "Authentication error" -msgstr "" +msgstr "Authenticatie fout" #: json.php:51 msgid "Token expired. Please reload page." -msgstr "" +msgstr "Token verlopen. Herlaad de pagina." #: template.php:86 msgid "seconds ago" -msgstr "" +msgstr "seconden geleden" #: template.php:87 msgid "1 minute ago" -msgstr "" +msgstr "1 minuut geleden" #: template.php:88 #, php-format msgid "%d minutes ago" -msgstr "" +msgstr "%d minuten geleden" #: template.php:91 msgid "today" -msgstr "" +msgstr "vandaag" #: template.php:92 msgid "yesterday" -msgstr "" +msgstr "gisteren" #: template.php:93 #, php-format msgid "%d days ago" -msgstr "" +msgstr "%d dagen geleden" #: template.php:94 msgid "last month" -msgstr "" +msgstr "vorige maand" #: template.php:95 msgid "months ago" -msgstr "" +msgstr "maanden geleden" #: template.php:96 msgid "last year" -msgstr "" +msgstr "vorig jaar" #: template.php:97 msgid "years ago" -msgstr "" +msgstr "jaar geleden" diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 15427dff1bce39820a0356785674cfd8033b77c2..7f2741fcf91c836de2b3858df18b9acff597d9f0 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -9,13 +9,14 @@ # <jos@gelauff.net>, 2012. # <koen@vervloesem.eu>, 2011. # <pietje8501@gmail.com>, 2012. +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-18 02:01+0200\n" -"PO-Revision-Date: 2012-08-18 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 08:40+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +26,7 @@ msgstr "" #: ajax/apps/ocs.php:23 msgid "Unable to load list from App Store" -msgstr "" +msgstr "Kan de lijst niet van de App store laden" #: ajax/lostpassword.php:14 msgid "Email saved" @@ -45,7 +46,7 @@ msgstr "Ongeldig verzoek" #: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18 msgid "Authentication error" -msgstr "" +msgstr "Authenticatie fout" #: ajax/setlanguage.php:18 msgid "Language changed" @@ -53,7 +54,7 @@ msgstr "Taal aangepast" #: js/apps.js:18 msgid "Error" -msgstr "" +msgstr "Fout" #: js/apps.js:39 js/apps.js:73 msgid "Disable" @@ -73,23 +74,23 @@ msgstr "Nederlands" #: templates/admin.php:14 msgid "Security Warning" -msgstr "" +msgstr "Veiligheidswaarschuwing" #: templates/admin.php:29 msgid "Cron" -msgstr "" +msgstr "Cron" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "Voer 1 taak uit bij elke geladen pagina" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php is geregistreerd bij een webcron service" #: templates/admin.php:35 msgid "use systems cron service" -msgstr "" +msgstr "gebruik de systeem cron service" #: templates/admin.php:39 msgid "Log" @@ -233,7 +234,7 @@ msgstr "Andere" #: templates/users.php:80 templates/users.php:112 msgid "Group Admin" -msgstr "" +msgstr "Groep Administrator" #: templates/users.php:82 msgid "Quota" diff --git a/l10n/nl/user_openid.po b/l10n/nl/user_openid.po index c046633481f26ccf1734dbf01175d9e1edc89ae8..4b7c8f7370fa91b9f6b7577f65c60f187635a4f8 100644 --- a/l10n/nl/user_openid.po +++ b/l10n/nl/user_openid.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Richard Bos <radoeka@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 19:20+0000\n" +"Last-Translator: Richard Bos <radoeka@gmail.com>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/nomode.php:12 msgid "This is an OpenID server endpoint. For more information, see " -msgstr "" +msgstr "Dit is een OpenID server. Voor meer informatie, zie" #: templates/nomode.php:14 msgid "Identity: <b>" -msgstr "" +msgstr "Identiteit: <b>" #: templates/nomode.php:15 msgid "Realm: <b>" -msgstr "" +msgstr "Realm: <b>" #: templates/nomode.php:16 msgid "User: <b>" -msgstr "" +msgstr "Gebruiker: <b>" #: templates/nomode.php:17 msgid "Login" -msgstr "" +msgstr "Login" #: templates/nomode.php:22 msgid "Error: <b>No user Selected" -msgstr "" +msgstr "Fout: <b>Geen gebruiker geselecteerd" #: templates/settings.php:4 msgid "you can authenticate to other sites with this address" -msgstr "" +msgstr "u kan met dit adres bij andere sites authenticeren" #: templates/settings.php:5 msgid "Authorized OpenID provider" -msgstr "" +msgstr "Geautoriseerde OpenID provider" #: templates/settings.php:6 msgid "Your address at Wordpress, Identi.ca, …" -msgstr "" +msgstr "Uw adres bij Wordpress, Identi.ca, …" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 2fedc1a4e0ac8edc23d14fef4584f5624753d1c2..ccac7b79d16de8fa403ccb196bd7d12cc016cdee 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -4,6 +4,7 @@ # # Translators: # Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012. +# <targinosilveira@gmail.com>, 2012. # Thiago Vicente <thiagovice@gmail.com>, 2012. # Unforgiving Fallout <>, 2012. # Van Der Fran <transifex@vanderland.com>, 2011, 2012. @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-21 02:03+0200\n" -"PO-Revision-Date: 2012-08-21 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 22:17+0000\n" +"Last-Translator: targinosilveira <targinosilveira@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -55,37 +56,37 @@ msgstr "Falha ao escrever no disco" msgid "Files" msgstr "Arquivos" -#: js/fileactions.js:107 templates/index.php:56 +#: js/fileactions.js:111 templates/index.php:56 msgid "Delete" msgstr "Excluir" #: js/filelist.js:141 msgid "already exists" -msgstr "" +msgstr "já existe" #: js/filelist.js:141 msgid "replace" -msgstr "" +msgstr "substituir" #: js/filelist.js:141 msgid "cancel" -msgstr "" +msgstr "cancelar" #: js/filelist.js:195 msgid "replaced" -msgstr "" +msgstr "substituido " #: js/filelist.js:195 msgid "with" -msgstr "" +msgstr "com" #: js/filelist.js:195 js/filelist.js:246 msgid "undo" -msgstr "" +msgstr "desfazer" #: js/filelist.js:246 msgid "deleted" -msgstr "" +msgstr "deletado" #: js/files.js:171 msgid "generating ZIP-file, it may take some time." diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index 333a52a86e388d471dfb0fad3c2ae3a7c8b9f04d..901713f7c8c5e67aa51e3003b2824c82a327c47f 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -6,15 +6,16 @@ # <duda.nogueira@metasys.com.br>, 2011. # Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012. # Sandro Venezuela <sandrovenezuela@gmail.com>, 2012. +# <targinosilveira@gmail.com>, 2012. # Thiago Vicente <thiagovice@gmail.com>, 2012. # Van Der Fran <transifex@vanderland.com>, 2011. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-18 02:01+0200\n" -"PO-Revision-Date: 2012-08-18 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 22:19+0000\n" +"Last-Translator: targinosilveira <targinosilveira@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -44,7 +45,7 @@ msgstr "Pedido inválido" #: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18 msgid "Authentication error" -msgstr "" +msgstr "erro de autenticação" #: ajax/setlanguage.php:18 msgid "Language changed" @@ -52,7 +53,7 @@ msgstr "Mudou Idioma" #: js/apps.js:18 msgid "Error" -msgstr "" +msgstr "Erro" #: js/apps.js:39 js/apps.js:73 msgid "Disable" @@ -72,7 +73,7 @@ msgstr "Português" #: templates/admin.php:14 msgid "Security Warning" -msgstr "" +msgstr "Aviso de Segurança" #: templates/admin.php:29 msgid "Cron" @@ -80,11 +81,11 @@ msgstr "" #: templates/admin.php:31 msgid "execute one task with each page loaded" -msgstr "" +msgstr "executar uma tarefa com cada página em aberto" #: templates/admin.php:33 msgid "cron.php is registered at a webcron service" -msgstr "" +msgstr "cron.php esta registrado no serviço de webcron" #: templates/admin.php:35 msgid "use systems cron service" @@ -232,7 +233,7 @@ msgstr "Outro" #: templates/users.php:80 templates/users.php:112 msgid "Group Admin" -msgstr "" +msgstr "Grupo Administrativo" #: templates/users.php:82 msgid "Quota" diff --git a/l10n/ru/admin_dependencies_chk.po b/l10n/ru/admin_dependencies_chk.po index 1d16b4f757e3c0620ec1960b5ff908727050c62f..fefbc127559d61cec9fdeff39ca0d68304b3e87d 100644 --- a/l10n/ru/admin_dependencies_chk.po +++ b/l10n/ru/admin_dependencies_chk.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 09:02+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,53 +22,53 @@ msgstr "" msgid "" "The php-json module is needed by the many applications for inter " "communications" -msgstr "" +msgstr "Модуль php-json необходим многим приложениÑм Ð´Ð»Ñ Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ñ… ÑвÑзей" #: settings.php:39 msgid "" "The php-curl modude is needed to fetch the page title when adding a " "bookmarks" -msgstr "" +msgstr "Модуль php-curl необходим Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° Ñтраницы при добавлении закладок" #: settings.php:45 msgid "The php-gd module is needed to create thumbnails of your images" -msgstr "" +msgstr "Модуль php-gd необходим Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑƒÐ¼ÐµÐ½ÑŒÑˆÐµÐ½Ð½Ð¾Ð¹ копии Ð´Ð»Ñ Ð¿Ñ€ÐµÐ´Ð¿Ñ€Ð¾Ñмотра ваших картинок." #: settings.php:51 msgid "The php-ldap module is needed connect to your ldap server" -msgstr "" +msgstr "Модуль php-ldap необходим Ð´Ð»Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ldap Ñервером" #: settings.php:57 msgid "The php-zip module is needed download multiple files at once" -msgstr "" +msgstr "Модуль php-zip необходим Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ неÑкольких файлов за раз" #: settings.php:63 msgid "" "The php-mb_multibyte module is needed to manage correctly the encoding." -msgstr "" +msgstr "Модуль php-mb_multibyte необходим Ð´Ð»Ñ ÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð¾Ð³Ð¾ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð´Ð¸Ñ€Ð¾Ð²ÐºÐ°Ð¼Ð¸." #: settings.php:69 msgid "The php-ctype module is needed validate data." -msgstr "" +msgstr "Модуль php-ctype необходим Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ данных." #: settings.php:75 msgid "The php-xml module is needed to share files with webdav." -msgstr "" +msgstr "Модуль php-xml необходим Ð´Ð»Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² через webdav." #: settings.php:81 msgid "" "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve" " knowledge base from OCS servers" -msgstr "" +msgstr "Директива allow_url_fopen в файле php.ini должна быть уÑтановлена в 1 Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð±Ð°Ð·Ñ‹ знаний Ñ Ñерверов OCS" #: settings.php:87 msgid "The php-pdo module is needed to store owncloud data into a database." -msgstr "" +msgstr "Модуль php-pdo необходим Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ… ownСloud в базе данных." #: templates/settings.php:2 msgid "Dependencies status" -msgstr "" +msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð·Ð°Ð²Ð¸ÑимоÑтей" #: templates/settings.php:7 msgid "Used by :" -msgstr "" +msgstr "ИÑпользуетÑÑ:" diff --git a/l10n/ru/admin_migrate.po b/l10n/ru/admin_migrate.po index 9f8eb42ef78a273c6e3b90bbb27d217210b894ed..c022979b52a075c2e4e989a25212ffeda8fc86df 100644 --- a/l10n/ru/admin_migrate.po +++ b/l10n/ru/admin_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:32+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:51+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,14 +20,14 @@ msgstr "" #: templates/settings.php:3 msgid "Export this ownCloud instance" -msgstr "" +msgstr "ÐкÑпортировать Ñтот ÑкземплÑÑ€ ownCloud" #: templates/settings.php:4 msgid "" "This will create a compressed file that contains the data of this owncloud instance.\n" " Please choose the export type:" -msgstr "" +msgstr "Будет Ñоздан Ñжатый файл, Ñодержащий данные Ñтого ÑкземплÑра owncloud.\n Выберите тип ÑкÑпорта:" #: templates/settings.php:12 msgid "Export" -msgstr "" +msgstr "ÐкÑпорт" diff --git a/l10n/ru/bookmarks.po b/l10n/ru/bookmarks.po index 151205b731a8acf6049e83fa51f41f72701e1473..96ffd483f144c5fe5ccccfde86dbaaf4adff890f 100644 --- a/l10n/ru/bookmarks.po +++ b/l10n/ru/bookmarks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-28 02:02+0200\n" -"PO-Revision-Date: 2012-07-27 22:17+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 13:15+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,11 +20,11 @@ msgstr "" #: appinfo/app.php:14 msgid "Bookmarks" -msgstr "" +msgstr "Закладки" #: bookmarksHelper.php:99 msgid "unnamed" -msgstr "" +msgstr "без имени" #: templates/bookmarklet.php:5 msgid "" @@ -33,28 +34,28 @@ msgstr "" #: templates/bookmarklet.php:7 msgid "Read later" -msgstr "" +msgstr "Прочитать позже" #: templates/list.php:13 msgid "Address" -msgstr "" +msgstr "ÐдреÑ" #: templates/list.php:14 msgid "Title" -msgstr "" +msgstr "Заголовок" #: templates/list.php:15 msgid "Tags" -msgstr "" +msgstr "Метки" #: templates/list.php:16 msgid "Save bookmark" -msgstr "" +msgstr "Сохранить закладки" #: templates/list.php:22 msgid "You have no bookmarks" -msgstr "" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ закладок" #: templates/settings.php:11 msgid "Bookmarklet <br />" -msgstr "" +msgstr "Букмарклет <br />" diff --git a/l10n/ru/calendar.po b/l10n/ru/calendar.po index 3b4d2ffe82d9ca5a41ddf762befd56a1769597b2..64d53960947cf8bb4d6a007c833bfeab44212b17 100644 --- a/l10n/ru/calendar.po +++ b/l10n/ru/calendar.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-20 02:01+0200\n" -"PO-Revision-Date: 2012-08-19 17:21+0000\n" -"Last-Translator: rasperepodvipodvert <rasperepodvipodvert@gmail.com>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 14:41+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -73,7 +73,7 @@ msgstr "ЧаÑовой поÑÑ Ð¸Ð·Ð¼ÐµÐ½Ñ‘Ð½" msgid "Invalid request" msgstr "Ðеверный запроÑ" -#: appinfo/app.php:35 templates/calendar.php:15 +#: appinfo/app.php:41 templates/calendar.php:15 #: templates/part.eventform.php:33 templates/part.showevent.php:33 msgid "Calendar" msgstr "Календарь" @@ -120,7 +120,7 @@ msgstr "Клиенты" #: lib/app.php:125 msgid "Deliverer" -msgstr "ДоÑтавщик" +msgstr "ПоÑыльный" #: lib/app.php:126 msgid "Holidays" @@ -495,15 +495,15 @@ msgstr "СÑылка Ð´Ð»Ñ CalDav" #: templates/part.choosecalendar.php:31 msgid "Shared calendars" -msgstr "Общие календари" +msgstr "Опубликованные" #: templates/part.choosecalendar.php:48 msgid "No shared calendars" -msgstr "Ðет общих календарей" +msgstr "Ðет опубликованных календарей" #: templates/part.choosecalendar.rowfields.php:8 msgid "Share Calendar" -msgstr "Сделать календарь общим" +msgstr "Опубликовать" #: templates/part.choosecalendar.rowfields.php:14 msgid "Download" @@ -520,7 +520,7 @@ msgstr "Удалить" #: templates/part.choosecalendar.rowfields.shared.php:4 msgid "shared with you by" -msgstr "Ñ Ð²Ð°Ð¼Ð¸ поделилÑÑ" +msgstr "опубликовал Ð´Ð»Ñ Ð²Ð°Ñ" #: templates/part.editcalendar.php:9 msgid "New calendar" @@ -581,7 +581,7 @@ msgstr "УчаÑтники" #: templates/part.eventform.php:13 msgid "Share" -msgstr "ПоделитьÑÑ" +msgstr "Опубликовать" #: templates/part.eventform.php:21 msgid "Title of the Event" diff --git a/l10n/ru/contacts.po b/l10n/ru/contacts.po index e4c51a539bc861c1df814bc9c09ae5d4836fd2a3..4476c9a4e11f4fe64ae224c840315f1f680a885d 100644 --- a/l10n/ru/contacts.po +++ b/l10n/ru/contacts.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 13:10+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -88,7 +88,7 @@ msgstr "При попытке добавить дубликат:" #: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93 msgid "Missing IM parameter." -msgstr "" +msgstr "ОтÑутÑтвует параметр IM." #: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97 msgid "Unknown IM: " @@ -221,7 +221,7 @@ msgstr "Ðе удалоÑÑŒ загрузить временное изображ msgid "No file was uploaded. Unknown error" msgstr "Файл не был загружен. ÐеизвеÑÑ‚Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Контакты" @@ -249,15 +249,15 @@ msgstr "Ошибка" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ разрешений добавлÑÑ‚ÑŒ контакты в" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Выберите одну из ваших ÑобÑтвенных адреÑных книг." #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Ошибка доÑтупа" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -445,7 +445,7 @@ msgstr "Клиенты" #: lib/app.php:256 msgid "Deliverer" -msgstr "" +msgstr "ПоÑыльный" #: lib/app.php:257 msgid "Holidays" @@ -489,11 +489,11 @@ msgstr "Контакт" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ разрешений редактировать Ñтот контакт." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "У Ð²Ð°Ñ Ð½ÐµÑ‚ разрешений удалÑÑ‚ÑŒ Ñтот контакт." #: templates/index.php:14 msgid "Add Contact" @@ -669,7 +669,7 @@ msgstr "Удалить номер телефона" #: templates/part.contact.php:100 msgid "Instant Messenger" -msgstr "" +msgstr "Instant Messenger" #: templates/part.contact.php:101 msgid "Delete IM" @@ -701,7 +701,7 @@ msgstr "Ящик Ñл. почты" #: templates/part.contact.php:131 msgid "Instant Messaging" -msgstr "" +msgstr "БыÑтрые ÑообщениÑ" #: templates/part.contact.php:132 msgid "Address" @@ -916,15 +916,15 @@ msgstr "iOS/OS X" #: templates/settings.php:20 msgid "Show CardDav link" -msgstr "" +msgstr "Показать ÑÑылку CardDav" #: templates/settings.php:23 msgid "Show read-only VCF link" -msgstr "" +msgstr "Показать нередактируемую ÑÑылку VCF" #: templates/settings.php:26 msgid "Share" -msgstr "" +msgstr "Опубликовать" #: templates/settings.php:29 msgid "Download" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index dcab1d389082fd370dcd07522a482c36ad0743e0..624859e9c9fbf55f0d324f5a3694c751a19af886 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-23 17:08+0000\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 13:06+0000\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -57,7 +57,7 @@ msgstr "Ошибка запиÑи на диÑк" msgid "Files" msgstr "Файлы" -#: js/fileactions.js:107 templates/index.php:56 +#: js/fileactions.js:111 templates/index.php:56 msgid "Delete" msgstr "Удалить" @@ -119,7 +119,7 @@ msgstr "Размер" #: js/files.js:704 templates/index.php:56 msgid "Modified" -msgstr "Изменен" +msgstr "Изменён" #: js/files.js:731 msgid "folder" @@ -143,7 +143,7 @@ msgstr "Управление файлами" #: templates/admin.php:7 msgid "Maximum upload size" -msgstr "МакÑимальный размер файла" +msgstr "МакÑимальный размер загружаемого файла" #: templates/admin.php:7 msgid "max. possible: " @@ -151,11 +151,11 @@ msgstr "макÑ. возможно: " #: templates/admin.php:9 msgid "Needed for multi-file and folder downloads." -msgstr "ТребуетÑÑ Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ неÑкольких файорв и папок" +msgstr "ТребуетÑÑ Ð´Ð»Ñ ÑÐºÐ°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ Ð½ÐµÑкольких файлов и папок" #: templates/admin.php:9 msgid "Enable ZIP-download" -msgstr "Включить ZIP-загрузку" +msgstr "Включить ZIP-Ñкачивание" #: templates/admin.php:11 msgid "0 is unlimited" @@ -183,15 +183,15 @@ msgstr "С url" #: templates/index.php:21 msgid "Upload" -msgstr "Закачать" +msgstr "Загрузить" #: templates/index.php:27 msgid "Cancel upload" -msgstr "Отмена закачки" +msgstr "Отмена загрузки" #: templates/index.php:39 msgid "Nothing in here. Upload something!" -msgstr "ЗдеÑÑŒ ничего нет. Закачайте что-нибудь!" +msgstr "ЗдеÑÑŒ ничего нет. Загрузите что-нибудь!" #: templates/index.php:47 msgid "Name" @@ -199,7 +199,7 @@ msgstr "Ðазвание" #: templates/index.php:49 msgid "Share" -msgstr "ПоделитьÑÑ" +msgstr "Опубликовать" #: templates/index.php:51 msgid "Download" @@ -213,7 +213,7 @@ msgstr "Файл Ñлишком большой" msgid "" "The files you are trying to upload exceed the maximum size for file uploads " "on this server." -msgstr "Файлы, которые Ð’Ñ‹ пытаетеÑÑŒ закачать, превышают лимит Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² на Ñтом Ñервере." +msgstr "Файлы, которые Ð’Ñ‹ пытаетеÑÑŒ загрузить, превышают лимит Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² на Ñтом Ñервере." #: templates/index.php:71 msgid "Files are being scanned, please wait." diff --git a/l10n/ru/files_encryption.po b/l10n/ru/files_encryption.po index 51c8bc94cc2f90cac8c1866ae61d1386cbeab9d9..5ae5f4852239733d8b3d0d8bf51e779bfe3b4fe6 100644 --- a/l10n/ru/files_encryption.po +++ b/l10n/ru/files_encryption.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:33+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:47+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/settings.php:3 msgid "Encryption" -msgstr "" +msgstr "Шифрование" #: templates/settings.php:4 msgid "Exclude the following file types from encryption" -msgstr "" +msgstr "ИÑключить шифрование Ñледующих типов файлов" #: templates/settings.php:5 msgid "None" -msgstr "" +msgstr "Ðичего" #: templates/settings.php:10 msgid "Enable Encryption" -msgstr "" +msgstr "Включить шифрование" diff --git a/l10n/ru/files_external.po b/l10n/ru/files_external.po index 72084a423c294515f37b4113f9da867ac09c178e..7e2f7fe8610aeed4f9af8ef43746aebe4c2a2c77 100644 --- a/l10n/ru/files_external.po +++ b/l10n/ru/files_external.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:34+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:35+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,64 +20,64 @@ msgstr "" #: templates/settings.php:3 msgid "External Storage" -msgstr "" +msgstr "Внешний ноÑитель" #: templates/settings.php:7 templates/settings.php:19 msgid "Mount point" -msgstr "" +msgstr "Точка монтированиÑ" #: templates/settings.php:8 msgid "Backend" -msgstr "" +msgstr "ПодÑиÑтема" #: templates/settings.php:9 msgid "Configuration" -msgstr "" +msgstr "КонфигурациÑ" #: templates/settings.php:10 msgid "Options" -msgstr "" +msgstr "Опции" #: templates/settings.php:11 msgid "Applicable" -msgstr "" +msgstr "Применимый" #: templates/settings.php:23 msgid "Add mount point" -msgstr "" +msgstr "Добавить точку монтированиÑ" #: templates/settings.php:54 templates/settings.php:62 msgid "None set" -msgstr "" +msgstr "Ðе уÑтановлено" #: templates/settings.php:63 msgid "All Users" -msgstr "" +msgstr "Ð’Ñе пользователи" #: templates/settings.php:64 msgid "Groups" -msgstr "" +msgstr "Группы" #: templates/settings.php:69 msgid "Users" -msgstr "" +msgstr "Пользователи" #: templates/settings.php:77 templates/settings.php:96 msgid "Delete" -msgstr "" +msgstr "Удалить" #: templates/settings.php:88 msgid "SSL root certificates" -msgstr "" +msgstr "Корневые Ñертификаты SSL" #: templates/settings.php:102 msgid "Import Root Certificate" -msgstr "" +msgstr "Импортировать корневые Ñертификаты" #: templates/settings.php:108 msgid "Enable User External Storage" -msgstr "" +msgstr "Включить пользовательÑкие внешние ноÑители" #: templates/settings.php:109 msgid "Allow users to mount their own external storage" -msgstr "" +msgstr "Разрешить пользователÑм монтировать их ÑобÑтвенные внешние ноÑители" diff --git a/l10n/ru/files_sharing.po b/l10n/ru/files_sharing.po index 915d33bafb35464b5110812bc3aa09b30cc58981..39aaa411510dd5e64eacdfeb43e02a531880c07d 100644 --- a/l10n/ru/files_sharing.po +++ b/l10n/ru/files_sharing.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-23 02:03+0200\n" -"PO-Revision-Date: 2012-08-23 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:48+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,16 +20,16 @@ msgstr "" #: templates/get.php:4 msgid "Size" -msgstr "" +msgstr "Размер" #: templates/get.php:5 msgid "Modified" -msgstr "" +msgstr "Изменён" #: templates/get.php:5 msgid "Delete all" -msgstr "" +msgstr "Удалить вÑе" #: templates/get.php:5 msgid "Delete" -msgstr "" +msgstr "Удалить" diff --git a/l10n/ru/files_versions.po b/l10n/ru/files_versions.po index f9d067172cfd391f79f1c1ae4f3dfa42ec70dc87..466c1629db06cc62661a33e5377b966770adf338 100644 --- a/l10n/ru/files_versions.po +++ b/l10n/ru/files_versions.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:37+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:24+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,8 +20,8 @@ msgstr "" #: js/settings-personal.js:31 msgid "Expire all versions" -msgstr "" +msgstr "ПроÑрочить вÑе верÑии" #: templates/settings.php:3 msgid "Enable Files Versioning" -msgstr "" +msgstr "Включить ведение верÑий файлов" diff --git a/l10n/ru/lib.po b/l10n/ru/lib.po index 97723dd617fe1a5613ab0313e080960ed3fe9dc1..8c24f83b94140e36e5c13d1032ba974053846e8a 100644 --- a/l10n/ru/lib.po +++ b/l10n/ru/lib.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-28 02:02+0200\n" -"PO-Revision-Date: 2012-07-27 22:23+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 09:37+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,96 +18,96 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: app.php:287 +#: app.php:288 msgid "Help" -msgstr "" +msgstr "Помощь" -#: app.php:294 +#: app.php:295 msgid "Personal" -msgstr "" +msgstr "Личное" -#: app.php:299 +#: app.php:300 msgid "Settings" -msgstr "" +msgstr "ÐаÑтройки" -#: app.php:304 +#: app.php:305 msgid "Users" -msgstr "" +msgstr "Пользователи" -#: app.php:311 +#: app.php:312 msgid "Apps" -msgstr "" +msgstr "ПриложениÑ" -#: app.php:313 +#: app.php:314 msgid "Admin" -msgstr "" +msgstr "Admin" -#: files.php:245 +#: files.php:276 msgid "ZIP download is turned off." -msgstr "" +msgstr "ZIP-Ñкачивание отключено." -#: files.php:246 +#: files.php:277 msgid "Files need to be downloaded one by one." -msgstr "" +msgstr "Файлы должны быть загружены по одному." -#: files.php:246 files.php:271 +#: files.php:277 files.php:302 msgid "Back to Files" -msgstr "" +msgstr "Ðазад к файлам" -#: files.php:270 +#: files.php:301 msgid "Selected files too large to generate zip file." -msgstr "" +msgstr "Выбранные файлы Ñлишком велики, чтобы Ñоздать zip файл." #: json.php:28 msgid "Application is not enabled" -msgstr "" +msgstr "Приложение не разрешено" #: json.php:39 json.php:63 json.php:75 msgid "Authentication error" -msgstr "" +msgstr "Ошибка аутентификации" #: json.php:51 msgid "Token expired. Please reload page." -msgstr "" +msgstr "Токен проÑрочен. Перезагрузите Ñтраницу." #: template.php:86 msgid "seconds ago" -msgstr "" +msgstr "менее минуты" #: template.php:87 msgid "1 minute ago" -msgstr "" +msgstr "1 минуту назад" #: template.php:88 #, php-format msgid "%d minutes ago" -msgstr "" +msgstr "%d минут назад" #: template.php:91 msgid "today" -msgstr "" +msgstr "ÑегоднÑ" #: template.php:92 msgid "yesterday" -msgstr "" +msgstr "вчера" #: template.php:93 #, php-format msgid "%d days ago" -msgstr "" +msgstr "%d дней назад" #: template.php:94 msgid "last month" -msgstr "" +msgstr "в прошлом меÑÑце" #: template.php:95 msgid "months ago" -msgstr "" +msgstr "меÑÑцы назад" #: template.php:96 msgid "last year" -msgstr "" +msgstr "в прошлом году" #: template.php:97 msgid "years ago" -msgstr "" +msgstr "годы назад" diff --git a/l10n/ru/tasks.po b/l10n/ru/tasks.po index 202e76b9a508697975d1711f341a49624a1991b9..d7a46fb6a81c1c80c285604b992401aed51d12ee 100644 --- a/l10n/ru/tasks.po +++ b/l10n/ru/tasks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:44+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:18+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,88 +20,88 @@ msgstr "" #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 msgid "Invalid date/time" -msgstr "" +msgstr "Ðеверные дата/времÑ" #: appinfo/app.php:11 msgid "Tasks" -msgstr "" +msgstr "Задачи" #: js/tasks.js:415 msgid "No category" -msgstr "" +msgstr "Ðет категории" #: lib/app.php:33 msgid "Unspecified" -msgstr "" +msgstr "Ðе указан" #: lib/app.php:34 msgid "1=highest" -msgstr "" +msgstr "1=наибольший" #: lib/app.php:38 msgid "5=medium" -msgstr "" +msgstr "5=Ñредний" #: lib/app.php:42 msgid "9=lowest" -msgstr "" +msgstr "9=наименьший" #: lib/app.php:81 msgid "Empty Summary" -msgstr "" +msgstr "ПуÑÑ‚Ð°Ñ Ñводка" #: lib/app.php:93 msgid "Invalid percent complete" -msgstr "" +msgstr "Ðеверный процент завершениÑ" #: lib/app.php:107 msgid "Invalid priority" -msgstr "" +msgstr "Ðеверный приоритет" #: templates/tasks.php:3 msgid "Add Task" -msgstr "" +msgstr "Добавить задачу" #: templates/tasks.php:4 msgid "Order Due" -msgstr "" +msgstr "Срок заказа" #: templates/tasks.php:5 msgid "Order List" -msgstr "" +msgstr "Order List" #: templates/tasks.php:6 msgid "Order Complete" -msgstr "" +msgstr "Заказ выполнен" #: templates/tasks.php:7 msgid "Order Location" -msgstr "" +msgstr "МеÑтонахождение заказа" #: templates/tasks.php:8 msgid "Order Priority" -msgstr "" +msgstr "Приоритет заказа" #: templates/tasks.php:9 msgid "Order Label" -msgstr "" +msgstr "Метка заказа" #: templates/tasks.php:16 msgid "Loading tasks..." -msgstr "" +msgstr "Загрузка задач..." #: templates/tasks.php:20 msgid "Important" -msgstr "" +msgstr "Важный" #: templates/tasks.php:23 msgid "More" -msgstr "" +msgstr "Больше" #: templates/tasks.php:26 msgid "Less" -msgstr "" +msgstr "Меньше" #: templates/tasks.php:29 msgid "Delete" -msgstr "" +msgstr "Удалить" diff --git a/l10n/ru/user_ldap.po b/l10n/ru/user_ldap.po index 01320218dcc79d00a571cc4d9d847c095bab0567..bb1f2d62399e01d7fd4078168168c39d568e87e2 100644 --- a/l10n/ru/user_ldap.po +++ b/l10n/ru/user_ldap.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <4671992@gmail.com>, 2012. +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 15:13+0000\n" +"Last-Translator: wpns <4671992@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,75 +21,75 @@ msgstr "" #: templates/settings.php:8 msgid "Host" -msgstr "" +msgstr "Сервер" #: templates/settings.php:8 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" -msgstr "" +msgstr "Можно опуÑтить протокол, за иÑключением того, когда вам требуетÑÑ SSL. Тогда начните Ñ ldaps :/ /" #: templates/settings.php:9 msgid "Base DN" -msgstr "" +msgstr "Базовый DN" #: templates/settings.php:9 msgid "You can specify Base DN for users and groups in the Advanced tab" -msgstr "" +msgstr "Ð’Ñ‹ можете задать Base DN Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ и групп на вкладке \"РаÑширенное\"" #: templates/settings.php:10 msgid "User DN" -msgstr "" +msgstr "DN пользователÑ" #: templates/settings.php:10 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 "" +msgstr "DN-клиента пользователÑ, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¼ ÑвÑзывают должно быть заполнено, например, uid=агент, dc=пример, dc=com. Ð”Ð»Ñ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ð¾Ð³Ð¾ доÑтупа, оÑтавьте DN и пароль пуÑтыми." #: templates/settings.php:11 msgid "Password" -msgstr "" +msgstr "Пароль" #: templates/settings.php:11 msgid "For anonymous access, leave DN and Password empty." -msgstr "" +msgstr "Ð”Ð»Ñ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ð¾Ð³Ð¾ доÑтупа оÑтавьте DN и пароль пуÑтыми." #: templates/settings.php:12 msgid "User Login Filter" -msgstr "" +msgstr "Фильтр входа пользователей" #: templates/settings.php:12 #, php-format msgid "" "Defines the filter to apply, when login is attempted. %%uid replaces the " "username in the login action." -msgstr "" +msgstr "ОпределÑет фильтр Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ попытке входа. %%uid заменÑет Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¿Ñ€Ð¸ входе в ÑиÑтему." #: templates/settings.php:12 #, php-format msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" -msgstr "" +msgstr "иÑпользуйте заполнитель %%uid, например: \"uid=%%uid\"" #: templates/settings.php:13 msgid "User List Filter" -msgstr "" +msgstr "Фильтр ÑпиÑка пользователей" #: templates/settings.php:13 msgid "Defines the filter to apply, when retrieving users." -msgstr "" +msgstr "ОпределÑет фильтр Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ получении пользователей." #: templates/settings.php:13 msgid "without any placeholder, e.g. \"objectClass=person\"." -msgstr "" +msgstr "без заполнителÑ, например: \"objectClass=person\"." #: templates/settings.php:14 msgid "Group Filter" -msgstr "" +msgstr "Фильтр группы" #: templates/settings.php:14 msgid "Defines the filter to apply, when retrieving groups." -msgstr "" +msgstr "ОпределÑет фильтр Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ получении группы." #: templates/settings.php:14 msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." @@ -95,7 +97,7 @@ msgstr "" #: templates/settings.php:17 msgid "Port" -msgstr "" +msgstr "Порт" #: templates/settings.php:18 msgid "Base User Tree" @@ -111,11 +113,11 @@ msgstr "" #: templates/settings.php:21 msgid "Use TLS" -msgstr "" +msgstr "ИÑпользовать TLS" #: templates/settings.php:21 msgid "Do not use it for SSL connections, it will fail." -msgstr "" +msgstr "Ðе иÑпользуйте Ð´Ð»Ñ Ñоединений SSL" #: templates/settings.php:22 msgid "Case insensitve LDAP server (Windows)" @@ -123,7 +125,7 @@ msgstr "" #: templates/settings.php:23 msgid "Turn off SSL certificate validation." -msgstr "" +msgstr "Отключить проверку Ñертификата SSL." #: templates/settings.php:23 msgid "" @@ -133,7 +135,7 @@ msgstr "" #: templates/settings.php:23 msgid "Not recommended, use for testing only." -msgstr "" +msgstr "Ðе рекомендуетÑÑ, иÑпользуйте только Ð´Ð»Ñ Ñ‚ÐµÑтированиÑ." #: templates/settings.php:24 msgid "User Display Name Field" @@ -153,12 +155,12 @@ msgstr "" #: templates/settings.php:27 msgid "in bytes" -msgstr "" +msgstr "в байтах" #: templates/settings.php:29 msgid "in seconds. A change empties the cache." -msgstr "" +msgstr "в Ñекундах. Изменение очиÑтит кÑш." #: templates/settings.php:31 msgid "Help" -msgstr "" +msgstr "Помощь" diff --git a/l10n/ru/user_migrate.po b/l10n/ru/user_migrate.po index bf0f6d4c8ba17ec3221fdd120224fa4f5fed61c4..79fd4f0cfa1539ed4fb51e8c3a5b73f2628f5260 100644 --- a/l10n/ru/user_migrate.po +++ b/l10n/ru/user_migrate.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:55+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,33 +20,33 @@ msgstr "" #: js/export.js:14 js/export.js:20 msgid "Export" -msgstr "" +msgstr "ÐкÑпорт" #: js/export.js:19 msgid "Something went wrong while the export file was being generated" -msgstr "" +msgstr "Ð’ процеÑÑе ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° ÑкÑпорта что-то пошло не так" #: js/export.js:19 msgid "An error has occurred" -msgstr "" +msgstr "Произошла ошибка" #: templates/settings.php:2 msgid "Export your user account" -msgstr "" +msgstr "ÐкÑпортировать ваш аккаунт пользователÑ" #: templates/settings.php:3 msgid "" "This will create a compressed file that contains your ownCloud account." -msgstr "" +msgstr "Будет Ñоздан Ñжатый файл, Ñодержащий ваш аккаунт ownCloud" #: templates/settings.php:13 msgid "Import user account" -msgstr "" +msgstr "Импортировать аккаунт пользователÑ" #: templates/settings.php:15 msgid "ownCloud User Zip" -msgstr "" +msgstr "Ðрхив Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ownCloud" #: templates/settings.php:17 msgid "Import" -msgstr "" +msgstr "Импорт" diff --git a/l10n/ru/user_openid.po b/l10n/ru/user_openid.po index 354e17e01da97929a4e0f7164402dce74dea9275..22feb4f2913146f58e4d2ef5581b46a36bdb84d1 100644 --- a/l10n/ru/user_openid.po +++ b/l10n/ru/user_openid.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Denis <reg.transifex.net@demitel.ru>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-13 23:12+0200\n" -"PO-Revision-Date: 2012-08-12 22:45+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:00+0000\n" +"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +20,36 @@ msgstr "" #: templates/nomode.php:12 msgid "This is an OpenID server endpoint. For more information, see " -msgstr "" +msgstr "Ðто точка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñервера OpenID. Ð”Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸ Ñмотрите" #: templates/nomode.php:14 msgid "Identity: <b>" -msgstr "" +msgstr "ЛичноÑÑ‚ÑŒ: <b>" #: templates/nomode.php:15 msgid "Realm: <b>" -msgstr "" +msgstr "Realm: <b>" #: templates/nomode.php:16 msgid "User: <b>" -msgstr "" +msgstr "Пользователь: <b>" #: templates/nomode.php:17 msgid "Login" -msgstr "" +msgstr "Логин" #: templates/nomode.php:22 msgid "Error: <b>No user Selected" -msgstr "" +msgstr "Ошибка: <b>Пользователь не выбран" #: templates/settings.php:4 msgid "you can authenticate to other sites with this address" -msgstr "" +msgstr "вы можете аутентифицироватьÑÑ Ð½Ð° других Ñайтах Ñ Ñтим адреÑом" #: templates/settings.php:5 msgid "Authorized OpenID provider" -msgstr "" +msgstr "Ðвторизованный провайдер OpenID" #: templates/settings.php:6 msgid "Your address at Wordpress, Identi.ca, …" -msgstr "" +msgstr "Ваш Ð°Ð´Ñ€ÐµÑ Ð² Wordpress, Identi.ca, …" diff --git a/l10n/sl/contacts.po b/l10n/sl/contacts.po index c721143614d289363107e52889d457a160ca90dd..a31210ca6e1f190f0cbc0fac4cca52f5378f272a 100644 --- a/l10n/sl/contacts.po +++ b/l10n/sl/contacts.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:03+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 09:09+0000\n" +"Last-Translator: Peter PeroÅ¡a <peter.perosa@gmail.com>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -217,7 +217,7 @@ msgstr "ZaÄasne slike ni bilo mogoÄe naložiti: " msgid "No file was uploaded. Unknown error" msgstr "Nobena datoteka ni bila naložena. Neznana napaka" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Stiki" @@ -245,15 +245,15 @@ msgstr "Napaka" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "Nimate dovoljenja za dodajanje stikov v" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Prosimo, Äe izberete enega izmed vaÅ¡ih adresarjev." #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Napaka dovoljenj" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -485,11 +485,11 @@ msgstr "Stik" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "Nimate dovoljenj za urejanje tega stika." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "Nimate dovoljenj za izbris tega stika." #: templates/index.php:14 msgid "Add Contact" diff --git a/l10n/sv/contacts.po b/l10n/sv/contacts.po index 4e4a64bd2c4cdd0246f91453e98b8103abae9bef..635ea51f8eb3240cd7f7f3370db7dcd182783050 100644 --- a/l10n/sv/contacts.po +++ b/l10n/sv/contacts.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" -"PO-Revision-Date: 2012-08-24 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 07:00+0000\n" +"Last-Translator: Magnus Höglund <magnus@linux.com>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -220,7 +220,7 @@ msgstr "Kunde inte ladda tillfällig bild:" msgid "No file was uploaded. Unknown error" msgstr "Ingen fil uppladdad. Okänt fel" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "Kontakter" @@ -248,15 +248,15 @@ msgstr "Fel" #: js/contacts.js:424 msgid "You do not have permission to add contacts to " -msgstr "" +msgstr "Du saknar behörighet att skapa kontakter i" #: js/contacts.js:425 msgid "Please select one of your own address books." -msgstr "" +msgstr "Välj en av dina egna adressböcker." #: js/contacts.js:425 msgid "Permission error" -msgstr "" +msgstr "Behörighetsfel" #: js/contacts.js:763 msgid "This property has to be non-empty." @@ -488,11 +488,11 @@ msgstr "Kontakt" #: lib/vcard.php:408 msgid "You do not have the permissions to edit this contact." -msgstr "" +msgstr "Du saknar behörighet för att ändra denna kontakt." #: lib/vcard.php:483 msgid "You do not have the permissions to delete this contact." -msgstr "" +msgstr "Du saknar behörighet för att radera denna kontakt." #: templates/index.php:14 msgid "Add Contact" diff --git a/l10n/templates/admin_dependencies_chk.pot b/l10n/templates/admin_dependencies_chk.pot index c4d46ecc46f417fd9102fdc015bf95425969eca6..ae9512efe847a5267ff17a2ad8549920e3e799da 100644 --- a/l10n/templates/admin_dependencies_chk.pot +++ b/l10n/templates/admin_dependencies_chk.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:01+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/admin_migrate.pot b/l10n/templates/admin_migrate.pot index e72d72e374b02dac4e03516eb4265450db999097..78b49fcdb84ea5d0c97f6b7cecfabc547e9a8409 100644 --- a/l10n/templates/admin_migrate.pot +++ b/l10n/templates/admin_migrate.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:01+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/bookmarks.pot b/l10n/templates/bookmarks.pot index 9d10db08bac0afdc33c9427c2ed3662bf183a3e0..7668869f0830152509c44879c8ec7d87dfd4ee2a 100644 --- a/l10n/templates/bookmarks.pot +++ b/l10n/templates/bookmarks.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 64b4584db753565e23ead769804bff8034330e74..b1a31a8a73ff3769d2cb5a09b298536b2dd127c3 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -67,7 +67,7 @@ msgstr "" msgid "Invalid request" msgstr "" -#: appinfo/app.php:37 templates/calendar.php:15 +#: appinfo/app.php:41 templates/calendar.php:15 #: templates/part.eventform.php:33 templates/part.showevent.php:33 msgid "Calendar" msgstr "" diff --git a/l10n/templates/contacts.pot b/l10n/templates/contacts.pot index 6b35ece6d79e091341fdab620f4bd578225a0a89..0166743621209d447e52cf6ea5f818d52eb6b7b4 100644 --- a/l10n/templates/contacts.pot +++ b/l10n/templates/contacts.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -214,7 +214,7 @@ msgstr "" msgid "No file was uploaded. Unknown error" msgstr "" -#: appinfo/app.php:21 +#: appinfo/app.php:25 msgid "Contacts" msgstr "" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 2849d9d546fed0485b03f7e09baedb4ad0e5e7e5..e5769a1a087cf51dff2c2499fb9ad090967f8eb1 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 3b44bf95e0da087117ef4562a48e7e7147d22910..603136b53b88eb3da7c49b59bd963bc97c60f1e5 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -51,7 +51,7 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:107 templates/index.php:56 +#: js/fileactions.js:111 templates/index.php:56 msgid "Delete" msgstr "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 11b30e234d1fe1bb8b642ad5666c50ff0c146c49..4abd4bfe4a2be57a8313bb34bb0433ff8a184502 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index bfc76cf3e8e690b3379f60d70347700285cc503f..b845f7d27d5500a93a40e53055a22a2795093967 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 9403fd1cb8c816ac98cdd0ffd9fc8b968ff0dbc7..d95745ec238de9edc0cbe512901f66274c949751 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index f3d7fe95dba677a6e18fac63279379827dbd63a6..7a55f7e13194d8ff1cb637383119fdaf6a48de28 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/gallery.pot b/l10n/templates/gallery.pot index 974a3600c8184cd292e5648e942e1bca225af773..f4431a9c811d700e17b11dfc1e71b6aab21fc720 100644 --- a/l10n/templates/gallery.pot +++ b/l10n/templates/gallery.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 9f10129eab39b11d17ef62ef3c5ec9336947b5f1..3f4dc1e461c097a87bf9aa4fb3ab362e7af2b0cd 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/media.pot b/l10n/templates/media.pot index 628c493ff3f28dbfdd26891de4443b88ecd0aee5..c3946d4ab81de8763d2a13a56488b63a767a2cf8 100644 --- a/l10n/templates/media.pot +++ b/l10n/templates/media.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 3ce71ef31c219d436bc640f2d3fc387a9d785dbf..b8338fb6fc8e583fd4e6528d0c11669f14325a02 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/tasks.pot b/l10n/templates/tasks.pot index 876cc1deaba4415c7fb86c80bd1eeabe832778a9..5f237d3c50e08c2d15104ed30934b1d42a0503ad 100644 --- a/l10n/templates/tasks.pot +++ b/l10n/templates/tasks.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 815e4a59db7e0cfb5d1aabcd8b0074602cd6c112..808b7c6d3bb0695d0b292641757d61ddc2c94756 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_migrate.pot b/l10n/templates/user_migrate.pot index 50810fb3686604edc1cea1d92ffea7fe025de172..6a63226f92ff781a306e3c73aa57afc3f1a1c0ff 100644 --- a/l10n/templates/user_migrate.pot +++ b/l10n/templates/user_migrate.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_openid.pot b/l10n/templates/user_openid.pot index 1fe92139e3d4374e930fb6baf582453f31172d55..144f4bece56978389e08d74fe1cc19fc5ed4b6ad 100644 --- a/l10n/templates/user_openid.pot +++ b/l10n/templates/user_openid.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-24 02:02+0200\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/zh_CN/bookmarks.po b/l10n/zh_CN/bookmarks.po index 1164856a06f8c72184a1b1634fa6522250a34282..65c4c5efc1dabbe274c82aee8e1b7a7f80128fb2 100644 --- a/l10n/zh_CN/bookmarks.po +++ b/l10n/zh_CN/bookmarks.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <appweb.cn@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-07-28 02:02+0200\n" -"PO-Revision-Date: 2012-07-27 22:17+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 01:10+0000\n" +"Last-Translator: hanfeng <appweb.cn@gmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,42 +20,42 @@ msgstr "" #: appinfo/app.php:14 msgid "Bookmarks" -msgstr "" +msgstr "书ç¾" #: bookmarksHelper.php:99 msgid "unnamed" -msgstr "" +msgstr "未命å" #: templates/bookmarklet.php:5 msgid "" "Drag this to your browser bookmarks and click it, when you want to bookmark " "a webpage quickly:" -msgstr "" +msgstr "拖曳æ¤å¤„到您的æµè§ˆå™¨ä¹¦ç¾å¤„,点击å¯ä»¥å°†ç½‘é¡µå¿«é€Ÿæ·»åŠ åˆ°ä¹¦ç¾ä¸ã€‚" #: templates/bookmarklet.php:7 msgid "Read later" -msgstr "" +msgstr "ç¨åŽé˜…读" #: templates/list.php:13 msgid "Address" -msgstr "" +msgstr "地å€" #: templates/list.php:14 msgid "Title" -msgstr "" +msgstr "æ ‡é¢˜" #: templates/list.php:15 msgid "Tags" -msgstr "" +msgstr "æ ‡ç¾" #: templates/list.php:16 msgid "Save bookmark" -msgstr "" +msgstr "ä¿å˜ä¹¦ç¾" #: templates/list.php:22 msgid "You have no bookmarks" -msgstr "" +msgstr "æ‚¨æš‚æ— ä¹¦ç¾" #: templates/settings.php:11 msgid "Bookmarklet <br />" -msgstr "" +msgstr "书ç¾åº”用" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index 84d5ee092df303602bdff28110f57b0e2fa8d3ac..8698bb536d94737e7d4b16d7baa71f42588258d4 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <appweb.cn@gmail.com>, 2012. # <rainofchaos@gmail.com>, 2012. # <wengxt@gmail.com>, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-21 02:03+0200\n" -"PO-Revision-Date: 2012-08-21 00:04+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 01:52+0000\n" +"Last-Translator: hanfeng <appweb.cn@gmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -53,7 +54,7 @@ msgstr "写入ç£ç›˜å¤±è´¥" msgid "Files" msgstr "文件" -#: js/fileactions.js:107 templates/index.php:56 +#: js/fileactions.js:111 templates/index.php:56 msgid "Delete" msgstr "åˆ é™¤" @@ -75,7 +76,7 @@ msgstr "å·²ç»æ›¿æ¢" #: js/filelist.js:195 msgid "with" -msgstr "" +msgstr "éšç€" #: js/filelist.js:195 js/filelist.js:246 msgid "undo" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index 49d33a6153769231149d2aec154b8aaec40d09e6..d333fc726bf080815daf080065d042cb6d0dbd10 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -4,13 +4,14 @@ # # Translators: # Donahue Chuang <soshinwu@gmail.com>, 2012. +# <weiyu871@ms14.url.com.tw>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2012-08-18 02:01+0200\n" -"PO-Revision-Date: 2012-08-18 00:02+0000\n" -"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" +"POT-Creation-Date: 2012-08-25 02:04+0200\n" +"PO-Revision-Date: 2012-08-24 03:42+0000\n" +"Last-Translator: weiyu <weiyu871@ms14.url.com.tw>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -188,7 +189,7 @@ msgstr "ä½ çš„é›»å郵件信箱" #: templates/personal.php:32 msgid "Fill in an email address to enable password recovery" -msgstr "請甜入店å郵件信箱以便回復密碼" +msgstr "請填入電å郵件信箱以便回復密碼" #: templates/personal.php:38 templates/personal.php:39 msgid "Language" diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php new file mode 100644 index 0000000000000000000000000000000000000000..01bc4d3e19fa740c2654b15f3a394bbec6f6d395 --- /dev/null +++ b/lib/l10n/nl.php @@ -0,0 +1,25 @@ +<?php $TRANSLATIONS = array( +"Help" => "Help", +"Personal" => "Persoonlijk", +"Settings" => "Instellingen", +"Users" => "Gebruikers", +"Apps" => "Apps", +"Admin" => "Administrator", +"ZIP download is turned off." => "ZIP download is uitgeschakeld.", +"Files need to be downloaded one by one." => "Bestanden moeten één voor één worden gedownload.", +"Back to Files" => "Terug naar bestanden", +"Selected files too large to generate zip file." => "De geselecteerde bestanden zijn te groot om een zip bestand te maken.", +"Application is not enabled" => "De applicatie is niet actief", +"Authentication error" => "Authenticatie fout", +"Token expired. Please reload page." => "Token verlopen. Herlaad de pagina.", +"seconds ago" => "seconden geleden", +"1 minute ago" => "1 minuut geleden", +"%d minutes ago" => "%d minuten geleden", +"today" => "vandaag", +"yesterday" => "gisteren", +"%d days ago" => "%d dagen geleden", +"last month" => "vorige maand", +"months ago" => "maanden geleden", +"last year" => "vorig jaar", +"years ago" => "jaar geleden" +); diff --git a/lib/l10n/ru.php b/lib/l10n/ru.php new file mode 100644 index 0000000000000000000000000000000000000000..07dacc598aeb9606d3746090fdb47fa8a0a62562 --- /dev/null +++ b/lib/l10n/ru.php @@ -0,0 +1,25 @@ +<?php $TRANSLATIONS = array( +"Help" => "Помощь", +"Personal" => "Личное", +"Settings" => "ÐаÑтройки", +"Users" => "Пользователи", +"Apps" => "ПриложениÑ", +"Admin" => "Admin", +"ZIP download is turned off." => "ZIP-Ñкачивание отключено.", +"Files need to be downloaded one by one." => "Файлы должны быть загружены по одному.", +"Back to Files" => "Ðазад к файлам", +"Selected files too large to generate zip file." => "Выбранные файлы Ñлишком велики, чтобы Ñоздать zip файл.", +"Application is not enabled" => "Приложение не разрешено", +"Authentication error" => "Ошибка аутентификации", +"Token expired. Please reload page." => "Токен проÑрочен. Перезагрузите Ñтраницу.", +"seconds ago" => "менее минуты", +"1 minute ago" => "1 минуту назад", +"%d minutes ago" => "%d минут назад", +"today" => "ÑегоднÑ", +"yesterday" => "вчера", +"%d days ago" => "%d дней назад", +"last month" => "в прошлом меÑÑце", +"months ago" => "меÑÑцы назад", +"last year" => "в прошлом году", +"years ago" => "годы назад" +); diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index a1db0f457f53f8cc86fe2f95a1123ea32888f772..6048cbd63b00fc28776cd6836f3d07577d7335c4 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -1,13 +1,21 @@ <?php $TRANSLATIONS = array( +"Unable to load list from App Store" => "Kan de lijst niet van de App store laden", "Email saved" => "E-mail bewaard", "Invalid email" => "Ongeldige e-mail", "OpenID Changed" => "OpenID is aangepast", "Invalid request" => "Ongeldig verzoek", +"Authentication error" => "Authenticatie fout", "Language changed" => "Taal aangepast", +"Error" => "Fout", "Disable" => "Uitschakelen", "Enable" => "Inschakelen", "Saving..." => "Aan het bewaren.....", "__language_name__" => "Nederlands", +"Security Warning" => "Veiligheidswaarschuwing", +"Cron" => "Cron", +"execute one task with each page loaded" => "Voer 1 taak uit bij elke geladen pagina", +"cron.php is registered at a webcron service" => "cron.php is geregistreerd bij een webcron service", +"use systems cron service" => "gebruik de systeem cron service", "Log" => "Log", "More" => "Meer", "Add your App" => "Voeg je App toe", @@ -43,6 +51,7 @@ "Create" => "Creëer", "Default Quota" => "Standaard limiet", "Other" => "Andere", +"Group Admin" => "Groep Administrator", "Quota" => "Limieten", "Delete" => "verwijderen" ); diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index e8154dfca7e7576018925161294e68e5a40351df..57aaa272606492e528b228bf1db9102ffe144d28 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -3,11 +3,16 @@ "Invalid email" => "Email inválido", "OpenID Changed" => "Mudou OpenID", "Invalid request" => "Pedido inválido", +"Authentication error" => "erro de autenticação", "Language changed" => "Mudou Idioma", +"Error" => "Erro", "Disable" => "Desabilitado", "Enable" => "Habilitado", "Saving..." => "Gravando...", "__language_name__" => "Português", +"Security Warning" => "Aviso de Segurança", +"execute one task with each page loaded" => "executar uma tarefa com cada página em aberto", +"cron.php is registered at a webcron service" => "cron.php esta registrado no serviço de webcron", "Log" => "Log", "More" => "Mais", "Add your App" => "Adicione seu Aplicativo", @@ -43,6 +48,7 @@ "Create" => "Criar", "Default Quota" => "Quota Padrão", "Other" => "Outro", +"Group Admin" => "Grupo Administrativo", "Quota" => "Cota", "Delete" => "Apagar" ); diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index aeb1db48719618bd27bc4e703c1d5d56a12bb2cd..0218133f65a015d9f557a7cacc7dc0ce262cdcdc 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -27,7 +27,7 @@ "Change password" => "變更密碼", "Email" => "é›»å郵件", "Your email address" => "ä½ çš„é›»å郵件信箱", -"Fill in an email address to enable password recovery" => "請甜入店å郵件信箱以便回復密碼", +"Fill in an email address to enable password recovery" => "請填入電å郵件信箱以便回復密碼", "Language" => "語言", "Help translate" => "幫助翻è¯", "use this address to connect to your ownCloud in your file manager" => "使用這個ä½å€åŽ»é€£æŽ¥åˆ°ä½ çš„ç§æœ‰é›²æª”案管ç†å“¡",