From 032610ad5c57417d42c4022e61d0a47d97d13d59 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 28 Jun 2024 11:12:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Add=20localization=20for=20"Acti?= =?UTF-8?q?ons"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/de.lproj/Localizable.strings | 2 ++ phpmon/en.lproj/Localizable.strings | 3 ++- phpmon/fr.lproj/Localizable.strings | 2 ++ phpmon/nl.lproj/Localizable.strings | 2 ++ phpmon/pt-PT.lproj/Localizable.strings | 2 ++ phpmon/vi.lproj/Localizable.strings | 2 ++ phpmon/zh-Hans.lproj/Localizable.strings | 2 ++ 7 files changed, 14 insertions(+), 1 deletion(-) diff --git a/phpmon/de.lproj/Localizable.strings b/phpmon/de.lproj/Localizable.strings index 5171277..7d7454a 100644 --- a/phpmon/de.lproj/Localizable.strings +++ b/phpmon/de.lproj/Localizable.strings @@ -85,6 +85,8 @@ "mi_xdebug_actions" = "Aktionen"; "mi_xdebug_disable_all" = "Alle Modi deaktivieren"; +"mm_actions" = "Aktionen"; + // PHPEXTMAN "phpextman.window.title" = "Erweiterungen"; diff --git a/phpmon/en.lproj/Localizable.strings b/phpmon/en.lproj/Localizable.strings index 06495b1..bdbf38e 100644 --- a/phpmon/en.lproj/Localizable.strings +++ b/phpmon/en.lproj/Localizable.strings @@ -85,6 +85,8 @@ "mi_xdebug_actions" = "Actions"; "mi_xdebug_disable_all" = "Disable All Modes"; +"mm_actions" = "Actions"; + // CONFMAN "confman.title" = "PHP Configuration Editor"; @@ -233,7 +235,6 @@ You may be asked for your password during the uninstallation process if file per "mm_add_folder_as_link" = "Add Folder as Link..."; "mm_reload_domain_list" = "Reload Domains List"; "mm_find_in_domain_list" = "Search in Domains List"; -"mm_actions" = "Actions"; // SITE LIST diff --git a/phpmon/fr.lproj/Localizable.strings b/phpmon/fr.lproj/Localizable.strings index 0515ddf..08b2147 100644 --- a/phpmon/fr.lproj/Localizable.strings +++ b/phpmon/fr.lproj/Localizable.strings @@ -85,6 +85,8 @@ "mi_xdebug_actions" = "Actions"; "mi_xdebug_disable_all" = "Désactiver tous les modes"; +"mm_actions" = "Actions"; + // CONFMAN "confman.title" = "Éditeur de configuration PHP"; diff --git a/phpmon/nl.lproj/Localizable.strings b/phpmon/nl.lproj/Localizable.strings index e03fa07..dfa5cfa 100644 --- a/phpmon/nl.lproj/Localizable.strings +++ b/phpmon/nl.lproj/Localizable.strings @@ -86,6 +86,8 @@ "mi_xdebug_actions" = "Acties"; "mi_xdebug_disable_all" = "Alle modes uitschakelen"; +"mm_actions" = "Acties"; + // PHPEXTMAN "phpextman.window.title" = "Extensies"; diff --git a/phpmon/pt-PT.lproj/Localizable.strings b/phpmon/pt-PT.lproj/Localizable.strings index 862cdff..fb94aa8 100644 --- a/phpmon/pt-PT.lproj/Localizable.strings +++ b/phpmon/pt-PT.lproj/Localizable.strings @@ -85,6 +85,8 @@ "mi_xdebug_actions" = "Ações"; "mi_xdebug_disable_all" = "Desativar todos os modos"; +"mm_actions" = "Ações"; + // PHPEXTMAN "phpextman.window.title" = "Extensões"; diff --git a/phpmon/vi.lproj/Localizable.strings b/phpmon/vi.lproj/Localizable.strings index 89b1544..2d19b15 100644 --- a/phpmon/vi.lproj/Localizable.strings +++ b/phpmon/vi.lproj/Localizable.strings @@ -85,6 +85,8 @@ "mi_xdebug_actions" = "Hành động"; "mi_xdebug_disable_all" = "Tắt Tất cả Chế độ"; +"mm_actions" = "Hành động"; + // PHPEXTMAN "phpextman.window.title" = "Tiện ích mở rộng"; diff --git a/phpmon/zh-Hans.lproj/Localizable.strings b/phpmon/zh-Hans.lproj/Localizable.strings index b84d591..ea01496 100644 --- a/phpmon/zh-Hans.lproj/Localizable.strings +++ b/phpmon/zh-Hans.lproj/Localizable.strings @@ -85,6 +85,8 @@ "mi_xdebug_actions" = "操作"; "mi_xdebug_disable_all" = "禁用所有模式"; +"mm_actions" = "操作"; + // CONFMAN "confman.title" = "PHP 配置编辑器";