diff --git a/l10n/fr.js b/l10n/fr.js index fd95ecae8f..c7ae885d93 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -175,6 +175,7 @@ OC.L10N.register( "Add column after" : "Ajouter une colonne après", "Delete this column" : "Supprimer cette colonne", "Delete this table" : "Supprimer ce tableau", + "Add row below" : "Ajouter une ligne en dessous", "Show folder description" : "Afficher la description du dossier", "Hide outline" : "Masquer le plan", "Show outline" : "Afficher le plan", diff --git a/l10n/fr.json b/l10n/fr.json index 0e8426cd08..f435169e5a 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -173,6 +173,7 @@ "Add column after" : "Ajouter une colonne après", "Delete this column" : "Supprimer cette colonne", "Delete this table" : "Supprimer ce tableau", + "Add row below" : "Ajouter une ligne en dessous", "Show folder description" : "Afficher la description du dossier", "Hide outline" : "Masquer le plan", "Show outline" : "Afficher le plan", diff --git a/l10n/ja.js b/l10n/ja.js index fddacaf366..f771c802a8 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -175,6 +175,7 @@ OC.L10N.register( "Add column after" : "列を右に追加する", "Delete this column" : "この列を削除する", "Delete this table" : "この表を削除する", + "Add row below" : "行を下に追加する", "Show folder description" : "フォルダーの概要を表示する", "Hide outline" : "目次を隠す", "Show outline" : "目次を表示する", diff --git a/l10n/ja.json b/l10n/ja.json index cf35f02adb..3db76f911c 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -173,6 +173,7 @@ "Add column after" : "列を右に追加する", "Delete this column" : "この列を削除する", "Delete this table" : "この表を削除する", + "Add row below" : "行を下に追加する", "Show folder description" : "フォルダーの概要を表示する", "Hide outline" : "目次を隠す", "Show outline" : "目次を表示する",