diff options
author | RMN <rmn@miranda-ng.org> | 2014-09-15 10:20:17 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-09-15 10:20:17 +0000 |
commit | 052a39816a135bc832f8f994d39eb678ef94d26c (patch) | |
tree | c3280bbd538d0c09c1879789e5f2d706478730fa /langpacks/slovak/Plugins | |
parent | e1747d22bf5b6010f06edd633f452679c31a3944 (diff) |
langpacks updated according to [10450]
git-svn-id: http://svn.miranda-ng.org/main/trunk@10451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/slovak/Plugins')
-rw-r--r-- | langpacks/slovak/Plugins/AuthState.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/Boltun.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/CmdLine.txt | 10 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/HistoryStats.txt | 6 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/NotesReminders.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/Scriver.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/StopSpam.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/StopSpamMod.txt | 4 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/TabSRMM.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/WhatsApp.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/Xfire.txt | 12 |
11 files changed, 23 insertions, 23 deletions
diff --git a/langpacks/slovak/Plugins/AuthState.txt b/langpacks/slovak/Plugins/AuthState.txt index 9c0cae17b6..a055d06812 100644 --- a/langpacks/slovak/Plugins/AuthState.txt +++ b/langpacks/slovak/Plugins/AuthState.txt @@ -5,7 +5,7 @@ ; Version: 0.0.2.1
; Authors: Thief, idea by snwbrdr
;============================================================
-[If a contact didn't authorize you this plugin puts an icon in front of the contact's name.]
+[If a contact didn't authorize you, this plugin puts an icon in front of the contact's name.]
Pridá ikonku pred meno takého kontaktu, ktorý Vás neautorizoval.
;file \plugins\AuthState\res\authstate.rc
[Show Auth icon]
diff --git a/langpacks/slovak/Plugins/Boltun.txt b/langpacks/slovak/Plugins/Boltun.txt index fb37a0a35e..1069e44c56 100644 --- a/langpacks/slovak/Plugins/Boltun.txt +++ b/langpacks/slovak/Plugins/Boltun.txt @@ -40,7 +40,7 @@ sek [Reload]
-[Stay silent, if have no good aswers]
+[Stay silent if have no good aswers]
[Start answers with a lowercase letter]
diff --git a/langpacks/slovak/Plugins/CmdLine.txt b/langpacks/slovak/Plugins/CmdLine.txt index b7499c9c09..5442fb7d66 100644 --- a/langpacks/slovak/Plugins/CmdLine.txt +++ b/langpacks/slovak/Plugins/CmdLine.txt @@ -53,19 +53,19 @@ Chyba [Notifies YAMN plugin to check for email.\nUsage: yamn check.]
-[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>.\nThe command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the paramater must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE: If you pass invalid data to a service Miranda might crash.]
+[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>.\nThe command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the paramater must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE: If you pass invalid data to a service, Miranda might crash.]
[Sends a message to the specified contact(s).\nUsage: message <contact> [<contact> [<contact> [...]]] <message>.\nThe command will send <message> to the specified contact(s) - at least one contact must be specified - all parameters except the last one are considered recipients.\n<Contact> has the following format: <name>[:<account>]. <Name> is the contact display name or unique ID and <account> is an optional parameter representing the account of the contact (useful in case there is more than one contact with the same name).\nNOTE: The message string cannot exceed 512 characters. You can use \\n for new line (and \\\\n for \\n).]
-[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n db delete <module> <name>\n db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]
+[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n db delete <module> <name>\n db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist, it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]
[Configures proxy settings either globally or per account.\nUsage: proxy (global|<account>) <setting> [<params>].\n<Setting> is one of the following settings:\n status (disable | enable | toggle)\n server <proxy type> <server> <port>.]
-[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified the command will open a message window for all contacts that have unread messages.]
+[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified, the command will open a message window for all contacts that have unread messages.]
-[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
+[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative, it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
-[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
+[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed, it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
[Changes the user's nickname on the given protocol to the new name.\nUsage: setnickname <protocol> new_nickname.]
diff --git a/langpacks/slovak/Plugins/HistoryStats.txt b/langpacks/slovak/Plugins/HistoryStats.txt index 992db31be0..40394792c3 100644 --- a/langpacks/slovak/Plugins/HistoryStats.txt +++ b/langpacks/slovak/Plugins/HistoryStats.txt @@ -24,7 +24,7 @@ Udalosť [HistoryStats - Conflicting files]
-[Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files there is an option for this.]
+[Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files, there is an option for this.]
[The following files could not be written because files with the same names already existed. Please decide whether to overwrite the existing or to discard the generated files.]
@@ -594,11 +594,11 @@ Prezívka [Generate PNG files to represent graphics]
-[Fall back to HTML output, if column options require HTML output]
+[Fall back to HTML output if column options require HTML output]
[Enforce PNG output, possibly ignoring some column options]
-[Prefer HTML output over PNG output, if available]
+[Prefer HTML output over PNG output if available]
[Miscellaneous]
diff --git a/langpacks/slovak/Plugins/NotesReminders.txt b/langpacks/slovak/Plugins/NotesReminders.txt index 8ea6de82c7..44a2cbd55b 100644 --- a/langpacks/slovak/Plugins/NotesReminders.txt +++ b/langpacks/slovak/Plugins/NotesReminders.txt @@ -221,7 +221,7 @@ Poznámky && Pripomienky Vymazať všetky poznámky
[&Bring All to Front]
-[Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
+[Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE, please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
;file \plugins\NotesAndReminders\src\notes.cpp
[Black]
diff --git a/langpacks/slovak/Plugins/Scriver.txt b/langpacks/slovak/Plugins/Scriver.txt index 36771e33ed..d95ea113f7 100644 --- a/langpacks/slovak/Plugins/Scriver.txt +++ b/langpacks/slovak/Plugins/Scriver.txt @@ -628,7 +628,7 @@ Správa od %s [Typing Notification]
-[Miranda could not load the built-in message module, riched20.dll is missing. If you are using WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
+[Miranda could not load the built-in message module, riched20.dll is missing. If you are using WINE, please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
[Instant messages]
diff --git a/langpacks/slovak/Plugins/StopSpam.txt b/langpacks/slovak/Plugins/StopSpam.txt index 3cc8b9e4e0..3017375606 100644 --- a/langpacks/slovak/Plugins/StopSpam.txt +++ b/langpacks/slovak/Plugins/StopSpam.txt @@ -53,7 +53,7 @@ Anti-spam doplnok. [StopSpam]
;file \plugins\StopSpamPlus\src\options.cpp
-[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer plugin adds him to your contact list so that he can contact you.]
+[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.]
[StopSpam automatic message:\r\n]
diff --git a/langpacks/slovak/Plugins/StopSpamMod.txt b/langpacks/slovak/Plugins/StopSpamMod.txt index 40c9083cc8..8678cf3e49 100644 --- a/langpacks/slovak/Plugins/StopSpamMod.txt +++ b/langpacks/slovak/Plugins/StopSpamMod.txt @@ -80,7 +80,7 @@ Anti-spam doplnok. [Remove Temporary Contacts]
;file \plugins\StopSpamMod\src\options.cpp
-[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer plugin adds him to your contact list so that he can contact you.]
+[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.]
[Spammers made me to install small anti-spam system you are now speaking with.\r\nPlease reply "nospam" without quotes and spaces if you want to contact me.]
@@ -88,7 +88,7 @@ Anti-spam doplnok. [Congratulations! You just passed human/robot test. Now you can write me a message.]
-[If math expression is turned on you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result\nMessage must contain only one expression without spaces]
+[If math expression is turned on, you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result.\nMessage must contain only one expression without spaces.]
[Info]
diff --git a/langpacks/slovak/Plugins/TabSRMM.txt b/langpacks/slovak/Plugins/TabSRMM.txt index 608284fe89..a333a8d221 100644 --- a/langpacks/slovak/Plugins/TabSRMM.txt +++ b/langpacks/slovak/Plugins/TabSRMM.txt @@ -650,7 +650,7 @@ Nie [Window:]
-[Esc closes sessions (minimizes window, if disabled)]
+[Esc closes sessions (minimizes window if disabled)]
[Always pop up and activate new windows]
diff --git a/langpacks/slovak/Plugins/WhatsApp.txt b/langpacks/slovak/Plugins/WhatsApp.txt index 6cf185dd2e..625de8d4e2 100644 --- a/langpacks/slovak/Plugins/WhatsApp.txt +++ b/langpacks/slovak/Plugins/WhatsApp.txt @@ -46,7 +46,7 @@ Storno [Please correctly specify your registration code received by SMS]
-[Your password has been set automatically.\nIf you change your password manually you may lose it and need to request a new code!]
+[Your password has been set automatically.\nIf you change your password manually, you may lose it and need to request a new code!]
;file \protocols\WhatsApp\src\main.cpp
[Did not unpack WART (registration utility).]
diff --git a/langpacks/slovak/Plugins/Xfire.txt b/langpacks/slovak/Plugins/Xfire.txt index 8adc59b45d..6d1419994b 100644 --- a/langpacks/slovak/Plugins/Xfire.txt +++ b/langpacks/slovak/Plugins/Xfire.txt @@ -18,7 +18,7 @@ Heslo: Prezívka:
[Current protocol version:]
-[Note: You can only change these settings, if you are connected to Xfire.]
+[Note: You can only change these settings if you are connected to Xfire.]
[Create a new Xfire account on website]
@@ -64,13 +64,13 @@ Prezívka: [Blocked User List]
-[This list contains all your blocked Xfire users. You can remove one, if you wanna allow him to send you a friend request.]
+[This list contains all your blocked Xfire users. You can remove one if you wanna allow him to send you a friend request.]
[You can simply block someone, if you right click on his friend request in contact list and choose Block User...]
[This file is used for the game search, game detection and game ID resolving. It contains all Xfire supported games.]
-[This file contains all original game icons. You can also activate the option for icon downloading, if you don't have it.]
+[This file contains all original game icons. You can also activate the option for icon downloading if you don't have it.]
[Be sure you put these files in following folder:]
@@ -78,7 +78,7 @@ Prezívka: [Enable]
-[With this feature, following status message will be set on your other protocol plugins, if you are in game. So your other buddies can also see what you play. It will also change the status to occupied, if this option is enabled.]
+[With this feature, following status message will be set on your other protocol plugins if you are in game. So your other buddies can also see what you play. It will also change the status to occupied if this option is enabled.]
[Following Variables are available: %myxfiregame%, %myxfirevoice%, %myxfireserverip%, %myxfirevoiceip%]
@@ -86,7 +86,7 @@ Prezívka: [Change the status to occupied or dnd]
-[The status message and status will be reset, if you close the game.]
+[The status message and status will be reset if you close the game.]
[Prefer dnd when it is available]
@@ -162,7 +162,7 @@ Storno [Send game ID:]
-[Status message for Xfire, if this game will be started:]
+[Status message for Xfire if this game will be started:]
[Parameter:]
|