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:
parent
9d9667b9e6
commit
751a52222e
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user