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",
|
"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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user