From 6717f454691ce7fb53f665d34d822f1bdc46bbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=AD=90=20B3none?= Date: Fri, 8 May 2020 22:55:05 +0100 Subject: [PATCH] Standardize some spacing in translation phrases (#1254) --- translations/clientprefs.phrases.txt | 10 +++++++++- translations/common.phrases.txt | 5 +++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/translations/clientprefs.phrases.txt b/translations/clientprefs.phrases.txt index edad910f..07df4f73 100644 --- a/translations/clientprefs.phrases.txt +++ b/translations/clientprefs.phrases.txt @@ -4,40 +4,48 @@ { "en" "Sourcemod Cookie List" } + "Printing Cookie List" { "en" "Printing cookie list to console" } + "Cookie not Found" { "#format" "{1:s}" "en" "Could not find cookie \"{1}\"" } + "Cookie Value" { "#format" "{1:s},{2:s}" "en" "{1}'s value is {2}" } + "Protected Cookie" { "#format" "{1:s}" "en" "Cannot change the value of protected cookie \"{1}\"" } + "Cookie Changed Value" { "#format" "{1:s},{2:s}" "en" "Changed the value of cookie \"{1}\" to \"{2}\"" } + "No Console" { "en" "Cannot display settings menu to console" } + "Choose Option" { "en" "Choose Option" } + "Client Settings" { "en" "Client Settings" } -} \ No newline at end of file +} diff --git a/translations/common.phrases.txt b/translations/common.phrases.txt index ec950999..538d9eb3 100644 --- a/translations/common.phrases.txt +++ b/translations/common.phrases.txt @@ -231,10 +231,12 @@ { "en" "You cannot change your selection for this vote." } + "On" { "en" "On" } + "Off" { "en" "Off" @@ -245,16 +247,19 @@ "#format" "{1:s}" "en" "(ALL) {1}" } + "Chat admins" { "#format" "{1:N}" "en" "(ADMINS) {1}" } + "Chat to admins" { "#format" "{1:N}" "en" "(TO ADMINS) {1}" } + "Private say to" { "#format" "{1:N},{2:N}"