mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
ef4e63c38b
commit
dad3223fda
@ -41,6 +41,8 @@
|
||||
"Edit profile picture" => "Muokkaa profiilikuvaa",
|
||||
"Crop photo" => "Rajaa valokuva",
|
||||
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Jotkin yhteystiedot on merkitty poistettaviksi, mutta niitä ei ole vielä poistettu. Odota hetki, että kyseiset yhteystiedot poistetaan.",
|
||||
"Click to undo deletion of {num} contacts" => "Napsauta kumotaksesi {num} yhteystiedon poistamisen",
|
||||
"Cancelled deletion of {num} contacts" => "{num} yhteystiedon poistaminen peruttiin",
|
||||
"Add" => "Lisää",
|
||||
"Contact is already in this group." => "Yhteystieto on jo tässä ryhmässä.",
|
||||
"Contacts are already in this group." => "Yhteystiedot ovat jo tässä ryhmässä.",
|
||||
@ -98,6 +100,7 @@
|
||||
"Error loading image from cache" => "Virhe ladatessa kuvaa välimuistista",
|
||||
"Error getting PHOTO property." => "Virhe KUVA ominaisuuden saamisessa.",
|
||||
"Error saving contact." => "Virhe yhteystietoa tallennettaessa.",
|
||||
"No group name given." => "Ryhmän nimeä ei annettu.",
|
||||
"Error adding group." => "Virhe ryhmää lisättäessä.",
|
||||
"Error renaming group." => "Virhe muuttaessa ryhmän nimeä.",
|
||||
"No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe",
|
||||
@ -112,6 +115,7 @@
|
||||
"Error uploading contacts to storage." => "Virhe yhteystietojen lataamisessa talletettavaksi.",
|
||||
"You do not have permissions to import into this address book." => "Sinulla ei ole oikeuksia tuoda tähän osoitekirjaan.",
|
||||
"File name missing from request." => "Tiedoston nimi puuttuu pyynnöstä.",
|
||||
"No key is given." => "Avainta ei annettu.",
|
||||
"No value is given." => "Arvoa ei ole annettu.",
|
||||
"Other" => "Muu",
|
||||
"HomePage" => "Kotisivu",
|
||||
|
@ -14,9 +14,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-10-13 00:48-0400\n"
|
||||
"PO-Revision-Date: 2014-10-13 04:48+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-10-14 00:48-0400\n"
|
||||
"PO-Revision-Date: 2014-10-13 07:20+0000\n"
|
||||
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -224,11 +224,11 @@ msgstr "Jotkin yhteystiedot on merkitty poistettaviksi, mutta niitä ei ole viel
|
||||
|
||||
#: js/contacts.js:2245
|
||||
msgid "Click to undo deletion of {num} contacts"
|
||||
msgstr ""
|
||||
msgstr "Napsauta kumotaksesi {num} yhteystiedon poistamisen"
|
||||
|
||||
#: js/contacts.js:2254
|
||||
msgid "Cancelled deletion of {num} contacts"
|
||||
msgstr ""
|
||||
msgstr "{num} yhteystiedon poistaminen peruttiin"
|
||||
|
||||
#: js/groups.js:53
|
||||
msgid "Add"
|
||||
@ -498,7 +498,7 @@ msgstr "Virhe yhteystietoa tallennettaessa."
|
||||
|
||||
#: lib/controller/groupcontroller.php:68 lib/controller/groupcontroller.php:90
|
||||
msgid "No group name given."
|
||||
msgstr ""
|
||||
msgstr "Ryhmän nimeä ei annettu."
|
||||
|
||||
#: lib/controller/groupcontroller.php:74
|
||||
msgid "Error adding group."
|
||||
@ -600,7 +600,7 @@ msgstr ""
|
||||
|
||||
#: lib/controller/settingscontroller.php:36
|
||||
msgid "No key is given."
|
||||
msgstr ""
|
||||
msgstr "Avainta ei annettu."
|
||||
|
||||
#: lib/controller/settingscontroller.php:40
|
||||
msgid "No value is given."
|
||||
|
@ -34,7 +34,7 @@
|
||||
"The size of \"{filename}\" exceeds the maximum allowed {size}" => "La taille de \"{filename}\" excède la taille maximale autorisée (max. {size})",
|
||||
"Error adding to group." => "Erreur lors de l'ajout au groupe.",
|
||||
"Error removing from group." => "Erreur lors du retrait du groupe.",
|
||||
"You have selected over 300 contacts.\nThis will most likely fail! Click here to try anyway." => "Vous avez sélectionné plus de 300 contacts.\nCela va très probablement échouer ! Cliquez ici pour essayer quand même.",
|
||||
"You have selected over 300 contacts.\nThis will most likely fail! Click here to try anyway." => "Vous avez sélectionné plus de 300 contacts.\nCela va très probablement échouer ! Cliquez ici pour essayer tout de même.",
|
||||
"Error setting {name} as favorite." => "Erreur lors de la mise en favori de {name}.",
|
||||
"Merge contacts" => "Fusionner les contacts",
|
||||
"Add group" => "Ajouter un groupe",
|
||||
|
@ -34,15 +34,16 @@
|
||||
# Robert Di Rosa <>, 2012
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2011, 2012
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2012-2014
|
||||
# Thomas Imbreckx <zinks@iozero.be>, 2014
|
||||
# Thomas Imbreckx <zinks@member.fsf.org>, 2014
|
||||
# Thomas Imbreckx <zinks@member.fsf.org>, 2014
|
||||
# Zertrin <zrk951@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-10-13 00:48-0400\n"
|
||||
"PO-Revision-Date: 2014-10-13 04:48+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-10-14 00:48-0400\n"
|
||||
"PO-Revision-Date: 2014-10-13 19:01+0000\n"
|
||||
"Last-Translator: Thomas Imbreckx <zinks@member.fsf.org>\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"
|
||||
@ -196,7 +197,7 @@ msgstr "Erreur lors du retrait du groupe."
|
||||
msgid ""
|
||||
"You have selected over 300 contacts.\n"
|
||||
"This will most likely fail! Click here to try anyway."
|
||||
msgstr "Vous avez sélectionné plus de 300 contacts.\nCela va très probablement échouer ! Cliquez ici pour essayer quand même."
|
||||
msgstr "Vous avez sélectionné plus de 300 contacts.\nCela va très probablement échouer ! Cliquez ici pour essayer tout de même."
|
||||
|
||||
#: js/app.js:1228
|
||||
msgid "Error setting {name} as favorite."
|
||||
|
@ -6,11 +6,13 @@
|
||||
"Save" => "保存",
|
||||
"Edit Addressbook" => "アドレスブックを編集",
|
||||
"Import contacts" => "連絡先をインポート",
|
||||
"Upload file..." => "ファイルをアップロード...",
|
||||
"Starting file import" => "ファイルのインポートを開始",
|
||||
"Format selected: {format}" => "選択フォーマット: {format}",
|
||||
"Automatic format detection" => "自動フォーマット検出",
|
||||
"Import into..." => "インポート ...",
|
||||
"Processing {count}/{total} cards" => "{count} 件中 {total} 件のカードを処理中",
|
||||
"Total: {total}, Success: {imported}, Errors: {failed}" => "全体:{total}, 成功:{imported}, 失敗:{failed}",
|
||||
"An address book called {name} already exists" => "{name} という名前のアドレス帳はすでに存在します",
|
||||
"Failed adding address book: {error}" => "アドレス帳の追加に失敗: {error}",
|
||||
"Failed loading address books: {error}" => "アドレス帳の読み込みに失敗: {error}",
|
||||
|
@ -15,9 +15,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-10-13 00:48-0400\n"
|
||||
"PO-Revision-Date: 2014-10-13 04:48+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-10-14 00:48-0400\n"
|
||||
"PO-Revision-Date: 2014-10-13 12:15+0000\n"
|
||||
"Last-Translator: YANO Tetsu <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"
|
||||
@ -56,7 +56,7 @@ msgstr "連絡先をインポート"
|
||||
|
||||
#: js/addressbooks.js:398
|
||||
msgid "Upload file..."
|
||||
msgstr ""
|
||||
msgstr "ファイルをアップロード..."
|
||||
|
||||
#: js/addressbooks.js:428
|
||||
msgid "Starting file import"
|
||||
@ -80,7 +80,7 @@ msgstr "{count} 件中 {total} 件のカードを処理中"
|
||||
|
||||
#: js/addressbooks.js:585
|
||||
msgid "Total: {total}, Success: {imported}, Errors: {failed}"
|
||||
msgstr ""
|
||||
msgstr "全体:{total}, 成功:{imported}, 失敗:{failed}"
|
||||
|
||||
#: js/addressbooks.js:727
|
||||
msgid "An address book called {name} already exists"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud contacts 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-10-13 00:48-0400\n"
|
||||
"POT-Creation-Date: 2014-10-14 00:48-0400\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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user