diff --git a/RedisBungee-API/src/main/resources/lang.yml b/RedisBungee-API/src/main/resources/lang.yml index 4cf7fa7..1a7bccd 100644 --- a/RedisBungee-API/src/main/resources/lang.yml +++ b/RedisBungee-API/src/main/resources/lang.yml @@ -38,43 +38,70 @@ use-client-locale: true messages: logged-in-other-location: en-us: "You logged in from another location!" - ar-sa: "لقد اتصلت من مكان اخر" already-logged-in: en-us: "You are already logged in!" - ar-sa: "انت متصل بالفعل" server-not-found: # placeholder displays server name in the message. en-us: "unable to connect you to the last server, because server was not found." - ar-sa: "فشل الاتصال بالخادم السابق لان الخادم غير موجود ()" server-connecting: # placeholder displays server name in the message. en-us: "Connecting you to ..." - ar-sa: "جاري الاتصال بخادم " # commands common messages commands-common: player-not-found: en-us: "Player not found." - ar-sa: "اللاعب غير موجود" player-not-specified: en-us: "You must specify a player name." - ar-sa: "أدخل اسم اللاعب مطلوب" command-not-specified: en-us: "You must specify a command to be run." - ar-sa: "ادخل الأمر المطلوب" # commands commands: glist: single-player: - en-us: " player is currently online" + en-us: "1 player is currently online." players: - en-us: " players are currently online" + en-us: " players are currently online." notice: en-us: "To see all players online, use /glist showall." - - + find: + found: + en-us: " is on ." + last-seen: + online: + en-us: " is currently online." + last-seen: + en-us: " last seen on ." + never-seen: + en-us: " has never been online." + ip: + connected-from: + en-us: " is connected from ." + proxy: + connected-to: + en-us: " is connected to ." + send-to-all: + sent: + en-us: "Sent the command / to all proxies." + # note: server here means a proxy. + server-id: + message: + en-us: "You are on ." + # Same here too + server-ids: + message: + en-us: "All server IDs: " + plist: + notice: + en-us: "To see all players online, use /plist showall." + not-valid-proxy: + en-us: " is not valid proxy. use /serverids for valid proxies" + single-player: + en-us: "1 player is currently online on ." + players: + en-us: " players are currently online on ." # DO NOT CHANGE!!!!! config-version: 1 \ No newline at end of file