mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
f9cf657d56
commit
92b01ab972
@ -5,8 +5,12 @@ OC.L10N.register(
|
||||
"Bookm." : "Segnal.",
|
||||
"No file provided for import" : "Non è stato fornito alcun file da importare",
|
||||
"Unsupported file type for import" : "Tipo di file non supportato per l'importazione",
|
||||
"Bookmark added. You can close the window now." : "Segnalibro aggiunto. Ora puoi chiudere la finestra. ",
|
||||
"Bookmark added successfully" : "Segnalibro aggiunto correttamente",
|
||||
"Some Error happened." : "Si sono verificati alcuni errori.",
|
||||
"Error" : "Errore",
|
||||
"Filter by tag" : "Filtro per etichetta",
|
||||
"Are you sure you want to remove this bookmark?" : "Sei sicuro di voler rimuovere questo segnalibro?",
|
||||
"Warning" : "Avviso",
|
||||
"Tags" : "Tag",
|
||||
"Are you sure you want to remove this tag from every entry?" : "Sei sicuro di voler rimuovere questo tag da ogni voce?",
|
||||
@ -14,6 +18,7 @@ OC.L10N.register(
|
||||
"Import completed successfully." : "Importazione completata correttamente.",
|
||||
"Uploading..." : "Caricamento in corso...",
|
||||
"Add a bookmark" : "Aggiungi un segnalibro",
|
||||
"This URL is already bookmarked! Overwrite?" : "Questo URL è già tra i segnalibri! Vuoi sovrascriverlo?",
|
||||
"The title of the page" : "Il titolo della pagina",
|
||||
"The address of the page" : "L'indirizzo della pagina",
|
||||
"Description of the page" : "Descrizione della pagina",
|
||||
@ -25,7 +30,9 @@ OC.L10N.register(
|
||||
"Add to ownCloud" : "Aggiungi a ownCloud",
|
||||
"Address" : "Indirizzo",
|
||||
"Add" : "Aggiungi",
|
||||
"Filterable Tags" : "Etichette filtrabili",
|
||||
"You have no bookmarks" : "Non hai segnalibri",
|
||||
"You can also import a bookmark file" : "Puoi importare anche un file di segnalibri",
|
||||
"Bookmarklet" : "Bookmarklet",
|
||||
"Export & Import" : "Esporta e importa",
|
||||
"Export" : "Esporta",
|
||||
|
@ -3,8 +3,12 @@
|
||||
"Bookm." : "Segnal.",
|
||||
"No file provided for import" : "Non è stato fornito alcun file da importare",
|
||||
"Unsupported file type for import" : "Tipo di file non supportato per l'importazione",
|
||||
"Bookmark added. You can close the window now." : "Segnalibro aggiunto. Ora puoi chiudere la finestra. ",
|
||||
"Bookmark added successfully" : "Segnalibro aggiunto correttamente",
|
||||
"Some Error happened." : "Si sono verificati alcuni errori.",
|
||||
"Error" : "Errore",
|
||||
"Filter by tag" : "Filtro per etichetta",
|
||||
"Are you sure you want to remove this bookmark?" : "Sei sicuro di voler rimuovere questo segnalibro?",
|
||||
"Warning" : "Avviso",
|
||||
"Tags" : "Tag",
|
||||
"Are you sure you want to remove this tag from every entry?" : "Sei sicuro di voler rimuovere questo tag da ogni voce?",
|
||||
@ -12,6 +16,7 @@
|
||||
"Import completed successfully." : "Importazione completata correttamente.",
|
||||
"Uploading..." : "Caricamento in corso...",
|
||||
"Add a bookmark" : "Aggiungi un segnalibro",
|
||||
"This URL is already bookmarked! Overwrite?" : "Questo URL è già tra i segnalibri! Vuoi sovrascriverlo?",
|
||||
"The title of the page" : "Il titolo della pagina",
|
||||
"The address of the page" : "L'indirizzo della pagina",
|
||||
"Description of the page" : "Descrizione della pagina",
|
||||
@ -23,7 +28,9 @@
|
||||
"Add to ownCloud" : "Aggiungi a ownCloud",
|
||||
"Address" : "Indirizzo",
|
||||
"Add" : "Aggiungi",
|
||||
"Filterable Tags" : "Etichette filtrabili",
|
||||
"You have no bookmarks" : "Non hai segnalibri",
|
||||
"You can also import a bookmark file" : "Puoi importare anche un file di segnalibri",
|
||||
"Bookmarklet" : "Bookmarklet",
|
||||
"Export & Import" : "Esporta e importa",
|
||||
"Export" : "Esporta",
|
||||
|
@ -4,8 +4,12 @@ $TRANSLATIONS = array(
|
||||
"Bookm." => "Segnal.",
|
||||
"No file provided for import" => "Non è stato fornito alcun file da importare",
|
||||
"Unsupported file type for import" => "Tipo di file non supportato per l'importazione",
|
||||
"Bookmark added. You can close the window now." => "Segnalibro aggiunto. Ora puoi chiudere la finestra. ",
|
||||
"Bookmark added successfully" => "Segnalibro aggiunto correttamente",
|
||||
"Some Error happened." => "Si sono verificati alcuni errori.",
|
||||
"Error" => "Errore",
|
||||
"Filter by tag" => "Filtro per etichetta",
|
||||
"Are you sure you want to remove this bookmark?" => "Sei sicuro di voler rimuovere questo segnalibro?",
|
||||
"Warning" => "Avviso",
|
||||
"Tags" => "Tag",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Sei sicuro di voler rimuovere questo tag da ogni voce?",
|
||||
@ -13,6 +17,7 @@ $TRANSLATIONS = array(
|
||||
"Import completed successfully." => "Importazione completata correttamente.",
|
||||
"Uploading..." => "Caricamento in corso...",
|
||||
"Add a bookmark" => "Aggiungi un segnalibro",
|
||||
"This URL is already bookmarked! Overwrite?" => "Questo URL è già tra i segnalibri! Vuoi sovrascriverlo?",
|
||||
"The title of the page" => "Il titolo della pagina",
|
||||
"The address of the page" => "L'indirizzo della pagina",
|
||||
"Description of the page" => "Descrizione della pagina",
|
||||
@ -24,7 +29,9 @@ $TRANSLATIONS = array(
|
||||
"Add to ownCloud" => "Aggiungi a ownCloud",
|
||||
"Address" => "Indirizzo",
|
||||
"Add" => "Aggiungi",
|
||||
"Filterable Tags" => "Etichette filtrabili",
|
||||
"You have no bookmarks" => "Non hai segnalibri",
|
||||
"You can also import a bookmark file" => "Puoi importare anche un file di segnalibri",
|
||||
"Bookmarklet" => "Bookmarklet",
|
||||
"Export & Import" => "Esporta e importa",
|
||||
"Export" => "Esporta",
|
||||
|
@ -5,8 +5,12 @@ OC.L10N.register(
|
||||
"Bookm." : "ブックマーク",
|
||||
"No file provided for import" : "インポートするファイルが指定されていません",
|
||||
"Unsupported file type for import" : "インポートでは未サポートのファイルタイプ",
|
||||
"Bookmark added. You can close the window now." : "ブックマークは追加されました。ウインドウを閉じることができます。",
|
||||
"Bookmark added successfully" : "ブックマークの追加に成功しました",
|
||||
"Some Error happened." : "エラーが発生しました。",
|
||||
"Error" : "エラー",
|
||||
"Filter by tag" : "タグによるフィルタ",
|
||||
"Are you sure you want to remove this bookmark?" : "このブックマークを削除してもよろしいですか?",
|
||||
"Warning" : "警告",
|
||||
"Tags" : "タグ",
|
||||
"Are you sure you want to remove this tag from every entry?" : "すべてのエントリからこのタグを削除してもよろしいですか?",
|
||||
@ -14,6 +18,7 @@ OC.L10N.register(
|
||||
"Import completed successfully." : "インポートは正常に完了しました。",
|
||||
"Uploading..." : "アップロード中...",
|
||||
"Add a bookmark" : "ブックマークを追加",
|
||||
"This URL is already bookmarked! Overwrite?" : "このURLはすでにブックマークされています!上書きしますか?",
|
||||
"The title of the page" : "ページのタイトル",
|
||||
"The address of the page" : "ページのアドレス",
|
||||
"Description of the page" : "ページの説明",
|
||||
@ -26,6 +31,7 @@ OC.L10N.register(
|
||||
"Address" : "アドレス",
|
||||
"Add" : "追加",
|
||||
"You have no bookmarks" : "ブックマークがありません",
|
||||
"You can also import a bookmark file" : "ブックマークファイルをインポートすることもできます。",
|
||||
"Bookmarklet" : "ブックマークレット",
|
||||
"Export & Import" : "エクスポート&インポート",
|
||||
"Export" : "エクスポート",
|
||||
|
@ -3,8 +3,12 @@
|
||||
"Bookm." : "ブックマーク",
|
||||
"No file provided for import" : "インポートするファイルが指定されていません",
|
||||
"Unsupported file type for import" : "インポートでは未サポートのファイルタイプ",
|
||||
"Bookmark added. You can close the window now." : "ブックマークは追加されました。ウインドウを閉じることができます。",
|
||||
"Bookmark added successfully" : "ブックマークの追加に成功しました",
|
||||
"Some Error happened." : "エラーが発生しました。",
|
||||
"Error" : "エラー",
|
||||
"Filter by tag" : "タグによるフィルタ",
|
||||
"Are you sure you want to remove this bookmark?" : "このブックマークを削除してもよろしいですか?",
|
||||
"Warning" : "警告",
|
||||
"Tags" : "タグ",
|
||||
"Are you sure you want to remove this tag from every entry?" : "すべてのエントリからこのタグを削除してもよろしいですか?",
|
||||
@ -12,6 +16,7 @@
|
||||
"Import completed successfully." : "インポートは正常に完了しました。",
|
||||
"Uploading..." : "アップロード中...",
|
||||
"Add a bookmark" : "ブックマークを追加",
|
||||
"This URL is already bookmarked! Overwrite?" : "このURLはすでにブックマークされています!上書きしますか?",
|
||||
"The title of the page" : "ページのタイトル",
|
||||
"The address of the page" : "ページのアドレス",
|
||||
"Description of the page" : "ページの説明",
|
||||
@ -24,6 +29,7 @@
|
||||
"Address" : "アドレス",
|
||||
"Add" : "追加",
|
||||
"You have no bookmarks" : "ブックマークがありません",
|
||||
"You can also import a bookmark file" : "ブックマークファイルをインポートすることもできます。",
|
||||
"Bookmarklet" : "ブックマークレット",
|
||||
"Export & Import" : "エクスポート&インポート",
|
||||
"Export" : "エクスポート",
|
||||
|
@ -4,8 +4,12 @@ $TRANSLATIONS = array(
|
||||
"Bookm." => "ブックマーク",
|
||||
"No file provided for import" => "インポートするファイルが指定されていません",
|
||||
"Unsupported file type for import" => "インポートでは未サポートのファイルタイプ",
|
||||
"Bookmark added. You can close the window now." => "ブックマークは追加されました。ウインドウを閉じることができます。",
|
||||
"Bookmark added successfully" => "ブックマークの追加に成功しました",
|
||||
"Some Error happened." => "エラーが発生しました。",
|
||||
"Error" => "エラー",
|
||||
"Filter by tag" => "タグによるフィルタ",
|
||||
"Are you sure you want to remove this bookmark?" => "このブックマークを削除してもよろしいですか?",
|
||||
"Warning" => "警告",
|
||||
"Tags" => "タグ",
|
||||
"Are you sure you want to remove this tag from every entry?" => "すべてのエントリからこのタグを削除してもよろしいですか?",
|
||||
@ -13,6 +17,7 @@ $TRANSLATIONS = array(
|
||||
"Import completed successfully." => "インポートは正常に完了しました。",
|
||||
"Uploading..." => "アップロード中...",
|
||||
"Add a bookmark" => "ブックマークを追加",
|
||||
"This URL is already bookmarked! Overwrite?" => "このURLはすでにブックマークされています!上書きしますか?",
|
||||
"The title of the page" => "ページのタイトル",
|
||||
"The address of the page" => "ページのアドレス",
|
||||
"Description of the page" => "ページの説明",
|
||||
@ -25,6 +30,7 @@ $TRANSLATIONS = array(
|
||||
"Address" => "アドレス",
|
||||
"Add" => "追加",
|
||||
"You have no bookmarks" => "ブックマークがありません",
|
||||
"You can also import a bookmark file" => "ブックマークファイルをインポートすることもできます。",
|
||||
"Bookmarklet" => "ブックマークレット",
|
||||
"Export & Import" => "エクスポート&インポート",
|
||||
"Export" => "エクスポート",
|
||||
|
@ -31,6 +31,7 @@ OC.L10N.register(
|
||||
"Address" : "Адрес",
|
||||
"Add" : "Добавить",
|
||||
"You have no bookmarks" : "У вас нет закладок",
|
||||
"You can also import a bookmark file" : "Вы также можете импортировать файл закладок",
|
||||
"Bookmarklet" : "Bookmarklet",
|
||||
"Export & Import" : "Экспорт & Импорт",
|
||||
"Export" : "Экспорт",
|
||||
|
@ -29,6 +29,7 @@
|
||||
"Address" : "Адрес",
|
||||
"Add" : "Добавить",
|
||||
"You have no bookmarks" : "У вас нет закладок",
|
||||
"You can also import a bookmark file" : "Вы также можете импортировать файл закладок",
|
||||
"Bookmarklet" : "Bookmarklet",
|
||||
"Export & Import" : "Экспорт & Импорт",
|
||||
"Export" : "Экспорт",
|
||||
|
@ -30,6 +30,7 @@ $TRANSLATIONS = array(
|
||||
"Address" => "Адрес",
|
||||
"Add" => "Добавить",
|
||||
"You have no bookmarks" => "У вас нет закладок",
|
||||
"You can also import a bookmark file" => "Вы также можете импортировать файл закладок",
|
||||
"Bookmarklet" => "Bookmarklet",
|
||||
"Export & Import" => "Экспорт & Импорт",
|
||||
"Export" => "Экспорт",
|
||||
|
@ -5,8 +5,12 @@ OC.L10N.register(
|
||||
"Bookm." : "Yer imi",
|
||||
"No file provided for import" : "İçe aktarılacak dosya yok",
|
||||
"Unsupported file type for import" : "İçe aktarmak için desteklenmeyen dosya türü",
|
||||
"Bookmark added. You can close the window now." : "Yer imi eklendi. Şimdi pencereyi kapatabilirsiniz.",
|
||||
"Bookmark added successfully" : "Yer imi başarıyla eklendi",
|
||||
"Some Error happened." : "Bir hata meydana geldi.",
|
||||
"Error" : "Hata",
|
||||
"Filter by tag" : "Etikete göre süz",
|
||||
"Are you sure you want to remove this bookmark?" : "Bu yer imini silmek istediğinizden emin misiniz?",
|
||||
"Warning" : "Uyarı",
|
||||
"Tags" : "Etiketler",
|
||||
"Are you sure you want to remove this tag from every entry?" : "Bu etiketi tüm girdilerden silmek istediğinizden emin misiniz?",
|
||||
@ -14,6 +18,7 @@ OC.L10N.register(
|
||||
"Import completed successfully." : "İçe aktarım başarıyla tamamlandı.",
|
||||
"Uploading..." : "Yükleniyor...",
|
||||
"Add a bookmark" : "Bir yer imi ekle",
|
||||
"This URL is already bookmarked! Overwrite?" : "Bu URL zaten yer imlerinde! Üzerine yazılsın mı?",
|
||||
"The title of the page" : "Sayfanın başlığı",
|
||||
"The address of the page" : "Sayfanın adresi",
|
||||
"Description of the page" : "Sayfa açıklaması",
|
||||
@ -25,7 +30,9 @@ OC.L10N.register(
|
||||
"Add to ownCloud" : "ownCloud'a Ekle",
|
||||
"Address" : "Adres",
|
||||
"Add" : "Ekle",
|
||||
"Filterable Tags" : "Süzülebilir Etiketler",
|
||||
"You have no bookmarks" : "Hiç yer iminiz yok",
|
||||
"You can also import a bookmark file" : "Ayrıca bir yer imi dosyasını içe aktarabilirsiniz",
|
||||
"Bookmarklet" : "Yer İmi Ekleyici",
|
||||
"Export & Import" : "Dışa ve İçe Aktarma",
|
||||
"Export" : "Dışa aktar",
|
||||
|
@ -3,8 +3,12 @@
|
||||
"Bookm." : "Yer imi",
|
||||
"No file provided for import" : "İçe aktarılacak dosya yok",
|
||||
"Unsupported file type for import" : "İçe aktarmak için desteklenmeyen dosya türü",
|
||||
"Bookmark added. You can close the window now." : "Yer imi eklendi. Şimdi pencereyi kapatabilirsiniz.",
|
||||
"Bookmark added successfully" : "Yer imi başarıyla eklendi",
|
||||
"Some Error happened." : "Bir hata meydana geldi.",
|
||||
"Error" : "Hata",
|
||||
"Filter by tag" : "Etikete göre süz",
|
||||
"Are you sure you want to remove this bookmark?" : "Bu yer imini silmek istediğinizden emin misiniz?",
|
||||
"Warning" : "Uyarı",
|
||||
"Tags" : "Etiketler",
|
||||
"Are you sure you want to remove this tag from every entry?" : "Bu etiketi tüm girdilerden silmek istediğinizden emin misiniz?",
|
||||
@ -12,6 +16,7 @@
|
||||
"Import completed successfully." : "İçe aktarım başarıyla tamamlandı.",
|
||||
"Uploading..." : "Yükleniyor...",
|
||||
"Add a bookmark" : "Bir yer imi ekle",
|
||||
"This URL is already bookmarked! Overwrite?" : "Bu URL zaten yer imlerinde! Üzerine yazılsın mı?",
|
||||
"The title of the page" : "Sayfanın başlığı",
|
||||
"The address of the page" : "Sayfanın adresi",
|
||||
"Description of the page" : "Sayfa açıklaması",
|
||||
@ -23,7 +28,9 @@
|
||||
"Add to ownCloud" : "ownCloud'a Ekle",
|
||||
"Address" : "Adres",
|
||||
"Add" : "Ekle",
|
||||
"Filterable Tags" : "Süzülebilir Etiketler",
|
||||
"You have no bookmarks" : "Hiç yer iminiz yok",
|
||||
"You can also import a bookmark file" : "Ayrıca bir yer imi dosyasını içe aktarabilirsiniz",
|
||||
"Bookmarklet" : "Yer İmi Ekleyici",
|
||||
"Export & Import" : "Dışa ve İçe Aktarma",
|
||||
"Export" : "Dışa aktar",
|
||||
|
@ -4,8 +4,12 @@ $TRANSLATIONS = array(
|
||||
"Bookm." => "Yer imi",
|
||||
"No file provided for import" => "İçe aktarılacak dosya yok",
|
||||
"Unsupported file type for import" => "İçe aktarmak için desteklenmeyen dosya türü",
|
||||
"Bookmark added. You can close the window now." => "Yer imi eklendi. Şimdi pencereyi kapatabilirsiniz.",
|
||||
"Bookmark added successfully" => "Yer imi başarıyla eklendi",
|
||||
"Some Error happened." => "Bir hata meydana geldi.",
|
||||
"Error" => "Hata",
|
||||
"Filter by tag" => "Etikete göre süz",
|
||||
"Are you sure you want to remove this bookmark?" => "Bu yer imini silmek istediğinizden emin misiniz?",
|
||||
"Warning" => "Uyarı",
|
||||
"Tags" => "Etiketler",
|
||||
"Are you sure you want to remove this tag from every entry?" => "Bu etiketi tüm girdilerden silmek istediğinizden emin misiniz?",
|
||||
@ -13,6 +17,7 @@ $TRANSLATIONS = array(
|
||||
"Import completed successfully." => "İçe aktarım başarıyla tamamlandı.",
|
||||
"Uploading..." => "Yükleniyor...",
|
||||
"Add a bookmark" => "Bir yer imi ekle",
|
||||
"This URL is already bookmarked! Overwrite?" => "Bu URL zaten yer imlerinde! Üzerine yazılsın mı?",
|
||||
"The title of the page" => "Sayfanın başlığı",
|
||||
"The address of the page" => "Sayfanın adresi",
|
||||
"Description of the page" => "Sayfa açıklaması",
|
||||
@ -24,7 +29,9 @@ $TRANSLATIONS = array(
|
||||
"Add to ownCloud" => "ownCloud'a Ekle",
|
||||
"Address" => "Adres",
|
||||
"Add" => "Ekle",
|
||||
"Filterable Tags" => "Süzülebilir Etiketler",
|
||||
"You have no bookmarks" => "Hiç yer iminiz yok",
|
||||
"You can also import a bookmark file" => "Ayrıca bir yer imi dosyasını içe aktarabilirsiniz",
|
||||
"Bookmarklet" => "Yer İmi Ekleyici",
|
||||
"Export & Import" => "Dışa ve İçe Aktarma",
|
||||
"Export" => "Dışa aktar",
|
||||
|
Loading…
Reference in New Issue
Block a user