1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-20 16:52:10 +01:00

[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-11-13 02:10:22 -05:00
parent 9d9667b9e6
commit 751a52222e
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ OC.L10N.register(
"bookmarks",
{
"No file provided for import" : "Aucun fichier fourni pour l'importation",
"Unsupported file type for import" : "Type de fichier non supporté pour l'importation",
"Unsupported file type for import" : "Type de fichier non pris en charge à l'importation",
"Bookmarks" : "Favoris",
"Tags" : "Étiquettes",
"Filter by tag" : "Filtrer par étiquette",

View File

@ -1,6 +1,6 @@
{ "translations": {
"No file provided for import" : "Aucun fichier fourni pour l'importation",
"Unsupported file type for import" : "Type de fichier non supporté pour l'importation",
"Unsupported file type for import" : "Type de fichier non pris en charge à l'importation",
"Bookmarks" : "Favoris",
"Tags" : "Étiquettes",
"Filter by tag" : "Filtrer par étiquette",

View File

@ -1,7 +1,7 @@
<?php
$TRANSLATIONS = array(
"No file provided for import" => "Aucun fichier fourni pour l'importation",
"Unsupported file type for import" => "Type de fichier non supporté pour l'importation",
"Unsupported file type for import" => "Type de fichier non pris en charge à l'importation",
"Bookmarks" => "Favoris",
"Tags" => "Étiquettes",
"Filter by tag" => "Filtrer par étiquette",