aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-03-01 13:30:57 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-03-01 13:30:57 +0100
commitbfadd5c5a26893bef76435f0ebf278db9113dc6b (patch)
tree11cd7595f967a8257aaf13658d4bc55175a12de4
parentb141d63a17a7f79b36ee9c9a0f1dd66493f3ef8e (diff)
downloadjquery-ui-bfadd5c5a26893bef76435f0ebf278db9113dc6b.tar.gz
jquery-ui-bfadd5c5a26893bef76435f0ebf278db9113dc6b.zip
Tabs: Whitespace cleanup
-rw-r--r--ui/jquery.ui.tabs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index 90f021a69..513aa2613 100644
--- a/ui/jquery.ui.tabs.js
+++ b/ui/jquery.ui.tabs.js
@@ -15,7 +15,7 @@
var tabId = 0,
rhash = /#.*$/;
-
+
function getNextTabId() {
return ++tabId;
}
@@ -24,7 +24,7 @@ var isLocal = function( anchor ) {
// clone the node to work around IE 6 not normalizing the href property
// if it's manually set, i.e., a.href = "#foo" kills the normalization
anchor = anchor.cloneNode( false );
- return anchor.hash.length > 1 &&
+ return anchor.hash.length > 1 &&
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
};
psalm-baseline Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/pl.js
blob: 3439aae077aecfa7274ff7eba45e577c1e6a1de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "updatenotification",
    {
    "Updated channel" : "Zaktualizowano kanał",
    "{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.",
    "Updater" : "Aktualizator",
    "A new version is available: %s" : "Dostępna jest nowa wersja: %s",
    "Open updater" : "Otwórz aktualizator",
    "Your version is up to date." : "Posiadasz aktualną wersję.",
    "Checked on %s" : "Sprawdzone na %s",
    "Update channel:" : "Kanał aktualizacji:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Możesz zawsze zaktualizować swoją wersję do nowego / ekperymentalnego kanału. Jednakże nie możesz powrócić do poprzedniej stabilniejszej wersji.  "
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");