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", "bookmarks",
{ {
"No file provided for import" : "Aucun fichier fourni pour l'importation", "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", "Bookmarks" : "Favoris",
"Tags" : "Étiquettes", "Tags" : "Étiquettes",
"Filter by tag" : "Filtrer par étiquette", "Filter by tag" : "Filtrer par étiquette",

View File

@ -1,6 +1,6 @@
{ "translations": { { "translations": {
"No file provided for import" : "Aucun fichier fourni pour l'importation", "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", "Bookmarks" : "Favoris",
"Tags" : "Étiquettes", "Tags" : "Étiquettes",
"Filter by tag" : "Filtrer par étiquette", "Filter by tag" : "Filtrer par étiquette",

View File

@ -1,7 +1,7 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"No file provided for import" => "Aucun fichier fourni pour l'importation", "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", "Bookmarks" => "Favoris",
"Tags" => "Étiquettes", "Tags" => "Étiquettes",
"Filter by tag" => "Filtrer par étiquette", "Filter by tag" => "Filtrer par étiquette",