]> git.wh0rd.org - tt-rss.git/blame - localized_js.php
update translations (nb_NO)
[tt-rss.git] / localized_js.php
CommitLineData
709e7dc2 1<?php
3b1390d5
AD
2error_reporting(E_ERROR | E_WARNING | E_PARSE);
3define('DISABLE_SESSIONS', true);
4
709e7dc2
AD
5require "functions.php";
6header("Content-Type: text/plain; charset=UTF-8");
7
f3977cf5
AD
8function T_js_decl($s1) {
9
10 if (!$s1) return;
11
10bccf7d 12// $T_s1 = __($s1);
f3977cf5 13
10bccf7d 14// if ($T_s1 != $s1) {
f3977cf5 15 return "T_messages[\"$s1\"] = \"".__($s1)."\";\n";
10bccf7d
AD
16// } else {
17// return "";
18// }
709e7dc2
AD
19}
20?>
21
22var T_messages = new Object();
23
24function __(msg) {
25 if (T_messages[msg]) {
26 return T_messages[msg];
27 } else {
f3977cf5 28 debug('[gettext] not found: ' + msg);
709e7dc2
AD
29 return msg;
30 }
31}
32
33<?php
10bccf7d
AD
34print T_js_decl("");
35print T_js_decl("Actions...");
f3977cf5 36print T_js_decl("Adding feed...");
f3977cf5 37print T_js_decl("Adding feed category...");
f3977cf5 38print T_js_decl("Adding user...");
10bccf7d
AD
39print T_js_decl("All");
40print T_js_decl("All articles");
41print T_js_decl("All feeds updated.");
42print T_js_decl("Assign score to article:");
43print T_js_decl("Assign selected articles to label?");
44print T_js_decl("Can't add category: no name specified.");
45print T_js_decl("Can't add filter: nothing to match on.");
f3977cf5 46print T_js_decl("Can't create label: missing caption.");
10bccf7d
AD
47print T_js_decl("Can't create user: no login specified.");
48print T_js_decl("Can't open article: received invalid article link");
49print T_js_decl("Can't open article: received invalid XML");
50print T_js_decl("Can't subscribe: no feed URL given.");
51print T_js_decl("Category reordering disabled");
52print T_js_decl("Category reordering enabled");
f3977cf5 53print T_js_decl("Changing category of selected feeds...");
10bccf7d
AD
54print T_js_decl("Clearing feed...");
55print T_js_decl("Clearing selected feed...");
56print T_js_decl("Click to collapse category");
57print T_js_decl("comments");
58print T_js_decl("Could not change feed URL.");
df9e0a3b 59print T_js_decl("Could not display article (missing XML object)");
10bccf7d
AD
60print T_js_decl("Could not update headlines (missing XML data)");
61print T_js_decl("Could not update headlines (missing XML object)");
62print T_js_decl("Data for offline browsing has not been downloaded yet.");
63print T_js_decl("display feeds");
64print T_js_decl("Entered passwords do not match.");
65print T_js_decl("Entire feed");
66print T_js_decl("Erase all non-starred articles in %s?");
67print T_js_decl("Erase all non-starred articles in selected feed?");
68print T_js_decl("Error: Invalid feed URL.");
69print T_js_decl("Error: No feed URL given.");
70print T_js_decl("Error while trying to load more headlines");
71print T_js_decl("Failed to load article in new window");
72print T_js_decl("Failed to open window for the article");
73print T_js_decl("How many days of articles to keep (0 - use default)?");
74print T_js_decl("Invert");
75print T_js_decl("Last sync: Cancelled.");
76print T_js_decl("Last sync: Error receiving data.");
77print T_js_decl("Last sync: %s");
78print T_js_decl("Loading feed list...");
79print T_js_decl("Loading, please wait...");
80print T_js_decl("Local data removed.");
89cb787e 81print T_js_decl("Login field cannot be blank.");
10bccf7d 82print T_js_decl("Mark all articles as read?");
2d936cd1 83print T_js_decl("Mark all articles in %s as read?");
10bccf7d
AD
84print T_js_decl("Mark all visible articles in %s as read?");
85print T_js_decl("Mark as read:");
86print T_js_decl("Mark %d article(s) as read?");
ba5fac1b 87print T_js_decl("Mark %d selected articles in %s as read?");
10bccf7d 88print T_js_decl("Marking all feeds as read...");
e400230e 89print T_js_decl("New password cannot be blank.");
8be83f42 90print T_js_decl("No article is selected.");
10bccf7d
AD
91print T_js_decl("No articles are selected.");
92print T_js_decl("No articles found to display.");
93print T_js_decl("No articles found to mark");
94print T_js_decl("No categories are selected.");
95print T_js_decl("No feeds are selected.");
96print T_js_decl("No feed selected.");
97print T_js_decl("No filters are selected.");
98print T_js_decl("No labels are selected.");
99print T_js_decl("None");
100print T_js_decl("No OPML file to upload.");
101print T_js_decl("No users are selected.");
102print T_js_decl("Old password cannot be blank.");
e117ab70 103print T_js_decl("Please enter a note for this article:");
10bccf7d
AD
104print T_js_decl("Please enter label caption:");
105print T_js_decl("Please enter login:");
106print T_js_decl("Please enter new label background color:");
107print T_js_decl("Please enter new label foreground color:");
108print T_js_decl("Please select one feed.");
109print T_js_decl("Please select only one feed.");
110print T_js_decl("Please select only one filter.");
111print T_js_decl("Please select only one user.");
112print T_js_decl("Please select some feed first.");
f5e0338d 113print T_js_decl("Please wait...");
10bccf7d 114print T_js_decl("Please wait until operation finishes.");
f5e0338d 115print T_js_decl("Publish article");
10bccf7d
AD
116print T_js_decl("Published feed URL changed.");
117print T_js_decl("Purging selected feed...");
118print T_js_decl("Remove filter %s?");
119print T_js_decl("Remove selected articles from label?");
120print T_js_decl("Remove selected categories?");
121print T_js_decl("Remove selected filters?");
122print T_js_decl("Remove selected labels?");
123print T_js_decl("Remove selected users?");
124print T_js_decl("Removing feed...");
125print T_js_decl("Removing filter...");
126print T_js_decl("Removing offline data...");
127print T_js_decl("Removing selected categories...");
128print T_js_decl("Removing selected filters...");
129print T_js_decl("Removing selected labels...");
130print T_js_decl("Removing selected users...");
131print T_js_decl("Replace current publishing address with a new one?");
132print T_js_decl("Rescore all articles? This operation may take a lot of time.");
69811a7d 133print T_js_decl("Rescore articles in %s?");
10bccf7d
AD
134print T_js_decl("Rescore articles in selected feeds?");
135print T_js_decl("Rescore last 100 articles in selected feeds?");
69811a7d 136print T_js_decl("Rescoring articles...");
9d393c84 137print T_js_decl("Reset category order?");
10bccf7d
AD
138print T_js_decl("Reset label colors to default?");
139print T_js_decl("Reset password of selected user?");
140print T_js_decl("Resetting password for selected user...");
141print T_js_decl("Reset to defaults?");
b0f015a2 142print T_js_decl("Save changes to selected feeds?");
10bccf7d
AD
143print T_js_decl("Save current configuration?");
144print T_js_decl("Saving article tags...");
145print T_js_decl("Saving feed...");
b0f015a2 146print T_js_decl("Saving feeds...");
10bccf7d
AD
147print T_js_decl("Saving filter...");
148print T_js_decl("Saving user...");
149print T_js_decl("Select:");
150print T_js_decl("Selection");
151print T_js_decl("Selection toggle:");
152print T_js_decl("Star article");
153print T_js_decl("Starred");
154print T_js_decl("Starred articles");
155print T_js_decl("Subscribing to feed...");
156print T_js_decl("Switch Tiny Tiny RSS into offline mode?");
157print T_js_decl("Synchronizing...");
158print T_js_decl("Synchronizing articles...");
159print T_js_decl("Synchronizing articles (%d)...");
160print T_js_decl("Synchronizing categories...");
161print T_js_decl("Synchronizing feeds...");
162print T_js_decl("Synchronizing labels...");
163print T_js_decl("tag cloud");
164print T_js_decl("This will remove all offline data stored by Tiny Tiny RSS on this computer. Continue?");
165print T_js_decl("Tiny Tiny RSS has trouble accessing its server. Would you like to go offline?");
166print T_js_decl("Tiny Tiny RSS is in offline mode.");
167print T_js_decl("Tiny Tiny RSS will reload. Go online?");
168print T_js_decl("Trying to change address...");
169print T_js_decl("Trying to change e-mail...");
170print T_js_decl("Trying to change password...");
171print T_js_decl("Unpublish article");
172print T_js_decl("Unread");
173print T_js_decl("Unstar article");
174print T_js_decl("Unsubscribe from %s?");
175print T_js_decl("Unsubscribe from selected feeds?");
176print T_js_decl("Unsubscribing from selected feeds...");
177print T_js_decl("You can't clear this type of feed.");
178print T_js_decl("You can't edit this kind of feed.");
179print T_js_decl("You can't rescore this kind of feed.");
180print T_js_decl("You can't unsubscribe from the category.");
181print T_js_decl("You have to synchronize some articles before going into offline mode.");
182print T_js_decl("You won't be able to access offline version of Tiny Tiny RSS until you switch it into offline mode again. Go online?");
f3977cf5 183?>