diff options
Diffstat (limited to 'langpacks/polish/Untranslated')
-rw-r--r-- | langpacks/polish/Untranslated/CmdLine.txt | 64 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/HTTPServer.txt | 54 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/HistoryPP.txt | 67 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/Jabber.txt | 19 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/KeyboardNotify.txt | 35 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/MetaContacts.txt | 27 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/Quotes.txt | 8 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/SMS.txt | 1 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/TabSRMM.txt | 2 | ||||
-rw-r--r-- | langpacks/polish/Untranslated/WhatsApp.txt | 2 |
10 files changed, 19 insertions, 260 deletions
diff --git a/langpacks/polish/Untranslated/CmdLine.txt b/langpacks/polish/Untranslated/CmdLine.txt deleted file mode 100644 index 3cf9427f68..0000000000 --- a/langpacks/polish/Untranslated/CmdLine.txt +++ /dev/null @@ -1,64 +0,0 @@ -[No help for '%s'.]
-[Miranda has been closed or an error has occured while waiting for the result, could not process request.]
-[%s usage:\n]
-[%s <command> [<param> [, <param> ..]]\n]
-[This will tell Miranda to run the specified command. The commands can have zero, one or more parameters. Use '%s help' to get a list of possible commands.\n]
-[No command can have more than %d parameters\n]
-[Unknown command '%s'.\n]
-[Could not initialize CmdLine plugin property]
-[Change account status either globally or per account.\nUsage: status <status> [<account>].\nPossible values for <status> are: offline, online, away, dnd, na, occupied, freechat, invisible, onthephone, outtolunch.\n<Account> is the name of the account. If it's not specified then the command will issue a global status change.]
-[Change away message either globally or per account.\nUsage: awaymsg <message> [<account>].\n<Message> is the new away message.\n<Account> is an optional parameter specifying the account to set the away message for. If not specified then the away message will be set globally.]
-[Change extended status either globally or per account.\nUsage xstatus <status> [<account>].\n<XStatus> is the new extended status to set. Possible values are:...\n<Account> is an optional parameter specifying the account for which extended status is set. If not specified then extended status for all accounts will be changed.\nNOTE: Not all accounts/protocols support extended status.]
-[Disables or enables popups display.\nUsage popups (disable | enable | toggle).\nThe command will either enable or disable popups display.]
-[Disables or enables sounds.\nUsage: sounds (disable | enable | toggle).\nThe command will either disable or enable sounds.]
-[Hides or shows the contact list window.\nUsage: clist (show | hide | toggle).\nThe command will either show or hide the contact list window.]
-[Closes Miranda.\nUsage: quit [wait]. If wait is used then the command will return only when CmdLine plugin has been unloaded by Miranda.]
-[Provides help on other commands.\nUsage: help [<command>].\nThe command will print help information for other commands. If run without any parameters it will print available commands.]
-[Notifies Exchange plugin to check for email.\nUsage: exchange check]
-[Notifies YAMN plugin to check for email.\nUsage: yamn check.]
-[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>. The 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>. The 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.]
-[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> [...]]]. The 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> [...]]]. The 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:\n 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:\n version. The 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:\n setnickname <protocol> new_nickname]
-[Ignores or removes ignore flags for specific contacts.\nUsage:\n ignore (block | unblock) <contact> [<contact> [<contact> [..]]]. Ignores or removes ignore flags for the specified contacts.]
-[Command '%s' is not currently supported.]
-[Wrong number of parameters for command '%s'.]
-[Changed global status to '%s' (previous status was '%s').]
-[Changed '%s' status to '%s' (previous status was '%s').]
-['%s' doesn't seem to be a valid account.]
-[Failed to change status for account '%s' to '%s'.]
-[Failed to set '%S' status message to '%s' (status is '%s').]
-[Successfully set '%S' status message to '%s' (status is '%s').]
-[Account '%S' does not support away messages, skipping.]
-[Changed '%s' status message to '%s' (status is '%s').]
-[Account '%s' does not support away messages, skipping.]
-[Failed to change status message for account '%s' to '%s' (status is '%s').]
-[Issued check email command to Exchange plugin.]
-[Exchange plugin is not running.]
-[Issued check email command to YAMN plugin.]
-[CallService call successful: service '%s' returned %p.]
-[Invalid parameter '%s' passed to CallService command.]
-[Message sent to '%s'.]
-[Message to '%s' was marked as sent but the account seems to be offline]
-[Could not send message to '%s'.]
-[Timed out while waiting for acknowledgement for contact '%s'.]
-[Could not find contact handle for contact '%s'.]
-[Setting '%s/%s' deleted.]
-[Wrote '%s:%s' to database entry '%s/%s'.]
-[Could not retrieve setting '%s/%s': %s.]
-[Setting '%s/%s' was not found.]
-['%s' proxy was disabled.]
-['%s' proxy was enabled.]
-[%s proxy server: %s %s:%d.]
-[%s proxy set to %s %s:%d.]
-[%s The port or the proxy type parameter is invalid.]
-[[me]]
-[No unread messages found.]
-[Contact '%s' has '%d' events in history.]
-[Error setting nickname to '%s' for protocol '%s']
-[Could not create CommandLine listening server!]
-[You can only run one instance of CmdLine plugin.]
diff --git a/langpacks/polish/Untranslated/HTTPServer.txt b/langpacks/polish/Untranslated/HTTPServer.txt deleted file mode 100644 index 8448643ed0..0000000000 --- a/langpacks/polish/Untranslated/HTTPServer.txt +++ /dev/null @@ -1,54 +0,0 @@ -[IPAddress1]
-[IPAddress2]
-[Max downloads]
-[Share name]
-[Allowed IP]
-[HTTP Server statistics view]
-[Display hidden shares]
-[New share]
-[Show HTTP server statistics]
-[Set to default]
-[External server name]
-[This is the link pasted to the message window]
-[Write log file]
-[Enable / Disable HTTP server]
-[Page keyword]
-[URL address]
-[No control when Away/NA]
-[Connection control]
-[Index creation]
-[Total connection limit]
-[Connections per user limit]
-[Default download limit]
-[&Edit share]
-[&Remove share]
-[Miranda NG HTTP-Server]
-[Share Current Directory]
-[Specify a file to share]
-[Failed to share new file]
-[Max Downloads]
-[Allowed Mask]
-[Real path]
-[Agent]
-[Speed]
-[Selected link size is 0]
-[Failed to get access to clipboard]
-[Failed to get close the clipboard]
-[Failed to set clipboard data]
-[ListView_GetItem failed]
-[No share selected]
-[IP Adress: ]
-[You are browsing from]
-[You external ip was detected as %d.%d.%d.%d\r\nby: %s]
-[You need to restart miranda to change the main menu]
-[HTTP Share new file]
-[Failed to add contact menu item]
-[Share removed]
-[Failed to move to the end of the log file]
-[Failed to write some part of the log file]
-[Failed to write xml header to file ]
-[Failed to write xml data to file ]
-[Failed to write xml tail to file ]
-[Failed to bind to port %s\r\nThis is most likely because another program or service is using this port]
-[Disable HTTP server]
-[Enable HTTP server]
diff --git a/langpacks/polish/Untranslated/HistoryPP.txt b/langpacks/polish/Untranslated/HistoryPP.txt deleted file mode 100644 index 9845fec57a..0000000000 --- a/langpacks/polish/Untranslated/HistoryPP.txt +++ /dev/null @@ -1,67 +0,0 @@ -[Group log messages]
-[Text formatting options]
-[Limit Search Sange]
-[WebPager]
-[EMail Express]
-[Other event]
-[Include password-protected contacts]
-[### (generated by history++ plugin)]
-[<h6>Generated by <b>History++</b> Plugin</h6>]
-[Enter the history password to search.]
-[Advanced <<]
-[%s - History++]
-[Conversations (F4)]
-[Enter]
-[Disable &Processing]
-[Enable &Processing]
-[Note: It can take several minutes for large history.]
-[Empty History]
-[Search Up (Ctrl+Up)]
-[Search Down (Ctrl+Down)]
-[Bookmark]
-[All except status]
-[Grid options]
-[Additional processing support]
-[Change Appearance]
-[SMTP Simple]
-[Toggle &Processing]
-[Incoming SMS Message]
-[Cannot load icon pack (%s) from:\\r\\n%s\\r\\nThis can cause no icons will be shown.]
-[You are using old icon pack from:\\r\\n%s\\r\\nThis can cause missing icons, so update the icon pack.]
-[Authorisation Request by %s (%s%s%d): %s]
-[Authorisation Request Sample]
-[Change nick and date font for %s.]
-[Customize %s]
-[Customize the look of %s Event. Select it's font, font color and background color.]
-[Date Font Color]
-[Date Font]
-[Easy, fast and feature complete history viewer]
-[Event Icons]
-[Forward &Message]
-[History++ [%s]]
-[Incoming File Transfer Sample]
-[Incoming File Transfer:]
-[Incoming Message Sample]
-[Incoming URL Sample]
-[Incoming Url]
-[Make shure you have CAPS LOCK turned off.]
-[Make sure you have CAPS LOCK turned off.]
-[Miranda's settings used]
-[Nick Font Color]
-[Nick Font]
-[Nothing selected. Select item from the left and change it's properties below.]
-[Nothing Selected]
-[Recent at bottom]
-[Recent on top]
-[Select search mode:]
-[Selected file and contact file folder not found]
-[SMS Sample]
-[Some Contact]
-[You Were Added Message Sample]
-[Authorisation request]
-[Your were added message]
-[Other (unknown)]
-[Fast history plugin with filter capability\\nBased on improved code of History+ plugin]
-[History++ (2in1)]
-[%0.1n h]
-[%d min]
diff --git a/langpacks/polish/Untranslated/Jabber.txt b/langpacks/polish/Untranslated/Jabber.txt index 134161a830..53184d3166 100644 --- a/langpacks/polish/Untranslated/Jabber.txt +++ b/langpacks/polish/Untranslated/Jabber.txt @@ -16,6 +16,15 @@ [Enter the text you see]
[Outcast]
[&Slap]
+[%s\nSend groupchat invitation.]
+[%s (not on roster)]
+[Member Info: %s]
+[Member Information\n%s from %s]
+[Reason to kick %s]
+[Reason to ban %s]
+[Set topic for %s]
+[Change nickname in %s]
+[Reason to destroy %s]
[Add to roster]
[Items request error]
[One or more addresses for communication related to abusive traffic]
@@ -154,7 +163,12 @@ [Minimum security level]
[Whether to terminate the session]
[Whether to enable Message Receipts per XEP-0184]
+[Change nickname in <%s>]
[has set the subject to:]
+[%s\nIncoming groupchat invitation.]
+[Authentication failed for %s.]
+[Removing %s?]
+[Last active (%s)]
[Both]
[Incoming note]
[Afar]
@@ -283,11 +297,13 @@ [Xhosa]
[Zhuang; Chuang]
[Zulu]
+[This operation will kill your account, roster and all other information stored at the server. Are you ready to do that?]
[Google Talk!]
[LiveJournal Talk]
[Facebook Chat]
[Vkontakte]
[Odnoklassniki]
+[Set New Password for %s@%S]
[Edit rule]
[Delete rule]
[Please save list before you make it the default list]
@@ -297,3 +313,6 @@ [Mark messages as read]
[Error %d occured during workstation lock]
[sent unknown presence type]
+[Enter password for %s]
+[Authentication failed for %s@%S.]
+[OK (%d)]
diff --git a/langpacks/polish/Untranslated/KeyboardNotify.txt b/langpacks/polish/Untranslated/KeyboardNotify.txt deleted file mode 100644 index 55a7393980..0000000000 --- a/langpacks/polish/Untranslated/KeyboardNotify.txt +++ /dev/null @@ -1,35 +0,0 @@ -[Events to react on]
-[Only if last is]
-[End of 'notify when' conditions]
-[Defined programs are running]
-[Keys to flash]
-[Num Lock]
-[Caps Lock]
-[Scroll Lock]
-[Flashing effects]
-[All at the same time]
-[In turn]
-[In sequence]
-[Accordingly to events' count]
-[Wait before starting flashing]
-[Flash speed]
-[Fast]
-[Slow]
-[Emulate keypresses (Use this option if you are using an USB keyboard)]
-[Create/Edit Themes]
-[Theme]
-[Import/Export]
-[Override existing]
-[Set program list]
-[Program]
-[Num]
-[Caps]
-[Scroll]
-[Message events]
-[File events]
-[Consider event opened after]
-[Ignore URLs]
-[Themes]
-[Keyboard Notify Theme]
-[\n; Automatically generated Keyboard Notify Theme file\n\n\n]
-[\n; End of automatically generated Keyboard Notify Theme file\n]
diff --git a/langpacks/polish/Untranslated/MetaContacts.txt b/langpacks/polish/Untranslated/MetaContacts.txt deleted file mode 100644 index 054ed27b0b..0000000000 --- a/langpacks/polish/Untranslated/MetaContacts.txt +++ /dev/null @@ -1,27 +0,0 @@ -[Add to Existing MetaContact]
-[Editing]
-[Either there is no MetaContact in the database (in this case you should first convert a contact into one)\nor there is none that can host this contact.\nAnother solution could be to convert this contact into a new MetaContact.\n\nConvert this contact into a new MetaContact?]
-[This contact is a MetaContact.\nYou can't add a MetaContact to another MetaContact.\n\nPlease choose another.]
-[MetaContact Conflict]
-[This contact is already associated to a MetaContact.\nYou cannot add a contact to multiple MetaContacts.]
-[Multiple MetaContacts]
-[a contact]
-[Assignment to the MetaContact failed.]
-[Assignment failure]
-[Error - Database corruption.\nPlugin disabled.]
-[This will remove the MetaContact permanently.\n\nProceed Anyway?]
-[Meta ID]
-[No online contacts found.]
-[Context]
-[Could not get MetaContact id]
-[Could not retreive MetaContact contact count]
-[Could not retreive contact protocol]
-[Contact is 'Not on List' - please add the contact to your contact list before assigning.]
-[Could not write contact protocol to MetaContact]
-[Could not write unique id of contact to MetaContact]
-[Could not write nickname of contact to MetaContact]
-[Subcontact contact number < 0 - deleting MetaContact]
-[Subcontact contact number (%d) > meta num contacts (%d) - deleting MetaContact]
-[MetaId: ]
-[The 'MetaContacts Hidden Group' has been added to your contact list.\nThis is most likely due to server-side contact information. To fix this, so that\nMetaContacts continues to function correctly, you should:\n - disable MetaContacts using the 'Toggle MetaContacts Off' main menu item\n - move all contacts out of this group\n - synchronize your contacts with the server\n - re-enable MetaContacts]
-[MetaContacts Warning]
diff --git a/langpacks/polish/Untranslated/Quotes.txt b/langpacks/polish/Untranslated/Quotes.txt index 87a6b45829..3b1f9167ce 100644 --- a/langpacks/polish/Untranslated/Quotes.txt +++ b/langpacks/polish/Untranslated/Quotes.txt @@ -48,14 +48,6 @@ [Miranda could not load Quotes plugin. Microsoft HTML parser is missing.]
[Miranda's History]
[User-Defined]
-[upper right corner]
-[horizontal]
-[vertical]
-[Global Status]
-[Protocol Status]
-[Maximum width]
-[Width]
-[Plugins]
[Non-IM Contacts]
[Error occurred during html parsing.]
[Error occurred during site access.]
diff --git a/langpacks/polish/Untranslated/SMS.txt b/langpacks/polish/Untranslated/SMS.txt index 266d38d548..82be304d6f 100644 --- a/langpacks/polish/Untranslated/SMS.txt +++ b/langpacks/polish/Untranslated/SMS.txt @@ -25,5 +25,4 @@ [Valid phone numbers are of the form '+(country code)(phone szPhone)'. The contents of the phone szPhone portion is dependent on the national layout of phone numbers, but often omits the leading zero.]
[Invalid phone number]
[<< Single]
-[Incoming SMS Message]
[Incoming SMS Confirmation]
diff --git a/langpacks/polish/Untranslated/TabSRMM.txt b/langpacks/polish/Untranslated/TabSRMM.txt index 0927729355..95f4a4a497 100644 --- a/langpacks/polish/Untranslated/TabSRMM.txt +++ b/langpacks/polish/Untranslated/TabSRMM.txt @@ -9,8 +9,6 @@ [Pop up minimized window when a new tab is created]
[Automatically switch tabs in minimized windows]
[Don't announce when dialog is open]
-[Message events]
-[File events]
[BBCode]
[dummy]
[<Separator>]
diff --git a/langpacks/polish/Untranslated/WhatsApp.txt b/langpacks/polish/Untranslated/WhatsApp.txt deleted file mode 100644 index 46c4fac376..0000000000 --- a/langpacks/polish/Untranslated/WhatsApp.txt +++ /dev/null @@ -1,2 +0,0 @@ -[Change Group Subject]
-[Create Group]
|