summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/personal.php')
-rw-r--r--settings/personal.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/settings/personal.php b/settings/personal.php
index 2c46a9f8dd2..6cbcc330cd9 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -220,8 +220,13 @@ $formsMap = array_map(function($form){
if (preg_match('%(<h2(?P<class>[^>]*)>.*?</h2>)%i', $form, $regs)) {
$sectionName = str_replace('<h2'.$regs['class'].'>', '', $regs[0]);
$sectionName = str_replace('</h2>', '', $sectionName);
- $anchor = strtolower($sectionName);
- $anchor = str_replace(' ', '-', $anchor);
+ if (strpos($regs['class'], 'data-anchor-name') !== false) {
+ preg_match('%.*data-anchor-name="(?P<anchor>[^"]*)"%i', $regs['class'], $matches);
+ $anchor = $matches['anchor'];
+ } else {
+ $anchor = strtolower($sectionName);
+ $anchor = str_replace(' ', '-', $anchor);
+ }
return array(
'anchor' => $anchor,
34 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
# fizikiukas <fizikiukas@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-31 01:55-0400\n"
"PO-Revision-Date: 2013-07-30 12:13+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: lt_LT\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#: app.php:360
msgid "Help"
msgstr "Pagalba"

#: app.php:373
msgid "Personal"
msgstr "Asmeniniai"

#: app.php:384
msgid "Settings"
msgstr "Nustatymai"

#: app.php:396
msgid "Users"
msgstr "Vartotojai"

#: app.php:409
msgid "Apps"
msgstr "Programos"

#: app.php:417
msgid "Admin"
msgstr "Administravimas"

#: app.php:844
#, php-format
msgid "Failed to upgrade \"%s\"."
msgstr ""

#: defaults.php:35
msgid "web services under your control"
msgstr "jūsų valdomos web paslaugos"

#: files.php:66 files.php:98
#, php-format
msgid "cannot open \"%s\""
msgstr ""

#: files.php:226
msgid "ZIP download is turned off."
msgstr "ZIP atsisiuntimo galimybė yra išjungta."

#: files.php:227
msgid "Files need to be downloaded one by one."
msgstr "Failai turi būti parsiunčiami vienas po kito."

#: files.php:228 files.php:256
msgid "Back to Files"
msgstr "Atgal į Failus"

#: files.php:253
msgid "Selected files too large to generate zip file."
msgstr "Pasirinkti failai per dideli archyvavimui į ZIP."

#: files.php:254
msgid ""
"Download the files in smaller chunks, seperately or kindly ask your "
"administrator."
msgstr ""

#: helper.php:235
msgid "couldn't be determined"
msgstr ""

#: json.php:28
msgid "Application is not enabled"
msgstr "Programa neįjungta"

#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Autentikacijos klaida"

#: json.php:51
msgid "Token expired. Please reload page."
msgstr "Sesija baigėsi. Prašome perkrauti puslapį."

#: search/provider/file.php:17 search/provider/file.php:35
msgid "Files"
msgstr "Failai"

#: search/provider/file.php:26 search/provider/file.php:33
msgid "Text"
msgstr "Žinučių"

#: search/provider/file.php:29
msgid "Images"
msgstr "Paveikslėliai"

#: setup/abstractdatabase.php:22
#, php-format
msgid "%s enter the database username."
msgstr ""

#: setup/abstractdatabase.php:25
#, php-format
msgid "%s enter the database name."
msgstr ""

#: setup/abstractdatabase.php:28
#, php-format
msgid "%s you may not use dots in the database name"
msgstr ""

#: setup/mssql.php:20
#, php-format
msgid "MS SQL username and/or password not valid: %s"
msgstr ""

#: setup/mssql.php:21 setup/mysql.php:13 setup/oci.php:114
#: setup/postgresql.php:24 setup/postgresql.php:70
msgid "You need to enter either an existing account or the administrator."
msgstr ""

#: setup/mysql.php:12
msgid "MySQL username and/or password not valid"
msgstr ""

#: setup/mysql.php:67 setup/oci.php:54 setup/oci.php:121 setup/oci.php:147
#: setup/oci.php:154 setup/oci.php:165 setup/oci.php:172 setup/oci.php:181
#: setup/oci.php:189 setup/oci.php:198 setup/oci.php:204
#: setup/postgresql.php:89 setup/postgresql.php:98 setup/postgresql.php:115
#: setup/postgresql.php:125 setup/postgresql.php:134
#, php-format
msgid "DB Error: \"%s\""
msgstr ""

#: setup/mysql.php:68 setup/oci.php:55 setup/oci.php:122 setup/oci.php:148
#: setup/oci.php:155 setup/oci.php:166 setup/oci.php:182 setup/oci.php:190
#: setup/oci.php:199 setup/postgresql.php:90 setup/postgresql.php:99
#: setup/postgresql.php:116 setup/postgresql.php:126 setup/postgresql.php:135
#, php-format
msgid "Offending command was: \"%s\""
msgstr ""

#: setup/mysql.php:85
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
msgstr ""

#: setup/mysql.php:86
msgid "Drop this user from MySQL"
msgstr ""

#: setup/mysql.php:91
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
msgstr ""

#: setup/mysql.php:92
msgid "Drop this user from MySQL."
msgstr ""

#: setup/oci.php:34
msgid "Oracle connection could not be established"
msgstr ""

#: setup/oci.php:41 setup/oci.php:113
msgid "Oracle username and/or password not valid"
msgstr ""

#: setup/oci.php:173 setup/oci.php:205
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
msgstr ""

#: setup/postgresql.php:23 setup/postgresql.php:69
msgid "PostgreSQL username and/or password not valid"
msgstr ""

#: setup.php:28
msgid "Set an admin username."
msgstr ""

#: setup.php:31
msgid "Set an admin password."
msgstr ""

#: setup.php:184
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
msgstr ""

#: setup.php:185
#, php-format
msgid "Please double check the <a href='%s'>installation guides</a>."
msgstr ""

#: template/functions.php:80
msgid "seconds ago"
msgstr "prieš sekundę"

#: template/functions.php:81
msgid "1 minute ago"
msgstr "Prieš 1 minutę"

#: template/functions.php:82
#, php-format
msgid "%d minutes ago"
msgstr "prieš %d minučių"

#: template/functions.php:83
msgid "1 hour ago"
msgstr "prieš 1 valandą"

#: template/functions.php:84
#, php-format
msgid "%d hours ago"
msgstr "prieš %d valandų"

#: template/functions.php:85
msgid "today"
msgstr "šiandien"

#: template/functions.php:86
msgid "yesterday"
msgstr "vakar"

#: template/functions.php:87
#, php-format
msgid "%d days ago"
msgstr "prieš %d dienų"

#: template/functions.php:88
msgid "last month"
msgstr "praeitą mėnesį"

#: template/functions.php:89
#, php-format
msgid "%d months ago"
msgstr "prieš %d mėnesių"

#: template/functions.php:90
msgid "last year"
msgstr "praeitais metais"

#: template/functions.php:91
msgid "years ago"
msgstr "prieš metus"

#: template.php:297
msgid "Caused by:"
msgstr ""

#: vcategories.php:188 vcategories.php:249
#, php-format
msgid "Could not find category \"%s\""
msgstr ""