diff --git a/cps/admin.py b/cps/admin.py index d811e4fb..2f377187 100644 --- a/cps/admin.py +++ b/cps/admin.py @@ -145,7 +145,7 @@ def shutdown(): else: showtext['text'] = _(u'Performing shutdown of server, please close window') # stop gevent/tornado server - web_server.stop(task==0) + web_server.stop(task == 0) return json.dumps(showtext) if task == 2: diff --git a/cps/iso_language_names.py b/cps/iso_language_names.py index 9966ecd9..9a40907f 100644 --- a/cps/iso_language_names.py +++ b/cps/iso_language_names.py @@ -7853,4 +7853,4 @@ LANGUAGE_NAMES = { "zxx": "No linguistic content", "zza": "Zaza" } -} +} \ No newline at end of file diff --git a/cps/kobo.py b/cps/kobo.py index a415ec5f..92abf295 100644 --- a/cps/kobo.py +++ b/cps/kobo.py @@ -267,10 +267,9 @@ def HandleSyncRequest(): entries = calibre_db.session.execute(changed_entries).all() book_count = len(entries) else: - #entries = changed_entries.all() book_count = changed_entries.count() # last entry: - # sync_cont = entries[-1].Books.id or -1 if book_count else -1 + cont_sync = bool(book_count) log.debug("Remaining books to Sync: {}".format(book_count)) # generate reading state data changed_reading_states = ub.session.query(ub.KoboReadingState) @@ -282,18 +281,18 @@ def HandleSyncRequest(): .filter(current_user.id == ub.Shelf.user_id)\ .filter(ub.Shelf.kobo_sync, or_( - func.datetime(ub.KoboReadingState.last_modified) > sync_token.reading_state_last_modified, + ub.KoboReadingState.last_modified > sync_token.reading_state_last_modified, func.datetime(ub.BookShelf.date_added) > sync_token.books_last_modified )).distinct() else: changed_reading_states = changed_reading_states.filter( - func.datetime(ub.KoboReadingState.last_modified) > sync_token.reading_state_last_modified) + ub.KoboReadingState.last_modified > sync_token.reading_state_last_modified) changed_reading_states = changed_reading_states.filter( and_(ub.KoboReadingState.user_id == current_user.id, ub.KoboReadingState.book_id.notin_(reading_states_in_new_entitlements))) - - for kobo_reading_state in changed_reading_states.all(): + cont_sync |= bool(changed_reading_states.count() > SYNC_ITEM_LIMIT) + for kobo_reading_state in changed_reading_states.limit(SYNC_ITEM_LIMIT).all(): book = calibre_db.session.query(db.Books).filter(db.Books.id == kobo_reading_state.book_id).one_or_none() if book: sync_results.append({ @@ -311,7 +310,7 @@ def HandleSyncRequest(): sync_token.reading_state_last_modified = new_reading_state_last_modified # sync_token.books_last_id = books_last_id - return generate_sync_response(sync_token, sync_results, book_count) + return generate_sync_response(sync_token, sync_results, cont_sync) def generate_sync_response(sync_token, sync_results, set_cont=False): @@ -682,6 +681,9 @@ def sync_shelves(sync_token, sync_results, only_kobo_shelves=False): } } }) + ub.session.delete(shelf) + ub.session_commit() + extra_filters = [] if only_kobo_shelves: diff --git a/cps/static/js/kthoom.js b/cps/static/js/kthoom.js index 76e6a2e4..268fe9ec 100644 --- a/cps/static/js/kthoom.js +++ b/cps/static/js/kthoom.js @@ -180,13 +180,15 @@ function initProgressClick() { function loadFromArrayBuffer(ab) { var lastCompletion = 0; + const collator = new Intl.Collator('en', { numeric: true, sensitivity: 'base' }); loadArchiveFormats(['rar', 'zip', 'tar'], function() { // Open the file as an archive archiveOpenFile(ab, function (archive) { if (archive) { totalImages = archive.entries.length console.info('Uncompressing ' + archive.archive_type + ' ...'); - archive.entries.forEach(function(e, i) { + entries = archive.entries.sort((a,b) => collator.compare(a.name, b.name)); + entries.forEach(function(e, i) { updateProgress( (i + 1)/ totalImages * 100); if (e.is_file) { e.readData(function(d) { diff --git a/cps/static/js/libs/bootstrap-table/bootstrap-table-locale-all.min.js b/cps/static/js/libs/bootstrap-table/bootstrap-table-locale-all.min.js new file mode 100644 index 00000000..eb7b265c --- /dev/null +++ b/cps/static/js/libs/bootstrap-table/bootstrap-table-locale-all.min.js @@ -0,0 +1,10 @@ +/** + * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) + * + * @version v1.18.3 + * @homepage https://bootstrap-table.com + * @author wenzhixin (http://wenzhixin.net.cn/) + * @license MIT + */ + +!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var o=n(t),r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function e(t,n){return t(n={exports:{}},n.exports),n.exports}var a=function(t){return t&&t.Math==Math&&t},i=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof r&&r)||function(){return this}()||Function("return this")(),u=function(t){try{return!!t()}catch(t){return!0}},f=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!c.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:c},m=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},g={}.toString,d=function(t){return g.call(t).slice(8,-1)},h="".split,p=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?h.call(t,""):Object(t)}:Object,w=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},S=function(t){return p(w(t))},P=function(t){return"object"==typeof t?null!==t:"function"==typeof t},T=function(t,n){if(!P(t))return t;var o,r;if(n&&"function"==typeof(o=t.toString)&&!P(r=o.call(t)))return r;if("function"==typeof(o=t.valueOf)&&!P(r=o.call(t)))return r;if(!n&&"function"==typeof(o=t.toString)&&!P(r=o.call(t)))return r;throw TypeError("Can't convert object to primitive value")},R={}.hasOwnProperty,C=function(t,n){return R.call(t,n)},b=i.document,v=P(b)&&P(b.createElement),A=!f&&!u((function(){return 7!=Object.defineProperty((t="div",v?b.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,F={f:f?x:function(t,n){if(t=S(t),n=T(n,!0),A)try{return x(t,n)}catch(t){}if(C(t,n))return m(!s.f.call(t,n),t[n])}},y=function(t){if(!P(t))throw TypeError(String(t)+" is not an object");return t},k=Object.defineProperty,H={f:f?k:function(t,n,o){if(y(t),n=T(n,!0),y(o),A)try{return k(t,n,o)}catch(t){}if("get"in o||"set"in o)throw TypeError("Accessors not supported");return"value"in o&&(t[n]=o.value),t}},O=f?function(t,n,o){return H.f(t,n,m(1,o))}:function(t,n,o){return t[n]=o,t},M=function(t,n){try{O(i,t,n)}catch(o){i[t]=n}return n},E="__core-js_shared__",N=i[E]||M(E,{}),D=Function.toString;"function"!=typeof N.inspectSource&&(N.inspectSource=function(t){return D.call(t)});var z,L,j,B,U=N.inspectSource,J=i.WeakMap,G="function"==typeof J&&/native code/.test(U(J)),V=e((function(t){(t.exports=function(t,n){return N[t]||(N[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Z=0,I=Math.random(),q=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++Z+I).toString(36)},K=V("keys"),W={},Y=i.WeakMap;if(G){var _=N.state||(N.state=new Y),Q=_.get,X=_.has,$=_.set;z=function(t,n){return n.facade=t,$.call(_,t,n),n},L=function(t){return Q.call(_,t)||{}},j=function(t){return X.call(_,t)}}else{var tt=K[B="state"]||(K[B]=q(B));W[tt]=!0,z=function(t,n){return n.facade=t,O(t,tt,n),n},L=function(t){return C(t,tt)?t[tt]:{}},j=function(t){return C(t,tt)}}var nt,ot,rt={set:z,get:L,has:j,enforce:function(t){return j(t)?L(t):z(t,{})},getterFor:function(t){return function(n){var o;if(!P(n)||(o=L(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return o}}},et=e((function(t){var n=rt.get,o=rt.enforce,r=String(String).split("String");(t.exports=function(t,n,e,a){var u,f=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,l=!!a&&!!a.noTargetGet;"function"==typeof e&&("string"!=typeof n||C(e,"name")||O(e,"name",n),(u=o(e)).source||(u.source=r.join("string"==typeof n?n:""))),t!==i?(f?!l&&t[n]&&(c=!0):delete t[n],c?t[n]=e:O(t,n,e)):c?t[n]=e:M(n,e)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||U(this)}))})),at=i,it=function(t){return"function"==typeof t?t:void 0},ut=function(t,n){return arguments.length<2?it(at[t])||it(i[t]):at[t]&&at[t][n]||i[t]&&i[t][n]},ft=Math.ceil,ct=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ct:ft)(t)},st=Math.min,mt=function(t){return t>0?st(lt(t),9007199254740991):0},gt=Math.max,dt=Math.min,ht=function(t){return function(n,o,r){var e,a=S(n),i=mt(a.length),u=function(t,n){var o=lt(t);return o<0?gt(o+n,0):dt(o,n)}(r,i);if(t&&o!=o){for(;i>u;)if((e=a[u++])!=e)return!0}else for(;i>u;u++)if((t||u in a)&&a[u]===o)return t||u||0;return!t&&-1}},pt={includes:ht(!0),indexOf:ht(!1)}.indexOf,wt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),St={f:Object.getOwnPropertyNames||function(t){return function(t,n){var o,r=S(t),e=0,a=[];for(o in r)!C(W,o)&&C(r,o)&&a.push(o);for(;n.length>e;)C(r,o=n[e++])&&(~pt(a,o)||a.push(o));return a}(t,wt)}},Pt={f:Object.getOwnPropertySymbols},Tt=ut("Reflect","ownKeys")||function(t){var n=St.f(y(t)),o=Pt.f;return o?n.concat(o(t)):n},Rt=function(t,n){for(var o=Tt(n),r=H.f,e=F.f,a=0;a=74)&&(nt=Nt.match(/Chrome\/(\d+)/))&&(ot=nt[1]);var jt,Bt=ot&&+ot,Ut=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(Et?38===Bt:Bt>37&&Bt<41)})),Jt=Ut&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=V("wks"),Vt=i.Symbol,Zt=Jt?Vt:Vt&&Vt.withoutSetter||q,It=function(t){return C(Gt,t)&&(Ut||"string"==typeof Gt[t])||(Ut&&C(Vt,t)?Gt[t]=Vt[t]:Gt[t]=Zt("Symbol."+t)),Gt[t]},qt=It("species"),Kt=function(t,n){var o;return Ht(t)&&("function"!=typeof(o=t.constructor)||o!==Array&&!Ht(o.prototype)?P(o)&&null===(o=o[qt])&&(o=void 0):o=void 0),new(void 0===o?Array:o)(0===n?0:n)},Wt=It("species"),Yt=It("isConcatSpreadable"),_t=9007199254740991,Qt="Maximum allowed index exceeded",Xt=Bt>=51||!u((function(){var t=[];return t[Yt]=!1,t.concat()[0]!==t})),$t=(jt="concat",Bt>=51||!u((function(){var t=[];return(t.constructor={})[Wt]=function(){return{foo:1}},1!==t[jt](Boolean).foo}))),tn=function(t){if(!P(t))return!1;var n=t[Yt];return void 0!==n?!!n:Ht(t)};!function(t,n){var o,r,e,a,u,f=t.target,c=t.global,l=t.stat;if(o=c?i:l?i[f]||M(f,{}):(i[f]||{}).prototype)for(r in n){if(a=n[r],e=t.noTargetGet?(u=kt(o,r))&&u.value:o[r],!yt(c?r:f+(l?".":"#")+r,t.forced)&&void 0!==e){if(typeof a==typeof e)continue;Rt(a,e)}(t.sham||e&&e.sham)&&O(a,"sham",!0),et(o,r,a,t)}}({target:"Array",proto:!0,forced:!Xt||!$t},{concat:function(t){var n,o,r,e,a,i=Ot(this),u=Kt(i,0),f=0;for(n=-1,r=arguments.length;n_t)throw TypeError(Qt);for(o=0;o=_t)throw TypeError(Qt);Mt(u,f++,a)}return u.length=f,u}}),o.default.fn.bootstrapTable.locales["af-ZA"]=o.default.fn.bootstrapTable.locales.af={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Besig om te laai, wag asseblief"},formatRecordsPerPage:function(t){return"".concat(t," rekords per bladsy")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Resultate ".concat(t," tot ").concat(n," van ").concat(o," rye (filtered from ").concat(r," total rows)"):"Resultate ".concat(t," tot ").concat(n," van ").concat(o," rye")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Soek"},formatNoMatches:function(){return"Geen rekords gevind nie"},formatPaginationSwitch:function(){return"Wys/verberg bladsy nummering"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Herlaai"},formatToggle:function(){return"Wissel"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolomme"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["af-ZA"]),o.default.fn.bootstrapTable.locales["ar-SA"]=o.default.fn.bootstrapTable.locales.ar={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"جاري التحميل, يرجى الإنتظار"},formatRecordsPerPage:function(t){return"".concat(t," سجل لكل صفحة")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"الظاهر ".concat(t," إلى ").concat(n," من ").concat(o," سجل ").concat(r," total rows)"):"الظاهر ".concat(t," إلى ").concat(n," من ").concat(o," سجل")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"بحث"},formatNoMatches:function(){return"لا توجد نتائج مطابقة للبحث"},formatPaginationSwitch:function(){return"إخفاءإظهار ترقيم الصفحات"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"تحديث"},formatToggle:function(){return"تغيير"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"أعمدة"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ar-SA"]),o.default.fn.bootstrapTable.locales["bg-BG"]=o.default.fn.bootstrapTable.locales.bg={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Зареждане, моля изчакайте"},formatRecordsPerPage:function(t){return"".concat(t," реда на страница")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Показани редове от ".concat(t," до ").concat(n," от ").concat(o," реда (филтрирани от общо ").concat(r," реда)"):"Показани редове от ".concat(t," до ").concat(n," от общо ").concat(o," реда")},formatSRPaginationPreText:function(){return"предишна страница"},formatSRPaginationPageText:function(t){return"до страница ".concat(t)},formatSRPaginationNextText:function(){return"следваща страница"},formatDetailPagination:function(t){return"Показани ".concat(t," реда")},formatClearSearch:function(){return"Изчистване на търсенето"},formatSearch:function(){return"Търсене"},formatNoMatches:function(){return"Не са намерени съвпадащи записи"},formatPaginationSwitch:function(){return"Скриване/Показване на странициране"},formatPaginationSwitchDown:function(){return"Показване на странициране"},formatPaginationSwitchUp:function(){return"Скриване на странициране"},formatRefresh:function(){return"Обновяване"},formatToggle:function(){return"Превключване"},formatToggleOn:function(){return"Показване на изглед карта"},formatToggleOff:function(){return"Скриване на изглед карта"},formatColumns:function(){return"Колони"},formatColumnsToggleAll:function(){return"Превключване на всички"},formatFullscreen:function(){return"Цял екран"},formatAllRows:function(){return"Всички"},formatAutoRefresh:function(){return"Автоматично обновяване"},formatExport:function(){return"Експорт на данни"},formatJumpTo:function(){return"ОТИДИ"},formatAdvancedSearch:function(){return"Разширено търсене"},formatAdvancedCloseButton:function(){return"Затваряне"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["bg-BG"]),o.default.fn.bootstrapTable.locales["ca-ES"]=o.default.fn.bootstrapTable.locales.ca={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Espereu, si us plau"},formatRecordsPerPage:function(t){return"".concat(t," resultats per pàgina")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Mostrant de ".concat(t," fins ").concat(n," - total ").concat(o," resultats (filtered from ").concat(r," total rows)"):"Mostrant de ".concat(t," fins ").concat(n," - total ").concat(o," resultats")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"No s'han trobat resultats"},formatPaginationSwitch:function(){return"Amaga/Mostra paginació"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresca"},formatToggle:function(){return"Alterna formatació"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnes"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Tots"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ca-ES"]),o.default.fn.bootstrapTable.locales["cs-CZ"]=o.default.fn.bootstrapTable.locales.cs={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Čekejte, prosím"},formatRecordsPerPage:function(t){return"".concat(t," položek na stránku")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Zobrazena ".concat(t,". - ").concat(n," . položka z celkových ").concat(o," (filtered from ").concat(r," total rows)"):"Zobrazena ".concat(t,". - ").concat(n," . položka z celkových ").concat(o)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Vyhledávání"},formatNoMatches:function(){return"Nenalezena žádná vyhovující položka"},formatPaginationSwitch:function(){return"Skrýt/Zobrazit stránkování"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Aktualizovat"},formatToggle:function(){return"Přepni"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Sloupce"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Vše"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["cs-CZ"]),o.default.fn.bootstrapTable.locales["da-DK"]=o.default.fn.bootstrapTable.locales.da={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Indlæser, vent venligst"},formatRecordsPerPage:function(t){return"".concat(t," poster pr side")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Viser ".concat(t," til ").concat(n," af ").concat(o," række").concat(o>1?"r":""," (filtered from ").concat(r," total rows)"):"Viser ".concat(t," til ").concat(n," af ").concat(o," række").concat(o>1?"r":"")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Viser ".concat(t," række").concat(t>1?"r":"")},formatClearSearch:function(){return"Ryd filtre"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"},formatPaginationSwitch:function(){return"Skjul/vis nummerering"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Opdater"},formatToggle:function(){return"Skift"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolonner"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Eksporter"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["da-DK"]),o.default.fn.bootstrapTable.locales["de-DE"]=o.default.fn.bootstrapTable.locales.de={formatCopyRows:function(){return"Zeilen kopieren"},formatPrint:function(){return"Drucken"},formatLoadingMessage:function(){return"Lade, bitte warten"},formatRecordsPerPage:function(t){return"".concat(t," Zeilen pro Seite.")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Zeige Zeile ".concat(t," bis ").concat(n," von ").concat(o," Zeile").concat(o>1?"n":""," (Gefiltert von ").concat(r," Zeile").concat(r>1?"n":"",")"):"Zeige Zeile ".concat(t," bis ").concat(n," von ").concat(o," Zeile").concat(o>1?"n":"",".")},formatSRPaginationPreText:function(){return"Vorherige Seite"},formatSRPaginationPageText:function(t){return"Zu Seite ".concat(t)},formatSRPaginationNextText:function(){return"Nächste Seite"},formatDetailPagination:function(t){return"Zeige ".concat(t," Zeile").concat(t>1?"n":"",".")},formatClearSearch:function(){return"Lösche Filter"},formatSearch:function(){return"Suchen"},formatNoMatches:function(){return"Keine passenden Ergebnisse gefunden"},formatPaginationSwitch:function(){return"Verstecke/Zeige Nummerierung"},formatPaginationSwitchDown:function(){return"Zeige Nummerierung"},formatPaginationSwitchUp:function(){return"Verstecke Nummerierung"},formatRefresh:function(){return"Neu laden"},formatToggle:function(){return"Umschalten"},formatToggleOn:function(){return"Normale Ansicht"},formatToggleOff:function(){return"Kartenansicht"},formatColumns:function(){return"Spalten"},formatColumnsToggleAll:function(){return"Alle umschalten"},formatFullscreen:function(){return"Vollbild"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisches Neuladen"},formatExport:function(){return"Datenexport"},formatJumpTo:function(){return"Springen"},formatAdvancedSearch:function(){return"Erweiterte Suche"},formatAdvancedCloseButton:function(){return"Schließen"},formatFilterControlSwitch:function(){return"Verstecke/Zeige Filter"},formatFilterControlSwitchHide:function(){return"Verstecke Filter"},formatFilterControlSwitchShow:function(){return"Zeige Filter"},formatAddLevel:function(){return"Ebene hinzufügen"},formatCancel:function(){return"Abbrechen"},formatColumn:function(){return"Spalte"},formatDeleteLevel:function(){return"Ebene entfernen"},formatDuplicateAlertTitle:function(){return"Doppelte Einträge gefunden!"},formatDuplicateAlertDescription:function(){return"Bitte doppelte Spalten entfenen oder ändern"},formatMultipleSort:function(){return"Mehrfachsortierung"},formatOrder:function(){return"Reihenfolge"},formatSort:function(){return"Sortieren"},formatSortBy:function(){return"Sortieren nach"},formatThenBy:function(){return"anschließend"},formatSortOrders:function(){return{asc:"Aufsteigend",desc:"Absteigend"}}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["de-DE"]),o.default.fn.bootstrapTable.locales["el-GR"]=o.default.fn.bootstrapTable.locales.el={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Φορτώνει, παρακαλώ περιμένετε"},formatRecordsPerPage:function(t){return"".concat(t," αποτελέσματα ανά σελίδα")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Εμφανίζονται από την ".concat(t," ως την ").concat(n," από σύνολο ").concat(o," σειρών (filtered from ").concat(r," total rows)"):"Εμφανίζονται από την ".concat(t," ως την ").concat(n," από σύνολο ").concat(o," σειρών")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Αναζητήστε"},formatNoMatches:function(){return"Δεν βρέθηκαν αποτελέσματα"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["el-GR"]),o.default.fn.bootstrapTable.locales["en-US"]=o.default.fn.bootstrapTable.locales.en={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Loading, please wait"},formatRecordsPerPage:function(t){return"".concat(t," rows per page")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Showing ".concat(t," to ").concat(n," of ").concat(o," rows (filtered from ").concat(r," total rows)"):"Showing ".concat(t," to ").concat(n," of ").concat(o," rows")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["en-US"]),o.default.fn.bootstrapTable.locales["es-AR"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Mostrando desde ".concat(t," a ").concat(n," de ").concat(o," filas (filtrado de ").concat(r," columnas totales)"):"Mostrando desde ".concat(t," a ").concat(n," de ").concat(o," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," columnas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Recargar"},formatToggle:function(){return"Cambiar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"Ir"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["es-AR"]),o.default.fn.bootstrapTable.locales["es-CL"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," filas por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Mostrando ".concat(t," a ").concat(n," de ").concat(o," filas (filtrado de ").concat(r," filas totales)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(o," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Cambiar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["es-CL"]),o.default.fn.bootstrapTable.locales["es-CR"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(o," registros en total (filtered from ").concat(r," total rows)"):"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(o," registros en total")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["es-CR"]),o.default.fn.bootstrapTable.locales["es-ES"]=o.default.fn.bootstrapTable.locales.es={formatCopyRows:function(){return"Copiar filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," resultados por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Mostrando desde ".concat(t," hasta ").concat(n," - En total ").concat(o," resultados (filtrado de ").concat(r," filas totales)"):"Mostrando desde ".concat(t," hasta ").concat(n," - En total ").concat(o," resultados")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron resultados"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Recargar"},formatToggle:function(){return"Ocultar/Mostrar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todos"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar los datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["es-ES"]),o.default.fn.bootstrapTable.locales["es-MX"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Mostrando ".concat(t," a ").concat(n," de ").concat(o," filas (filtered from ").concat(r," total rows)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(o," filas")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros que coincidan"},formatPaginationSwitch:function(){return"Mostrar/ocultar paginación"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Cambiar vista"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["es-MX"]),o.default.fn.bootstrapTable.locales["es-NI"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(o," registros en total (filtered from ").concat(r," total rows)"):"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(o," registros en total")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["es-NI"]),o.default.fn.bootstrapTable.locales["es-SP"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espera"},formatRecordsPerPage:function(t){return"".concat(t," registros por página.")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"".concat(t," - ").concat(n," de ").concat(o," registros (filtered from ").concat(r," total rows)"):"".concat(t," - ").concat(n," de ").concat(o," registros.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se han encontrado registros."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["es-SP"]),o.default.fn.bootstrapTable.locales["et-EE"]=o.default.fn.bootstrapTable.locales.et={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Päring käib, palun oota"},formatRecordsPerPage:function(t){return"".concat(t," rida lehe kohta")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Näitan tulemusi ".concat(t," kuni ").concat(n," - kokku ").concat(o," tulemust (filtered from ").concat(r," total rows)"):"Näitan tulemusi ".concat(t," kuni ").concat(n," - kokku ").concat(o," tulemust")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Otsi"},formatNoMatches:function(){return"Päringu tingimustele ei vastanud ühtegi tulemust"},formatPaginationSwitch:function(){return"Näita/Peida lehtedeks jagamine"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Värskenda"},formatToggle:function(){return"Lülita"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Veerud"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Kõik"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["et-EE"]),o.default.fn.bootstrapTable.locales["eu-EU"]=o.default.fn.bootstrapTable.locales.eu={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Itxaron mesedez"},formatRecordsPerPage:function(t){return"".concat(t," emaitza orriko.")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"".concat(o," erregistroetatik ").concat(t,"etik ").concat(n,"erakoak erakusten (filtered from ").concat(r," total rows)"):"".concat(o," erregistroetatik ").concat(t,"etik ").concat(n,"erakoak erakusten.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Bilatu"},formatNoMatches:function(){return"Ez da emaitzarik aurkitu"},formatPaginationSwitch:function(){return"Ezkutatu/Erakutsi orrikatzea"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Eguneratu"},formatToggle:function(){return"Ezkutatu/Erakutsi"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Zutabeak"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Guztiak"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["eu-EU"]),o.default.fn.bootstrapTable.locales["fa-IR"]=o.default.fn.bootstrapTable.locales.fa={formatCopyRows:function(){return"کپی ردیف ها"},formatPrint:function(){return"پرینت"},formatLoadingMessage:function(){return"در حال بارگذاری, لطفا صبر کنید"},formatRecordsPerPage:function(t){return"".concat(t," رکورد در صفحه")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"نمایش ".concat(t," تا ").concat(n," از ").concat(o," ردیف (filtered from ").concat(r," total rows)"):"نمایش ".concat(t," تا ").concat(n," از ").concat(o," ردیف")},formatSRPaginationPreText:function(){return"صفحه قبلی"},formatSRPaginationPageText:function(t){return"به صفحه ".concat(t)},formatSRPaginationNextText:function(){return"صفحه بعدی"},formatDetailPagination:function(t){return"نمایش ".concat(t," سطرها")},formatClearSearch:function(){return"پاک کردن جستجو"},formatSearch:function(){return"جستجو"},formatNoMatches:function(){return"رکوردی یافت نشد."},formatPaginationSwitch:function(){return"نمایش/مخفی صفحه بندی"},formatPaginationSwitchDown:function(){return"نمایش صفحه بندی"},formatPaginationSwitchUp:function(){return"پنهان کردن صفحه بندی"},formatRefresh:function(){return"به روز رسانی"},formatToggle:function(){return"تغییر نمایش"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"سطر ها"},formatColumnsToggleAll:function(){return"تغییر وضعیت همه"},formatFullscreen:function(){return"تمام صفحه"},formatAllRows:function(){return"همه"},formatAutoRefresh:function(){return"رفرش اتوماتیک"},formatExport:function(){return"خروجی دیتا"},formatJumpTo:function(){return"برو"},formatAdvancedSearch:function(){return"جستجوی پیشرفته"},formatAdvancedCloseButton:function(){return"بستن"},formatFilterControlSwitch:function(){return"پنهان/نمایش دادن کنترل ها"},formatFilterControlSwitchHide:function(){return"پنهان کردن کنترل ها"},formatFilterControlSwitchShow:function(){return"نمایش کنترل ها"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["fa-IR"]),o.default.fn.bootstrapTable.locales["fi-FI"]=o.default.fn.bootstrapTable.locales.fi={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Ladataan, ole hyvä ja odota"},formatRecordsPerPage:function(t){return"".concat(t," riviä sivulla")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Näytetään rivit ".concat(t," - ").concat(n," / ").concat(o," (filtered from ").concat(r," total rows)"):"Näytetään rivit ".concat(t," - ").concat(n," / ").concat(o)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Poista suodattimet"},formatSearch:function(){return"Hae"},formatNoMatches:function(){return"Hakuehtoja vastaavia tuloksia ei löytynyt"},formatPaginationSwitch:function(){return"Näytä/Piilota sivutus"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Päivitä"},formatToggle:function(){return"Valitse"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Sarakkeet"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Kaikki"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Vie tiedot"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["fi-FI"]),o.default.fn.bootstrapTable.locales["fr-BE"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes (filtrés à partir de ").concat(r," lignes)"):"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affiche ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggle:function(){return"Basculer"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["fr-BE"]),o.default.fn.bootstrapTable.locales["fr-CH"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes (filtrés à partir de ").concat(r," lignes)"):"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affiche ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggle:function(){return"Basculer"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["fr-CH"]),o.default.fn.bootstrapTable.locales["fr-FR"]=o.default.fn.bootstrapTable.locales.fr={formatCopyRows:function(){return"Copier les lignes"},formatPrint:function(){return"Imprimer"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes (filtrés à partir de ").concat(r," lignes)"):"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affiche ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Aucun résultat"},formatPaginationSwitch:function(){return"Masquer/Afficher la pagination"},formatPaginationSwitchDown:function(){return"Afficher la pagination"},formatPaginationSwitchUp:function(){return"Masquer la pagination"},formatRefresh:function(){return"Actualiser"},formatToggle:function(){return"Basculer"},formatToggleOn:function(){return"Afficher la vue carte"},formatToggleOff:function(){return"Masquer la vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Actualisation automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"ALLER"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Masquer/Afficher les contrôles"},formatFilterControlSwitchHide:function(){return"Masquer les contrôles"},formatFilterControlSwitchShow:function(){return"Afficher les contrôles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["fr-FR"]),o.default.fn.bootstrapTable.locales["fr-LU"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes (filtrés à partir de ").concat(r," lignes)"):"Affiche de ".concat(t," à ").concat(n," sur ").concat(o," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affiche ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggle:function(){return"Basculer"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["fr-LU"]),o.default.fn.bootstrapTable.locales["he-IL"]=o.default.fn.bootstrapTable.locales.he={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"טוען, נא להמתין"},formatRecordsPerPage:function(t){return"".concat(t," שורות בעמוד")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"מציג ".concat(t," עד ").concat(n," מ-").concat(o,"שורות").concat(r," total rows)"):"מציג ".concat(t," עד ").concat(n," מ-").concat(o," שורות")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"חיפוש"},formatNoMatches:function(){return"לא נמצאו רשומות תואמות"},formatPaginationSwitch:function(){return"הסתר/הצג מספור דפים"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"רענן"},formatToggle:function(){return"החלף תצוגה"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"עמודות"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"הכל"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["he-IL"]),o.default.fn.bootstrapTable.locales["hr-HR"]=o.default.fn.bootstrapTable.locales.hr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Molimo pričekajte"},formatRecordsPerPage:function(t){return"".concat(t," broj zapisa po stranici")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Prikazujem ".concat(t,". - ").concat(n,". od ukupnog broja zapisa ").concat(o," (filtered from ").concat(r," total rows)"):"Prikazujem ".concat(t,". - ").concat(n,". od ukupnog broja zapisa ").concat(o)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Pretraži"},formatNoMatches:function(){return"Nije pronađen niti jedan zapis"},formatPaginationSwitch:function(){return"Prikaži/sakrij stranice"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Osvježi"},formatToggle:function(){return"Promijeni prikaz"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolone"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Sve"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["hr-HR"]),o.default.fn.bootstrapTable.locales["hu-HU"]=o.default.fn.bootstrapTable.locales.hu={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Betöltés, kérem várjon"},formatRecordsPerPage:function(t){return"".concat(t," rekord per oldal")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Megjelenítve ".concat(t," - ").concat(n," / ").concat(o," összesen (filtered from ").concat(r," total rows)"):"Megjelenítve ".concat(t," - ").concat(n," / ").concat(o," összesen")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Keresés"},formatNoMatches:function(){return"Nincs találat"},formatPaginationSwitch:function(){return"Lapozó elrejtése/megjelenítése"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Frissítés"},formatToggle:function(){return"Összecsuk/Kinyit"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Oszlopok"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Összes"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["hu-HU"]),o.default.fn.bootstrapTable.locales["id-ID"]=o.default.fn.bootstrapTable.locales.id={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Memuat, mohon tunggu"},formatRecordsPerPage:function(t){return"".concat(t," baris per halaman")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Menampilkan ".concat(t," sampai ").concat(n," dari ").concat(o," baris (filtered from ").concat(r," total rows)"):"Menampilkan ".concat(t," sampai ").concat(n," dari ").concat(o," baris")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Bersihkan filter"},formatSearch:function(){return"Pencarian"},formatNoMatches:function(){return"Tidak ditemukan data yang cocok"},formatPaginationSwitch:function(){return"Sembunyikan/Tampilkan halaman"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Muat ulang"},formatToggle:function(){return"Beralih"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"kolom"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Ekspor data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["id-ID"]),o.default.fn.bootstrapTable.locales["it-IT"]=o.default.fn.bootstrapTable.locales.it={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Caricamento in corso"},formatRecordsPerPage:function(t){return"".concat(t," elementi per pagina")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Visualizzazione da ".concat(t," a ").concat(n," di ").concat(o," elementi (filtrati da ").concat(r," elementi totali)"):"Visualizzazione da ".concat(t," a ").concat(n," di ").concat(o," elementi")},formatSRPaginationPreText:function(){return"pagina precedente"},formatSRPaginationPageText:function(t){return"alla pagina ".concat(t)},formatSRPaginationNextText:function(){return"pagina successiva"},formatDetailPagination:function(t){return"Mostrando ".concat(t," elementi")},formatClearSearch:function(){return"Pulisci filtri"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"Nessun elemento trovato"},formatPaginationSwitch:function(){return"Nascondi/Mostra paginazione"},formatPaginationSwitchDown:function(){return"Mostra paginazione"},formatPaginationSwitchUp:function(){return"Nascondi paginazione"},formatRefresh:function(){return"Aggiorna"},formatToggle:function(){return"Attiva/Disattiva"},formatToggleOn:function(){return"Mostra visuale a scheda"},formatToggleOff:function(){return"Nascondi visuale a scheda"},formatColumns:function(){return"Colonne"},formatColumnsToggleAll:function(){return"Mostra tutte"},formatFullscreen:function(){return"Schermo intero"},formatAllRows:function(){return"Tutto"},formatAutoRefresh:function(){return"Auto Aggiornamento"},formatExport:function(){return"Esporta dati"},formatJumpTo:function(){return"VAI"},formatAdvancedSearch:function(){return"Filtri avanzati"},formatAdvancedCloseButton:function(){return"Chiudi"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["it-IT"]),o.default.fn.bootstrapTable.locales["ja-JP"]=o.default.fn.bootstrapTable.locales.ja={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"読み込み中です。少々お待ちください。"},formatRecordsPerPage:function(t){return"ページ当たり最大".concat(t,"件")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"全".concat(o,"件から、").concat(t,"から").concat(n,"件目まで表示しています (filtered from ").concat(r," total rows)"):"全".concat(o,"件から、").concat(t,"から").concat(n,"件目まで表示しています")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"検索"},formatNoMatches:function(){return"該当するレコードが見つかりません"},formatPaginationSwitch:function(){return"ページ数を表示・非表示"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"更新"},formatToggle:function(){return"トグル"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"すべて"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ja-JP"]),o.default.fn.bootstrapTable.locales["ka-GE"]=o.default.fn.bootstrapTable.locales.ka={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"იტვირთება, გთხოვთ მოიცადოთ"},formatRecordsPerPage:function(t){return"".concat(t," ჩანაწერი თითო გვერდზე")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"ნაჩვენებია ".concat(t,"-დან ").concat(n,"-მდე ჩანაწერი ჯამური ").concat(o,"-დან (filtered from ").concat(r," total rows)"):"ნაჩვენებია ".concat(t,"-დან ").concat(n,"-მდე ჩანაწერი ჯამური ").concat(o,"-დან")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"ძებნა"},formatNoMatches:function(){return"მონაცემები არ არის"},formatPaginationSwitch:function(){return"გვერდების გადამრთველის დამალვა/გამოჩენა"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"განახლება"},formatToggle:function(){return"ჩართვა/გამორთვა"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"სვეტები"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ka-GE"]),o.default.fn.bootstrapTable.locales["ko-KR"]=o.default.fn.bootstrapTable.locales.ko={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"데이터를 불러오는 중입니다"},formatRecordsPerPage:function(t){return"페이지 당 ".concat(t,"개 데이터 출력")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"전체 ".concat(o,"개 중 ").concat(t,"~").concat(n,"번째 데이터 출력, (filtered from ").concat(r," total rows)"):"전체 ".concat(o,"개 중 ").concat(t,"~").concat(n,"번째 데이터 출력,")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"검색"},formatNoMatches:function(){return"조회된 데이터가 없습니다."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"새로 고침"},formatToggle:function(){return"전환"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"컬럼 필터링"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ko-KR"]),o.default.fn.bootstrapTable.locales["ms-MY"]=o.default.fn.bootstrapTable.locales.ms={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Permintaan sedang dimuatkan. Sila tunggu sebentar"},formatRecordsPerPage:function(t){return"".concat(t," rekod setiap muka surat")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(o," rekod (filtered from ").concat(r," total rows)"):"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(o," rekod")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cari"},formatNoMatches:function(){return"Tiada rekod yang menyamai permintaan"},formatPaginationSwitch:function(){return"Tunjuk/sembunyi muka surat"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Muatsemula"},formatToggle:function(){return"Tukar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Lajur"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ms-MY"]),o.default.fn.bootstrapTable.locales["nb-NO"]=o.default.fn.bootstrapTable.locales.nb={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Oppdaterer, vennligst vent"},formatRecordsPerPage:function(t){return"".concat(t," poster pr side")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Viser ".concat(t," til ").concat(n," av ").concat(o," rekker (filtered from ").concat(r," total rows)"):"Viser ".concat(t," til ").concat(n," av ").concat(o," rekker")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Søk"},formatNoMatches:function(){return"Ingen poster funnet"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Oppdater"},formatToggle:function(){return"Endre"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolonner"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["nb-NO"]),o.default.fn.bootstrapTable.locales["nl-BE"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laden, even geduld"},formatRecordsPerPage:function(t){return"".concat(t," records per pagina")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Toon ".concat(t," tot ").concat(n," van ").concat(o," record").concat(o>1?"s":""," (gefilterd van ").concat(r," records in totaal)"):"Toon ".concat(t," tot ").concat(n," van ").concat(o," record").concat(o>1?"s":"")},formatSRPaginationPreText:function(){return"vorige pagina"},formatSRPaginationPageText:function(t){return"tot pagina ".concat(t)},formatSRPaginationNextText:function(){return"volgende pagina"},formatDetailPagination:function(t){return"Toon ".concat(t," record").concat(t>1?"s":"")},formatClearSearch:function(){return"Verwijder filters"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatPaginationSwitch:function(){return"Verberg/Toon paginering"},formatPaginationSwitchDown:function(){return"Toon paginering"},formatPaginationSwitchUp:function(){return"Verberg paginering"},formatRefresh:function(){return"Vernieuwen"},formatToggle:function(){return"Omschakelen"},formatToggleOn:function(){return"Toon kaartweergave"},formatToggleOff:function(){return"Verberg kaartweergave"},formatColumns:function(){return"Kolommen"},formatColumnsToggleAll:function(){return"Allen omschakelen"},formatFullscreen:function(){return"Volledig scherm"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisch vernieuwen"},formatExport:function(){return"Exporteer gegevens"},formatJumpTo:function(){return"GA"},formatAdvancedSearch:function(){return"Geavanceerd zoeken"},formatAdvancedCloseButton:function(){return"Sluiten"},formatFilterControlSwitch:function(){return"Verberg/Toon controls"},formatFilterControlSwitchHide:function(){return"Verberg controls"},formatFilterControlSwitchShow:function(){return"Toon controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["nl-BE"]),o.default.fn.bootstrapTable.locales["nl-NL"]=o.default.fn.bootstrapTable.locales.nl={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laden, even geduld"},formatRecordsPerPage:function(t){return"".concat(t," records per pagina")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Toon ".concat(t," tot ").concat(n," van ").concat(o," record").concat(o>1?"s":""," (gefilterd van ").concat(r," records in totaal)"):"Toon ".concat(t," tot ").concat(n," van ").concat(o," record").concat(o>1?"s":"")},formatSRPaginationPreText:function(){return"vorige pagina"},formatSRPaginationPageText:function(t){return"tot pagina ".concat(t)},formatSRPaginationNextText:function(){return"volgende pagina"},formatDetailPagination:function(t){return"Toon ".concat(t," record").concat(t>1?"s":"")},formatClearSearch:function(){return"Verwijder filters"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatPaginationSwitch:function(){return"Verberg/Toon paginering"},formatPaginationSwitchDown:function(){return"Toon paginering"},formatPaginationSwitchUp:function(){return"Verberg paginering"},formatRefresh:function(){return"Vernieuwen"},formatToggle:function(){return"Omschakelen"},formatToggleOn:function(){return"Toon kaartweergave"},formatToggleOff:function(){return"Verberg kaartweergave"},formatColumns:function(){return"Kolommen"},formatColumnsToggleAll:function(){return"Allen omschakelen"},formatFullscreen:function(){return"Volledig scherm"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisch vernieuwen"},formatExport:function(){return"Exporteer gegevens"},formatJumpTo:function(){return"GA"},formatAdvancedSearch:function(){return"Geavanceerd zoeken"},formatAdvancedCloseButton:function(){return"Sluiten"},formatFilterControlSwitch:function(){return"Verberg/Toon controls"},formatFilterControlSwitchHide:function(){return"Verberg controls"},formatFilterControlSwitchShow:function(){return"Toon controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["nl-NL"]),o.default.fn.bootstrapTable.locales["pl-PL"]=o.default.fn.bootstrapTable.locales.pl={formatCopyRows:function(){return"Kopiuj wiersze"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Ładowanie, proszę czekać"},formatRecordsPerPage:function(t){return"".concat(t," rekordów na stronę")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Wyświetlanie rekordów od ".concat(t," do ").concat(n," z ").concat(o," (filtered from ").concat(r," total rows)"):"Wyświetlanie rekordów od ".concat(t," do ").concat(n," z ").concat(o)},formatSRPaginationPreText:function(){return"poprzednia strona"},formatSRPaginationPageText:function(t){return"z ".concat(t)},formatSRPaginationNextText:function(){return"następna strona"},formatDetailPagination:function(t){return"Wyświetla ".concat(t," wierszy")},formatClearSearch:function(){return"Wyczyść wyszukiwanie"},formatSearch:function(){return"Szukaj"},formatNoMatches:function(){return"Niestety, nic nie znaleziono"},formatPaginationSwitch:function(){return"Pokaż/ukryj stronicowanie"},formatPaginationSwitchDown:function(){return"Pokaż stronicowanie"},formatPaginationSwitchUp:function(){return"Ukryj stronicowanie"},formatRefresh:function(){return"Odśwież"},formatToggle:function(){return"Przełącz"},formatToggleOn:function(){return"Pokaż układ karty"},formatToggleOff:function(){return"Ukryj układ karty"},formatColumns:function(){return"Kolumny"},formatColumnsToggleAll:function(){return"Zaznacz wszystko"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Wszystkie"},formatAutoRefresh:function(){return"Auto odświeżanie"},formatExport:function(){return"Eksport danych"},formatJumpTo:function(){return"Przejdź"},formatAdvancedSearch:function(){return"Wyszukiwanie zaawansowane"},formatAdvancedCloseButton:function(){return"Zamknij"},formatFilterControlSwitch:function(){return"Pokaż/Ukryj"},formatFilterControlSwitchHide:function(){return"Pokaż"},formatFilterControlSwitchShow:function(){return"Ukryj"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["pl-PL"]),o.default.fn.bootstrapTable.locales["pt-BR"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Carregando, aguarde"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Exibindo ".concat(t," até ").concat(n," de ").concat(o," linhas (filtradas de um total de ").concat(r," linhas)"):"Exibindo ".concat(t," até ").concat(n," de ").concat(o," linhas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"Para a página ".concat(t)},formatSRPaginationNextText:function(){return"próxima página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," linhas")},formatClearSearch:function(){return"Limpar Pesquisa"},formatSearch:function(){return"Pesquisar"},formatNoMatches:function(){return"Nenhum registro encontrado"},formatPaginationSwitch:function(){return"Ocultar/Exibir paginação"},formatPaginationSwitchDown:function(){return"Mostrar Paginação"},formatPaginationSwitchUp:function(){return"Esconder Paginação"},formatRefresh:function(){return"Recarregar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Colunas"},formatColumnsToggleAll:function(){return"Alternar tudo"},formatFullscreen:function(){return"Tela cheia"},formatAllRows:function(){return"Tudo"},formatAutoRefresh:function(){return"Atualização Automática"},formatExport:function(){return"Exportar dados"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Pesquisa Avançada"},formatAdvancedCloseButton:function(){return"Fechar"},formatFilterControlSwitch:function(){return"Ocultar/Exibir controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Exibir controles"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["pt-BR"]),o.default.fn.bootstrapTable.locales["pt-PT"]=o.default.fn.bootstrapTable.locales.pt={formatCopyRows:function(){return"Copiar Linhas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"A carregar, por favor aguarde"},formatRecordsPerPage:function(t){return"".concat(t," registos por página")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"A mostrar ".concat(t," até ").concat(n," de ").concat(o," linhas (filtered from ").concat(r," total rows)"):"A mostrar ".concat(t," até ").concat(n," de ").concat(o," linhas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir para página ".concat(t)},formatSRPaginationNextText:function(){return"próxima página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," linhas")},formatClearSearch:function(){return"Limpar Pesquisa"},formatSearch:function(){return"Pesquisa"},formatNoMatches:function(){return"Nenhum registo encontrado"},formatPaginationSwitch:function(){return"Esconder/Mostrar paginação"},formatPaginationSwitchDown:function(){return"Mostrar página"},formatPaginationSwitchUp:function(){return"Esconder página"},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Colunas"},formatColumnsToggleAll:function(){return"Activar tudo"},formatFullscreen:function(){return"Ecrã completo"},formatAllRows:function(){return"Tudo"},formatAutoRefresh:function(){return"Actualização autmática"},formatExport:function(){return"Exportar dados"},formatJumpTo:function(){return"Avançar"},formatAdvancedSearch:function(){return"Pesquisa avançada"},formatAdvancedCloseButton:function(){return"Fechar"},formatFilterControlSwitch:function(){return"Esconder/Exibir controlos"},formatFilterControlSwitchHide:function(){return"Esconder controlos"},formatFilterControlSwitchShow:function(){return"Exibir controlos"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["pt-PT"]),o.default.fn.bootstrapTable.locales["ro-RO"]=o.default.fn.bootstrapTable.locales.ro={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Se incarca, va rugam asteptati"},formatRecordsPerPage:function(t){return"".concat(t," inregistrari pe pagina")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Arata de la ".concat(t," pana la ").concat(n," din ").concat(o," randuri (filtered from ").concat(r," total rows)"):"Arata de la ".concat(t," pana la ").concat(n," din ").concat(o," randuri")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cauta"},formatNoMatches:function(){return"Nu au fost gasite inregistrari"},formatPaginationSwitch:function(){return"Ascunde/Arata paginatia"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Reincarca"},formatToggle:function(){return"Comuta"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Coloane"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Toate"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ro-RO"]),o.default.fn.bootstrapTable.locales["ru-RU"]=o.default.fn.bootstrapTable.locales.ru={formatCopyRows:function(){return"Скопировать строки"},formatPrint:function(){return"Печать"},formatLoadingMessage:function(){return"Пожалуйста, подождите, идёт загрузка"},formatRecordsPerPage:function(t){return"".concat(t," записей на страницу")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Записи с ".concat(t," по ").concat(n," из ").concat(o," (отфильтровано, всего на сервере ").concat(r," записей)"):"Записи с ".concat(t," по ").concat(n," из ").concat(o)},formatSRPaginationPreText:function(){return"предыдущая страница"},formatSRPaginationPageText:function(t){return"перейти к странице ".concat(t)},formatSRPaginationNextText:function(){return"следующая страница"},formatDetailPagination:function(t){return"Загружено ".concat(t," строк")},formatClearSearch:function(){return"Очистить фильтры"},formatSearch:function(){return"Поиск"},formatNoMatches:function(){return"Ничего не найдено"},formatPaginationSwitch:function(){return"Скрыть/Показать постраничную навигацию"},formatPaginationSwitchDown:function(){return"Показать постраничную навигацию"},formatPaginationSwitchUp:function(){return"Скрыть постраничную навигацию"},formatRefresh:function(){return"Обновить"},formatToggle:function(){return"Переключить"},formatToggleOn:function(){return"Показать записи в виде карточек"},formatToggleOff:function(){return"Табличный режим просмотра"},formatColumns:function(){return"Колонки"},formatColumnsToggleAll:function(){return"Выбрать все"},formatFullscreen:function(){return"Полноэкранный режим"},formatAllRows:function(){return"Все"},formatAutoRefresh:function(){return"Автоматическое обновление"},formatExport:function(){return"Экспортировать данные"},formatJumpTo:function(){return"Стр."},formatAdvancedSearch:function(){return"Расширенный поиск"},formatAdvancedCloseButton:function(){return"Закрыть"},formatFilterControlSwitch:function(){return"Скрыть/Показать панель инструментов"},formatFilterControlSwitchHide:function(){return"Скрыть панель инструментов"},formatFilterControlSwitchShow:function(){return"Показать панель инструментов"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ru-RU"]),o.default.fn.bootstrapTable.locales["sk-SK"]=o.default.fn.bootstrapTable.locales.sk={formatCopyRows:function(){return"Skopírovať riadky"},formatPrint:function(){return"Vytlačiť"},formatLoadingMessage:function(){return"Prosím čakajte"},formatRecordsPerPage:function(t){return"".concat(t," záznamov na stranu")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Zobrazená ".concat(t,". - ").concat(n,". položka z celkových ").concat(o," (filtered from ").concat(r," total rows)"):"Zobrazená ".concat(t,". - ").concat(n,". položka z celkových ").concat(o)},formatSRPaginationPreText:function(){return"Predchádzajúca strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"Nasledujúca strana"},formatDetailPagination:function(t){return"Zobrazuje sa ".concat(t," riadkov")},formatClearSearch:function(){return"Odstráň filtre"},formatSearch:function(){return"Vyhľadávanie"},formatNoMatches:function(){return"Nenájdená žiadna vyhovujúca položka"},formatPaginationSwitch:function(){return"Skry/Zobraz stránkovanie"},formatPaginationSwitchDown:function(){return"Zobraziť stránkovanie"},formatPaginationSwitchUp:function(){return"Skryť stránkovanie"},formatRefresh:function(){return"Obnoviť"},formatToggle:function(){return"Prepni"},formatToggleOn:function(){return"Zobraziť kartové zobrazenie"},formatToggleOff:function(){return"skryť kartové zobrazenie"},formatColumns:function(){return"Stĺpce"},formatColumnsToggleAll:function(){return"Prepnúť všetky"},formatFullscreen:function(){return"Celá obrazovka"},formatAllRows:function(){return"Všetky"},formatAutoRefresh:function(){return"Automatické obnovenie"},formatExport:function(){return"Exportuj dáta"},formatJumpTo:function(){return"Ísť"},formatAdvancedSearch:function(){return"Pokročilé vyhľadávanie"},formatAdvancedCloseButton:function(){return"Zatvoriť"},formatFilterControlSwitch:function(){return"Zobraziť/Skryť tlačidlá"},formatFilterControlSwitchHide:function(){return"Skryť tlačidlá"},formatFilterControlSwitchShow:function(){return"Zobraziť tlačidlá"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["sk-SK"]),o.default.fn.bootstrapTable.locales["sr-Cyrl-RS"]=o.default.fn.bootstrapTable.locales.sr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Молим сачекај"},formatRecordsPerPage:function(t){return"".concat(t," редова по страни")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(o," (филтрирано од ").concat(r,")"):"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(o)},formatSRPaginationPreText:function(){return"претходна страна"},formatSRPaginationPageText:function(t){return"на страну ".concat(t)},formatSRPaginationNextText:function(){return"следећа страна"},formatDetailPagination:function(t){return"Приказано ".concat(t," редова")},formatClearSearch:function(){return"Обриши претрагу"},formatSearch:function(){return"Пронађи"},formatNoMatches:function(){return"Није пронађен ни један податак"},formatPaginationSwitch:function(){return"Прикажи/сакриј пагинацију"},formatPaginationSwitchDown:function(){return"Прикажи пагинацију"},formatPaginationSwitchUp:function(){return"Сакриј пагинацију"},formatRefresh:function(){return"Освежи"},formatToggle:function(){return"Промени приказ"},formatToggleOn:function(){return"Прикажи картице"},formatToggleOff:function(){return"Сакриј картице"},formatColumns:function(){return"Колоне"},formatColumnsToggleAll:function(){return"Прикажи/сакриј све"},formatFullscreen:function(){return"Цео екран"},formatAllRows:function(){return"Све"},formatAutoRefresh:function(){return"Аутоматско освежавање"},formatExport:function(){return"Извези податке"},formatJumpTo:function(){return"Иди"},formatAdvancedSearch:function(){return"Напредна претрага"},formatAdvancedCloseButton:function(){return"Затвори"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["sr-Cyrl-RS"]),o.default.fn.bootstrapTable.locales["sr-Latn-RS"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Molim sačekaj"},formatRecordsPerPage:function(t){return"".concat(t," redova po strani")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(o," (filtrirano od ").concat(r,")"):"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(o)},formatSRPaginationPreText:function(){return"prethodna strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"sledeća strana"},formatDetailPagination:function(t){return"Prikazano ".concat(t," redova")},formatClearSearch:function(){return"Obriši pretragu"},formatSearch:function(){return"Pronađi"},formatNoMatches:function(){return"Nije pronađen ni jedan podatak"},formatPaginationSwitch:function(){return"Prikaži/sakrij paginaciju"},formatPaginationSwitchDown:function(){return"Prikaži paginaciju"},formatPaginationSwitchUp:function(){return"Sakrij paginaciju"},formatRefresh:function(){return"Osveži"},formatToggle:function(){return"Promeni prikaz"},formatToggleOn:function(){return"Prikaži kartice"},formatToggleOff:function(){return"Sakrij kartice"},formatColumns:function(){return"Kolone"},formatColumnsToggleAll:function(){return"Prikaži/sakrij sve"},formatFullscreen:function(){return"Ceo ekran"},formatAllRows:function(){return"Sve"},formatAutoRefresh:function(){return"Automatsko osvežavanje"},formatExport:function(){return"Izvezi podatke"},formatJumpTo:function(){return"Idi"},formatAdvancedSearch:function(){return"Napredna pretraga"},formatAdvancedCloseButton:function(){return"Zatvori"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["sr-Latn-RS"]),o.default.fn.bootstrapTable.locales["sv-SE"]=o.default.fn.bootstrapTable.locales.sv={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laddar, vänligen vänta"},formatRecordsPerPage:function(t){return"".concat(t," rader per sida")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Visa ".concat(t," till ").concat(n," av ").concat(o," rader (filtered from ").concat(r," total rows)"):"Visa ".concat(t," till ").concat(n," av ").concat(o," rader")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Sök"},formatNoMatches:function(){return"Inga matchande resultat funna."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Uppdatera"},formatToggle:function(){return"Skifta"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"kolumn"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["sv-SE"]),o.default.fn.bootstrapTable.locales["th-TH"]=o.default.fn.bootstrapTable.locales.th={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"กำลังโหลดข้อมูล, กรุณารอสักครู่"},formatRecordsPerPage:function(t){return"".concat(t," รายการต่อหน้า")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(o," รายการ (filtered from ").concat(r," total rows)"):"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(o," รายการ")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"ค้นหา"},formatNoMatches:function(){return"ไม่พบรายการที่ค้นหา !"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"รีเฟรส"},formatToggle:function(){return"สลับมุมมอง"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"คอลัมน์"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["th-TH"]),o.default.fn.bootstrapTable.locales["tr-TR"]=o.default.fn.bootstrapTable.locales.tr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Yükleniyor, lütfen bekleyin"},formatRecordsPerPage:function(t){return"Sayfa başına ".concat(t," kayıt.")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"".concat(o," kayıttan ").concat(t,"-").concat(n," arası gösteriliyor (filtered from ").concat(r," total rows)."):"".concat(o," kayıttan ").concat(t,"-").concat(n," arası gösteriliyor.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Ara"},formatNoMatches:function(){return"Eşleşen kayıt bulunamadı."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Yenile"},formatToggle:function(){return"Değiştir"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Sütunlar"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Tüm Satırlar"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["tr-TR"]),o.default.fn.bootstrapTable.locales["uk-UA"]=o.default.fn.bootstrapTable.locales.uk={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Завантаження, будь ласка, зачекайте"},formatRecordsPerPage:function(t){return"".concat(t," записів на сторінку")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Показано з ".concat(t," по ").concat(n,". Всього: ").concat(o," (filtered from ").concat(r," total rows)"):"Показано з ".concat(t," по ").concat(n,". Всього: ").concat(o)},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Очистити фільтри"},formatSearch:function(){return"Пошук"},formatNoMatches:function(){return"Не знайдено жодного запису"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Оновити"},formatToggle:function(){return"Змінити"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Стовпці"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["uk-UA"]),o.default.fn.bootstrapTable.locales["ur-PK"]=o.default.fn.bootstrapTable.locales.ur={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"براۓ مہربانی انتظار کیجئے"},formatRecordsPerPage:function(t){return"".concat(t," ریکارڈز فی صفہ ")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(o,"ریکارڈز (filtered from ").concat(r," total rows)"):"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(o,"ریکارڈز")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"تلاش"},formatNoMatches:function(){return"کوئی ریکارڈ نہیں ملا"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"تازہ کریں"},formatToggle:function(){return"تبدیل کریں"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"کالم"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["ur-PK"]),o.default.fn.bootstrapTable.locales["uz-Latn-UZ"]=o.default.fn.bootstrapTable.locales.uz={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Yuklanyapti, iltimos kuting"},formatRecordsPerPage:function(t){return"".concat(t," qator har sahifada")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(o," qatorlarni (filtered from ").concat(r," total rows)"):"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(o," qatorlarni")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Filtrlarni tozalash"},formatSearch:function(){return"Qidirish"},formatNoMatches:function(){return"Hech narsa topilmadi"},formatPaginationSwitch:function(){return"Sahifalashni yashirish/ko'rsatish"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Yangilash"},formatToggle:function(){return"Ko'rinish"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Ustunlar"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Hammasi"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Eksport"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["uz-Latn-UZ"]),o.default.fn.bootstrapTable.locales["vi-VN"]=o.default.fn.bootstrapTable.locales.vi={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Đang tải"},formatRecordsPerPage:function(t){return"".concat(t," bản ghi mỗi trang")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(o," bảng ghi (filtered from ").concat(r," total rows)"):"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(o," bảng ghi")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Tìm kiếm"},formatNoMatches:function(){return"Không có dữ liệu"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["vi-VN"]),o.default.fn.bootstrapTable.locales["zh-CN"]=o.default.fn.bootstrapTable.locales.zh={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候"},formatRecordsPerPage:function(t){return"每页显示 ".concat(t," 条记录")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"显示第 ".concat(t," 到第 ").concat(n," 条记录,总共 ").concat(o," 条记录(从 ").concat(r," 总记录中过滤)"):"显示第 ".concat(t," 到第 ").concat(n," 条记录,总共 ").concat(o," 条记录")},formatSRPaginationPreText:function(){return"上一页"},formatSRPaginationPageText:function(t){return"第".concat(t,"页")},formatSRPaginationNextText:function(){return"下一页"},formatDetailPagination:function(t){return"总共 ".concat(t," 条记录")},formatClearSearch:function(){return"清空过滤"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"},formatPaginationSwitch:function(){return"隐藏/显示分页"},formatPaginationSwitchDown:function(){return"显示分页"},formatPaginationSwitchUp:function(){return"隐藏分页"},formatRefresh:function(){return"刷新"},formatToggle:function(){return"切换"},formatToggleOn:function(){return"显示卡片视图"},formatToggleOff:function(){return"隐藏卡片视图"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"切换所有"},formatFullscreen:function(){return"全屏"},formatAllRows:function(){return"所有"},formatAutoRefresh:function(){return"自动刷新"},formatExport:function(){return"导出数据"},formatJumpTo:function(){return"跳转"},formatAdvancedSearch:function(){return"高级搜索"},formatAdvancedCloseButton:function(){return"关闭"},formatFilterControlSwitch:function(){return"隐藏/显示过滤控制"},formatFilterControlSwitchHide:function(){return"隐藏过滤控制"},formatFilterControlSwitchShow:function(){return"显示过滤控制"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["zh-CN"]),o.default.fn.bootstrapTable.locales["zh-TW"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"正在努力地載入資料,請稍候"},formatRecordsPerPage:function(t){return"每頁顯示 ".concat(t," 項記錄")},formatShowingRows:function(t,n,o,r){return void 0!==r&&r>0&&r>o?"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(o," 項記錄(從 ").concat(r," 總記錄中過濾)"):"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(o," 項記錄")},formatSRPaginationPreText:function(){return"上一頁"},formatSRPaginationPageText:function(t){return"第".concat(t,"頁")},formatSRPaginationNextText:function(){return"下一頁"},formatDetailPagination:function(t){return"總共 ".concat(t," 項記錄")},formatClearSearch:function(){return"清空過濾"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找到符合的結果"},formatPaginationSwitch:function(){return"隱藏/顯示分頁"},formatPaginationSwitchDown:function(){return"顯示分頁"},formatPaginationSwitchUp:function(){return"隱藏分頁"},formatRefresh:function(){return"重新整理"},formatToggle:function(){return"切換"},formatToggleOn:function(){return"顯示卡片視圖"},formatToggleOff:function(){return"隱藏卡片視圖"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"切換所有"},formatFullscreen:function(){return"全屏"},formatAllRows:function(){return"所有"},formatAutoRefresh:function(){return"自動刷新"},formatExport:function(){return"導出數據"},formatJumpTo:function(){return"跳轉"},formatAdvancedSearch:function(){return"高級搜尋"},formatAdvancedCloseButton:function(){return"關閉"},formatFilterControlSwitch:function(){return"隱藏/顯示過濾控制"},formatFilterControlSwitchHide:function(){return"隱藏過濾控制"},formatFilterControlSwitchShow:function(){return"顯示過濾控制"}},o.default.extend(o.default.fn.bootstrapTable.defaults,o.default.fn.bootstrapTable.locales["zh-TW"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-en-US.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-en-US.min.js deleted file mode 100644 index 87bef300..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-en-US.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},c=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},g={}.toString,d=function(t){return g.call(t).slice(8,-1)},h="".split,y=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?h.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return y(m(t))},w=function(t){return"object"==typeof t?null!==t:"function"==typeof t},b=function(t,n){if(!w(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!w(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!w(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!w(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,T=function(t,n){return S.call(t,n)},O=u.document,P=w(O)&&w(O.createElement),j=!c&&!f((function(){return 7!=Object.defineProperty((t="div",P?O.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:c?x:function(t,n){if(t=v(t),n=b(n,!0),j)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!w(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,M={f:c?E:function(t,n,r){if(C(t),n=b(n,!0),C(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",L=u[N]||F(N,{}),k=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return k.call(t)});var H,I,_,D,q=L.inspectSource,z=u.WeakMap,G="function"==typeof z&&/native code/.test(q(z)),U=o((function(t){(t.exports=function(t,n){return L[t]||(L[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),B=0,W=Math.random(),J=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++B+W).toString(36)},K=U("keys"),Q={},V=u.WeakMap;if(G){var Y=L.state||(L.state=new V),X=Y.get,Z=Y.has,$=Y.set;H=function(t,n){return n.facade=t,$.call(Y,t,n),n},I=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=K[D="state"]||(K[D]=J(D));Q[tt]=!0,H=function(t,n){return n.facade=t,R(t,tt,n),n},I=function(t){return T(t,tt)?t[tt]:{}},_=function(t){return T(t,tt)}}var nt,rt,et={set:H,get:I,has:_,enforce:function(t){return _(t)?I(t):H(t,{})},getterFor:function(t){return function(n){var r;if(!w(n)||(r=I(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var f,c=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||R(o,"name",n),(f=r(o)).source||(f.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ft=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},gt=Math.max,dt=Math.min,ht=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),f=function(t,n){var r=lt(t);return r<0?gt(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>f;)if((o=i[f++])!=o)return!0}else for(;u>f;f++)if((t||f in i)&&i[f]===r)return t||f||0;return!t&&-1}},yt={includes:ht(!0),indexOf:ht(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!T(Q,r)&&T(e,r)&&i.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~yt(i,r)||i.push(r));return i}(t,mt)}},wt={f:Object.getOwnPropertySymbols},bt=ft("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=wt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=bt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=Lt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),zt=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=U("wks"),Ut=u.Symbol,Bt=zt?Ut:Ut&&Ut.withoutSetter||J,Wt=function(t){return T(Gt,t)&&(qt||"string"==typeof Gt[t])||(qt&&T(Ut,t)?Gt[t]=Ut[t]:Gt[t]=Bt("Symbol."+t)),Gt[t]},Jt=Wt("species"),Kt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?w(r)&&null===(r=r[Jt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Qt=Wt("species"),Vt=Wt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!f((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!f((function(){var t=[];return(t.constructor={})[Qt]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!w(t))return!1;var n=t[Vt];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,f,c=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[c]||F(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(f=Et(r,e))&&f.value:r[e],!Ct(a?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),f=Kt(u,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(f,c++,i)}return f.length=c,f}}),r.default.fn.bootstrapTable.locales["en-US"]=r.default.fn.bootstrapTable.locales.en={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Loading, please wait"},formatRecordsPerPage:function(t){return"".concat(t," rows per page")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Showing ".concat(t," to ").concat(n," of ").concat(r," rows (filtered from ").concat(e," total rows)"):"Showing ".concat(t," to ").concat(n," of ").concat(r," rows")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["en-US"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-AR.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-AR.min.js deleted file mode 100644 index bb2c8054..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-AR.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},a=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),u=function(t){try{return!!t()}catch(t){return!0}},c=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!f.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:f},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,g=function(t){return d.call(t).slice(8,-1)},m="".split,y=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?m.call(t,""):Object(t)}:Object,h=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return y(h(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,O=function(t,n){return S.call(t,n)},T=a.document,P=b(T)&&b(T.createElement),j=!c&&!u((function(){return 7!=Object.defineProperty((t="div",P?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),M=Object.getOwnPropertyDescriptor,x={f:c?M:function(t,n){if(t=v(t),n=w(n,!0),j)try{return M(t,n)}catch(t){}if(O(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},A=Object.defineProperty,E={f:c?A:function(t,n,r){if(C(t),n=w(n,!0),C(r),j)try{return A(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return E.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(a,t,n)}catch(r){a[t]=n}return n},I="__core-js_shared__",N=a[I]||F(I,{}),L=Function.toString;"function"!=typeof N.inspectSource&&(N.inspectSource=function(t){return L.call(t)});var k,q,_,D,z=N.inspectSource,B=a.WeakMap,G="function"==typeof B&&/native code/.test(z(B)),W=o((function(t){(t.exports=function(t,n){return N[t]||(N[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),H=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++H+J).toString(36)},Q=W("keys"),U={},V=a.WeakMap;if(G){var Y=N.state||(N.state=new V),X=Y.get,Z=Y.has,$=Y.set;k=function(t,n){return n.facade=t,$.call(Y,t,n),n},q=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,k=function(t,n){return n.facade=t,R(t,tt,n),n},q=function(t){return O(t,tt)?t[tt]:{}},_=function(t){return O(t,tt)}}var nt,rt,et={set:k,get:q,has:_,enforce:function(t){return _(t)?q(t):k(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=q(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var u,c=!!i&&!!i.unsafe,f=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||O(o,"name")||R(o,"name",n),(u=r(o)).source||(u.source=e.join("string"==typeof n?n:""))),t!==a?(c?!l&&t[n]&&(f=!0):delete t[n],f?t[n]=o:R(t,n,o)):f?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||z(this)}))})),it=a,at=function(t){return"function"==typeof t?t:void 0},ut=function(t,n){return arguments.length<2?at(it[t])||at(a[t]):it[t]&&it[t][n]||a[t]&&a[t][n]},ct=Math.ceil,ft=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ft:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,gt=Math.min,mt=function(t){return function(n,r,e){var o,i=v(n),a=pt(i.length),u=function(t,n){var r=lt(t);return r<0?dt(r+n,0):gt(r,n)}(e,a);if(t&&r!=r){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===r)return t||u||0;return!t&&-1}},yt={includes:mt(!0),indexOf:mt(!1)}.indexOf,ht=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!O(U,r)&&O(e,r)&&i.push(r);for(;n.length>o;)O(e,r=n[o++])&&(~yt(i,r)||i.push(r));return i}(t,ht)}},bt={f:Object.getOwnPropertySymbols},wt=ut("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=E.f,o=x.f,i=0;i=74)&&(nt=Nt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(It?38===Dt:Dt>37&&Dt<41)})),Bt=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=W("wks"),Wt=a.Symbol,Ht=Bt?Wt:Wt&&Wt.withoutSetter||K,Jt=function(t){return O(Gt,t)&&(zt||"string"==typeof Gt[t])||(zt&&O(Wt,t)?Gt[t]=Wt[t]:Gt[t]=Ht("Symbol."+t)),Gt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Et(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Et(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!u((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!u((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Et(t)};!function(t,n){var r,e,o,i,u,c=t.target,f=t.global,l=t.stat;if(r=f?a:l?a[c]||F(c,{}):(a[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(u=At(r,e))&&u.value:r[e],!Ct(f?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,a=Rt(this),u=Qt(a,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(u,c++,i)}return u.length=c,u}}),r.default.fn.bootstrapTable.locales["es-AR"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Mostrando desde ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(e," columnas totales)"):"Mostrando desde ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," columnas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Recargar"},formatToggle:function(){return"Cambiar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"Ir"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["es-AR"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CL.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CL.min.js deleted file mode 100644 index cb7dc6af..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CL.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},a=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),u=function(t){try{return!!t()}catch(t){return!0}},c=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!f.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:f},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,g=function(t){return d.call(t).slice(8,-1)},y="".split,m=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?y.call(t,""):Object(t)}:Object,h=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return m(h(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,O=function(t,n){return S.call(t,n)},T=a.document,P=b(T)&&b(T.createElement),j=!c&&!u((function(){return 7!=Object.defineProperty((t="div",P?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),C=Object.getOwnPropertyDescriptor,M={f:c?C:function(t,n){if(t=v(t),n=w(n,!0),j)try{return C(t,n)}catch(t){}if(O(t,n))return p(!s.f.call(t,n),t[n])}},x=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,A={f:c?E:function(t,n,r){if(x(t),n=w(n,!0),x(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return A.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(a,t,n)}catch(r){a[t]=n}return n},L="__core-js_shared__",I=a[L]||F(L,{}),N=Function.toString;"function"!=typeof I.inspectSource&&(I.inspectSource=function(t){return N.call(t)});var k,q,_,D,z=I.inspectSource,B=a.WeakMap,G="function"==typeof B&&/native code/.test(z(B)),W=o((function(t){(t.exports=function(t,n){return I[t]||(I[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),H=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++H+J).toString(36)},Q=W("keys"),U={},V=a.WeakMap;if(G){var Y=I.state||(I.state=new V),X=Y.get,Z=Y.has,$=Y.set;k=function(t,n){return n.facade=t,$.call(Y,t,n),n},q=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,k=function(t,n){return n.facade=t,R(t,tt,n),n},q=function(t){return O(t,tt)?t[tt]:{}},_=function(t){return O(t,tt)}}var nt,rt,et={set:k,get:q,has:_,enforce:function(t){return _(t)?q(t):k(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=q(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var u,c=!!i&&!!i.unsafe,f=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||O(o,"name")||R(o,"name",n),(u=r(o)).source||(u.source=e.join("string"==typeof n?n:""))),t!==a?(c?!l&&t[n]&&(f=!0):delete t[n],f?t[n]=o:R(t,n,o)):f?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||z(this)}))})),it=a,at=function(t){return"function"==typeof t?t:void 0},ut=function(t,n){return arguments.length<2?at(it[t])||at(a[t]):it[t]&&it[t][n]||a[t]&&a[t][n]},ct=Math.ceil,ft=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ft:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,gt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),a=pt(i.length),u=function(t,n){var r=lt(t);return r<0?dt(r+n,0):gt(r,n)}(e,a);if(t&&r!=r){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===r)return t||u||0;return!t&&-1}},mt={includes:yt(!0),indexOf:yt(!1)}.indexOf,ht=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!O(U,r)&&O(e,r)&&i.push(r);for(;n.length>o;)O(e,r=n[o++])&&(~mt(i,r)||i.push(r));return i}(t,ht)}},bt={f:Object.getOwnPropertySymbols},wt=ut("Reflect","ownKeys")||function(t){var n=vt.f(x(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=A.f,o=M.f,i=0;i=74)&&(nt=It.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(Lt?38===Dt:Dt>37&&Dt<41)})),Bt=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=W("wks"),Wt=a.Symbol,Ht=Bt?Wt:Wt&&Wt.withoutSetter||K,Jt=function(t){return O(Gt,t)&&(zt||"string"==typeof Gt[t])||(zt&&O(Wt,t)?Gt[t]=Wt[t]:Gt[t]=Ht("Symbol."+t)),Gt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return At(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!At(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!u((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!u((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:At(t)};!function(t,n){var r,e,o,i,u,c=t.target,f=t.global,l=t.stat;if(r=f?a:l?a[c]||F(c,{}):(a[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(u=Et(r,e))&&u.value:r[e],!xt(f?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,a=Rt(this),u=Qt(a,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(u,c++,i)}return u.length=c,u}}),r.default.fn.bootstrapTable.locales["es-CL"]={formatCopyRows:function(){return"Copiar Filas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," filas por página")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtrado de ").concat(e," filas totales)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"a la página ".concat(t)},formatSRPaginationNextText:function(){return"siguiente página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Ocultar/Mostrar paginación"},formatPaginationSwitchDown:function(){return"Mostrar paginación"},formatPaginationSwitchUp:function(){return"Ocultar paginación"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Cambiar"},formatToggleOn:function(){return"Mostrar vista de carta"},formatToggleOff:function(){return"Ocultar vista de carta"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Cambiar todo"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Recargar"},formatExport:function(){return"Exportar datos"},formatJumpTo:function(){return"IR"},formatAdvancedSearch:function(){return"Búsqueda avanzada"},formatAdvancedCloseButton:function(){return"Cerrar"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["es-CL"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CR.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CR.min.js deleted file mode 100644 index 8cdbc787..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CR.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),a=function(t){try{return!!t()}catch(t){return!0}},f=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!c.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:c},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},g={}.toString,d=function(t){return g.call(t).slice(8,-1)},y="".split,h=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return h(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,O=function(t,n){return S.call(t,n)},T=u.document,P=b(T)&&b(T.createElement),j=!f&&!a((function(){return 7!=Object.defineProperty((t="div",P?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,C={f:f?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(O(t,n))return p(!s.f.call(t,n),t[n])}},A=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},M=Object.defineProperty,E={f:f?M:function(t,n,r){if(A(t),n=w(n,!0),A(r),j)try{return M(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=f?function(t,n,r){return E.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",L=u[N]||F(N,{}),k=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return k.call(t)});var I,_,q,D,H=L.inspectSource,z=u.WeakMap,B="function"==typeof z&&/native code/.test(H(z)),G=o((function(t){(t.exports=function(t,n){return L[t]||(L[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+J).toString(36)},Q=G("keys"),U={},V=u.WeakMap;if(B){var Y=L.state||(L.state=new V),X=Y.get,Z=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},q=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,I=function(t,n){return n.facade=t,R(t,tt,n),n},_=function(t){return O(t,tt)?t[tt]:{}},q=function(t){return O(t,tt)}}var nt,rt,et={set:I,get:_,has:q,enforce:function(t){return q(t)?_(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var a,f=!!i&&!!i.unsafe,c=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||O(o,"name")||R(o,"name",n),(a=r(o)).source||(a.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(c=!0):delete t[n],c?t[n]=o:R(t,n,o)):c?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||H(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},at=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,ct=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ct:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},gt=Math.max,dt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),a=function(t,n){var r=lt(t);return r<0?gt(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===r)return t||a||0;return!t&&-1}},ht={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!O(U,r)&&O(e,r)&&i.push(r);for(;n.length>o;)O(e,r=n[o++])&&(~ht(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=at("Reflect","ownKeys")||function(t){var n=vt.f(A(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=E.f,o=C.f,i=0;i=74)&&(nt=Lt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var qt,Dt=rt&&+rt,Ht=!!Object.getOwnPropertySymbols&&!a((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),zt=Ht&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Bt=G("wks"),Gt=u.Symbol,Wt=zt?Gt:Gt&&Gt.withoutSetter||K,Jt=function(t){return O(Bt,t)&&(Ht||"string"==typeof Bt[t])||(Ht&&O(Gt,t)?Bt[t]=Gt[t]:Bt[t]=Wt("Symbol."+t)),Bt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Et(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Et(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!a((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(qt="concat",Dt>=51||!a((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[qt](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Et(t)};!function(t,n){var r,e,o,i,a,f=t.target,c=t.global,l=t.stat;if(r=c?u:l?u[f]||F(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(a=Mt(r,e))&&a.value:r[e],!At(c?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),a=Qt(u,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(a,f++,i)}return a.length=f,a}}),r.default.fn.bootstrapTable.locales["es-CR"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total (filtered from ").concat(e," total rows)"):"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["es-CR"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-MX.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-MX.min.js deleted file mode 100644 index b88a1b55..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-MX.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),a=function(t){try{return!!t()}catch(t){return!0}},c=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!f.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:f},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,g=function(t){return d.call(t).slice(8,-1)},y="".split,m=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?y.call(t,""):Object(t)}:Object,h=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return m(h(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,O=function(t,n){return S.call(t,n)},T=u.document,P=b(T)&&b(T.createElement),j=!c&&!a((function(){return 7!=Object.defineProperty((t="div",P?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),M=Object.getOwnPropertyDescriptor,x={f:c?M:function(t,n){if(t=v(t),n=w(n,!0),j)try{return M(t,n)}catch(t){}if(O(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},A=Object.defineProperty,E={f:c?A:function(t,n,r){if(C(t),n=w(n,!0),C(r),j)try{return A(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return E.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",L=u[N]||F(N,{}),k=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return k.call(t)});var q,I,_,D,z=L.inspectSource,B=u.WeakMap,G="function"==typeof B&&/native code/.test(z(B)),H=o((function(t){(t.exports=function(t,n){return L[t]||(L[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,X=Math.random(),J=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+X).toString(36)},K=H("keys"),Q={},U=u.WeakMap;if(G){var V=L.state||(L.state=new U),Y=V.get,Z=V.has,$=V.set;q=function(t,n){return n.facade=t,$.call(V,t,n),n},I=function(t){return Y.call(V,t)||{}},_=function(t){return Z.call(V,t)}}else{var tt=K[D="state"]||(K[D]=J(D));Q[tt]=!0,q=function(t,n){return n.facade=t,R(t,tt,n),n},I=function(t){return O(t,tt)?t[tt]:{}},_=function(t){return O(t,tt)}}var nt,rt,et={set:q,get:I,has:_,enforce:function(t){return _(t)?I(t):q(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=I(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var a,c=!!i&&!!i.unsafe,f=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||O(o,"name")||R(o,"name",n),(a=r(o)).source||(a.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(f=!0):delete t[n],f?t[n]=o:R(t,n,o)):f?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||z(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},at=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,ft=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ft:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,gt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),a=function(t,n){var r=lt(t);return r<0?dt(r+n,0):gt(r,n)}(e,u);if(t&&r!=r){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===r)return t||a||0;return!t&&-1}},mt={includes:yt(!0),indexOf:yt(!1)}.indexOf,ht=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!O(Q,r)&&O(e,r)&&i.push(r);for(;n.length>o;)O(e,r=n[o++])&&(~mt(i,r)||i.push(r));return i}(t,ht)}},bt={f:Object.getOwnPropertySymbols},wt=at("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=E.f,o=x.f,i=0;i=74)&&(nt=Lt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!a((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),Bt=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=H("wks"),Ht=u.Symbol,Wt=Bt?Ht:Ht&&Ht.withoutSetter||J,Xt=function(t){return O(Gt,t)&&(zt||"string"==typeof Gt[t])||(zt&&O(Ht,t)?Gt[t]=Ht[t]:Gt[t]=Wt("Symbol."+t)),Gt[t]},Jt=Xt("species"),Kt=function(t,n){var r;return Et(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Et(r.prototype)?b(r)&&null===(r=r[Jt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Qt=Xt("species"),Ut=Xt("isConcatSpreadable"),Vt=9007199254740991,Yt="Maximum allowed index exceeded",Zt=Dt>=51||!a((function(){var t=[];return t[Ut]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!a((function(){var t=[];return(t.constructor={})[Qt]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Ut];return void 0!==n?!!n:Et(t)};!function(t,n){var r,e,o,i,a,c=t.target,f=t.global,l=t.stat;if(r=f?u:l?u[c]||F(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(a=At(r,e))&&a.value:r[e],!Ct(f?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),a=Kt(u,0),c=0;for(n=-1,e=arguments.length;nVt)throw TypeError(Yt);for(r=0;r=Vt)throw TypeError(Yt);Ft(a,c++,i)}return a.length=c,a}}),r.default.fn.bootstrapTable.locales["es-MX"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, espere por favor"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas (filtered from ").concat(e," total rows)"):"Mostrando ".concat(t," a ").concat(n," de ").concat(r," filas")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Mostrando ".concat(t," filas")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros que coincidan"},formatPaginationSwitch:function(){return"Mostrar/ocultar paginación"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Cambiar vista"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Pantalla completa"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["es-MX"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-NI.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-NI.min.js deleted file mode 100644 index 21f79f60..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-NI.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),a=function(t){try{return!!t()}catch(t){return!0}},f=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!c.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:c},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},g={}.toString,d=function(t){return g.call(t).slice(8,-1)},y="".split,h=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return h(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,O=function(t,n){return S.call(t,n)},T=u.document,P=b(T)&&b(T.createElement),j=!f&&!a((function(){return 7!=Object.defineProperty((t="div",P?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:f?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(O(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},M=Object.defineProperty,E={f:f?M:function(t,n,r){if(C(t),n=w(n,!0),C(r),j)try{return M(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=f?function(t,n,r){return E.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",I=u[N]||F(N,{}),L=Function.toString;"function"!=typeof I.inspectSource&&(I.inspectSource=function(t){return L.call(t)});var k,_,q,D,H=I.inspectSource,z=u.WeakMap,B="function"==typeof z&&/native code/.test(H(z)),G=o((function(t){(t.exports=function(t,n){return I[t]||(I[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+J).toString(36)},Q=G("keys"),U={},V=u.WeakMap;if(B){var Y=I.state||(I.state=new V),X=Y.get,Z=Y.has,$=Y.set;k=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},q=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,k=function(t,n){return n.facade=t,R(t,tt,n),n},_=function(t){return O(t,tt)?t[tt]:{}},q=function(t){return O(t,tt)}}var nt,rt,et={set:k,get:_,has:q,enforce:function(t){return q(t)?_(t):k(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var a,f=!!i&&!!i.unsafe,c=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||O(o,"name")||R(o,"name",n),(a=r(o)).source||(a.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(c=!0):delete t[n],c?t[n]=o:R(t,n,o)):c?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||H(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},at=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,ct=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ct:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},gt=Math.max,dt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),a=function(t,n){var r=lt(t);return r<0?gt(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===r)return t||a||0;return!t&&-1}},ht={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!O(U,r)&&O(e,r)&&i.push(r);for(;n.length>o;)O(e,r=n[o++])&&(~ht(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=at("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=E.f,o=A.f,i=0;i=74)&&(nt=It.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var qt,Dt=rt&&+rt,Ht=!!Object.getOwnPropertySymbols&&!a((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),zt=Ht&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Bt=G("wks"),Gt=u.Symbol,Wt=zt?Gt:Gt&&Gt.withoutSetter||K,Jt=function(t){return O(Bt,t)&&(Ht||"string"==typeof Bt[t])||(Ht&&O(Gt,t)?Bt[t]=Gt[t]:Bt[t]=Wt("Symbol."+t)),Bt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Et(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Et(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!a((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(qt="concat",Dt>=51||!a((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[qt](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Et(t)};!function(t,n){var r,e,o,i,a,f=t.target,c=t.global,l=t.stat;if(r=c?u:l?u[f]||F(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(a=Mt(r,e))&&a.value:r[e],!Ct(c?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),a=Qt(u,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(a,f++,i)}return a.length=f,a}}),r.default.fn.bootstrapTable.locales["es-NI"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espere"},formatRecordsPerPage:function(t){return"".concat(t," registros por página")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total (filtered from ").concat(e," total rows)"):"Mostrando de ".concat(t," a ").concat(n," registros de ").concat(r," registros en total")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refrescar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["es-NI"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-SP.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-SP.min.js deleted file mode 100644 index 87320879..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-SP.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),c=function(t){try{return!!t()}catch(t){return!0}},f=!c((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},g={}.toString,d=function(t){return g.call(t).slice(8,-1)},y="".split,h=c((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return h(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,O=function(t,n){return S.call(t,n)},P=u.document,T=b(P)&&b(P.createElement),j=!f&&!c((function(){return 7!=Object.defineProperty((t="div",T?P.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:f?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(O(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,M={f:f?E:function(t,n,r){if(C(t),n=w(n,!0),C(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=f?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",L=u[N]||F(N,{}),k=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return k.call(t)});var I,_,q,D,z=L.inspectSource,H=u.WeakMap,B="function"==typeof H&&/native code/.test(z(H)),G=o((function(t){(t.exports=function(t,n){return L[t]||(L[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+J).toString(36)},Q=G("keys"),U={},V=u.WeakMap;if(B){var Y=L.state||(L.state=new V),X=Y.get,Z=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},q=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,I=function(t,n){return n.facade=t,R(t,tt,n),n},_=function(t){return O(t,tt)?t[tt]:{}},q=function(t){return O(t,tt)}}var nt,rt,et={set:I,get:_,has:q,enforce:function(t){return q(t)?_(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var c,f=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||O(o,"name")||R(o,"name",n),(c=r(o)).source||(c.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||z(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ct=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},gt=Math.max,dt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),c=function(t,n){var r=lt(t);return r<0?gt(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>c;)if((o=i[c++])!=o)return!0}else for(;u>c;c++)if((t||c in i)&&i[c]===r)return t||c||0;return!t&&-1}},ht={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!O(U,r)&&O(e,r)&&i.push(r);for(;n.length>o;)O(e,r=n[o++])&&(~ht(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ct("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=Lt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var qt,Dt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!c((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),Ht=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Bt=G("wks"),Gt=u.Symbol,Wt=Ht?Gt:Gt&&Gt.withoutSetter||K,Jt=function(t){return O(Bt,t)&&(zt||"string"==typeof Bt[t])||(zt&&O(Gt,t)?Bt[t]=Gt[t]:Bt[t]=Wt("Symbol."+t)),Bt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!c((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(qt="concat",Dt>=51||!c((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[qt](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,c,f=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[f]||F(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(c=Et(r,e))&&c.value:r[e],!Ct(a?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),c=Qt(u,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(c,f++,i)}return c.length=f,c}}),r.default.fn.bootstrapTable.locales["es-SP"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Cargando, por favor espera"},formatRecordsPerPage:function(t){return"".concat(t," registros por página.")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"".concat(t," - ").concat(n," de ").concat(r," registros (filtered from ").concat(e," total rows)"):"".concat(t," - ").concat(n," de ").concat(r," registros.")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Limpiar búsqueda"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se han encontrado registros."},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columnas"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Todo"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Ocultar/Mostrar controles"},formatFilterControlSwitchHide:function(){return"Ocultar controles"},formatFilterControlSwitchShow:function(){return"Mostrar controles"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["es-SP"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-BE.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-BE.min.js deleted file mode 100644 index 10654ca1..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-BE.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),c=function(t){try{return!!t()}catch(t){return!0}},f=!c((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},h={}.toString,g=function(t){return h.call(t).slice(8,-1)},y="".split,d=c((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return d(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,P=function(t,n){return S.call(t,n)},T=u.document,O=b(T)&&b(T.createElement),j=!f&&!c((function(){return 7!=Object.defineProperty((t="div",O?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),A=Object.getOwnPropertyDescriptor,C={f:f?A:function(t,n){if(t=v(t),n=w(n,!0),j)try{return A(t,n)}catch(t){}if(P(t,n))return p(!s.f.call(t,n),t[n])}},x=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,R={f:f?E:function(t,n,r){if(x(t),n=w(n,!0),x(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},M=f?function(t,n,r){return R.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{M(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",k=u[N]||F(N,{}),I=Function.toString;"function"!=typeof k.inspectSource&&(k.inspectSource=function(t){return I.call(t)});var L,_,q,B,D=k.inspectSource,z=u.WeakMap,G="function"==typeof z&&/native code/.test(D(z)),W=o((function(t){(t.exports=function(t,n){return k[t]||(k[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),H=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++H+J).toString(36)},Q=W("keys"),U={},V=u.WeakMap;if(G){var Y=k.state||(k.state=new V),X=Y.get,Z=Y.has,$=Y.set;L=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},q=function(t){return Z.call(Y,t)}}else{var tt=Q[B="state"]||(Q[B]=K(B));U[tt]=!0,L=function(t,n){return n.facade=t,M(t,tt,n),n},_=function(t){return P(t,tt)?t[tt]:{}},q=function(t){return P(t,tt)}}var nt,rt,et={set:L,get:_,has:q,enforce:function(t){return q(t)?_(t):L(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var c,f=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||P(o,"name")||M(o,"name",n),(c=r(o)).source||(c.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:M(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||D(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ct=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},ht=Math.max,gt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),c=function(t,n){var r=lt(t);return r<0?ht(r+n,0):gt(r,n)}(e,u);if(t&&r!=r){for(;u>c;)if((o=i[c++])!=o)return!0}else for(;u>c;c++)if((t||c in i)&&i[c]===r)return t||c||0;return!t&&-1}},dt={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!P(U,r)&&P(e,r)&&i.push(r);for(;n.length>o;)P(e,r=n[o++])&&(~dt(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ct("Reflect","ownKeys")||function(t){var n=vt.f(x(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=R.f,o=C.f,i=0;i=74)&&(nt=kt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var qt,Bt=rt&&+rt,Dt=!!Object.getOwnPropertySymbols&&!c((function(){return!Symbol.sham&&(Nt?38===Bt:Bt>37&&Bt<41)})),zt=Dt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=W("wks"),Wt=u.Symbol,Ht=zt?Wt:Wt&&Wt.withoutSetter||K,Jt=function(t){return P(Gt,t)&&(Dt||"string"==typeof Gt[t])||(Dt&&P(Wt,t)?Gt[t]=Wt[t]:Gt[t]=Ht("Symbol."+t)),Gt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Rt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Rt(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Bt>=51||!c((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(qt="concat",Bt>=51||!c((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[qt](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Rt(t)};!function(t,n){var r,e,o,i,c,f=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[f]||F(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(c=Et(r,e))&&c.value:r[e],!xt(a?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&M(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Mt(this),c=Qt(u,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(c,f++,i)}return c.length=f,c}}),r.default.fn.bootstrapTable.locales["fr-BE"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Affiche de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrés à partir de ").concat(e," lignes)"):"Affiche de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affiche ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggle:function(){return"Basculer"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["fr-BE"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-CH.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-CH.min.js deleted file mode 100644 index 967df9d5..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-CH.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),c=function(t){try{return!!t()}catch(t){return!0}},f=!c((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},h={}.toString,g=function(t){return h.call(t).slice(8,-1)},y="".split,d=c((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return d(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,P=function(t,n){return S.call(t,n)},T=u.document,O=b(T)&&b(T.createElement),j=!f&&!c((function(){return 7!=Object.defineProperty((t="div",O?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),A=Object.getOwnPropertyDescriptor,C={f:f?A:function(t,n){if(t=v(t),n=w(n,!0),j)try{return A(t,n)}catch(t){}if(P(t,n))return p(!s.f.call(t,n),t[n])}},x=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,R={f:f?E:function(t,n,r){if(x(t),n=w(n,!0),x(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},M=f?function(t,n,r){return R.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{M(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",k=u[N]||F(N,{}),I=Function.toString;"function"!=typeof k.inspectSource&&(k.inspectSource=function(t){return I.call(t)});var L,_,q,D,z=k.inspectSource,B=u.WeakMap,H="function"==typeof B&&/native code/.test(z(B)),G=o((function(t){(t.exports=function(t,n){return k[t]||(k[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+J).toString(36)},Q=G("keys"),U={},V=u.WeakMap;if(H){var Y=k.state||(k.state=new V),X=Y.get,Z=Y.has,$=Y.set;L=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},q=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,L=function(t,n){return n.facade=t,M(t,tt,n),n},_=function(t){return P(t,tt)?t[tt]:{}},q=function(t){return P(t,tt)}}var nt,rt,et={set:L,get:_,has:q,enforce:function(t){return q(t)?_(t):L(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var c,f=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||P(o,"name")||M(o,"name",n),(c=r(o)).source||(c.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:M(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||z(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ct=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},ht=Math.max,gt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),c=function(t,n){var r=lt(t);return r<0?ht(r+n,0):gt(r,n)}(e,u);if(t&&r!=r){for(;u>c;)if((o=i[c++])!=o)return!0}else for(;u>c;c++)if((t||c in i)&&i[c]===r)return t||c||0;return!t&&-1}},dt={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!P(U,r)&&P(e,r)&&i.push(r);for(;n.length>o;)P(e,r=n[o++])&&(~dt(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ct("Reflect","ownKeys")||function(t){var n=vt.f(x(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=R.f,o=C.f,i=0;i=74)&&(nt=kt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var qt,Dt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!c((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),Bt=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Ht=G("wks"),Gt=u.Symbol,Wt=Bt?Gt:Gt&&Gt.withoutSetter||K,Jt=function(t){return P(Ht,t)&&(zt||"string"==typeof Ht[t])||(zt&&P(Gt,t)?Ht[t]=Gt[t]:Ht[t]=Wt("Symbol."+t)),Ht[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Rt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Rt(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!c((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(qt="concat",Dt>=51||!c((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[qt](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Rt(t)};!function(t,n){var r,e,o,i,c,f=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[f]||F(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(c=Et(r,e))&&c.value:r[e],!xt(a?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&M(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Mt(this),c=Qt(u,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(c,f++,i)}return c.length=f,c}}),r.default.fn.bootstrapTable.locales["fr-CH"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Affiche de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrés à partir de ").concat(e," lignes)"):"Affiche de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affiche ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggle:function(){return"Basculer"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["fr-CH"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-LU.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-LU.min.js deleted file mode 100644 index c1895719..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-LU.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),c=function(t){try{return!!t()}catch(t){return!0}},f=!c((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},h={}.toString,g=function(t){return h.call(t).slice(8,-1)},y="".split,d=c((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return d(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,P=function(t,n){return S.call(t,n)},T=u.document,O=b(T)&&b(T.createElement),j=!f&&!c((function(){return 7!=Object.defineProperty((t="div",O?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),A=Object.getOwnPropertyDescriptor,C={f:f?A:function(t,n){if(t=v(t),n=w(n,!0),j)try{return A(t,n)}catch(t){}if(P(t,n))return p(!s.f.call(t,n),t[n])}},x=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,R={f:f?E:function(t,n,r){if(x(t),n=w(n,!0),x(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},M=f?function(t,n,r){return R.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{M(u,t,n)}catch(r){u[t]=n}return n},L="__core-js_shared__",N=u[L]||F(L,{}),k=Function.toString;"function"!=typeof N.inspectSource&&(N.inspectSource=function(t){return k.call(t)});var I,_,q,D,z=N.inspectSource,B=u.WeakMap,U="function"==typeof B&&/native code/.test(z(B)),G=o((function(t){(t.exports=function(t,n){return N[t]||(N[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,H=Math.random(),J=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+H).toString(36)},K=G("keys"),Q={},V=u.WeakMap;if(U){var Y=N.state||(N.state=new V),X=Y.get,Z=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},q=function(t){return Z.call(Y,t)}}else{var tt=K[D="state"]||(K[D]=J(D));Q[tt]=!0,I=function(t,n){return n.facade=t,M(t,tt,n),n},_=function(t){return P(t,tt)?t[tt]:{}},q=function(t){return P(t,tt)}}var nt,rt,et={set:I,get:_,has:q,enforce:function(t){return q(t)?_(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var c,f=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||P(o,"name")||M(o,"name",n),(c=r(o)).source||(c.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:M(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||z(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ct=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},ht=Math.max,gt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),c=function(t,n){var r=lt(t);return r<0?ht(r+n,0):gt(r,n)}(e,u);if(t&&r!=r){for(;u>c;)if((o=i[c++])!=o)return!0}else for(;u>c;c++)if((t||c in i)&&i[c]===r)return t||c||0;return!t&&-1}},dt={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!P(Q,r)&&P(e,r)&&i.push(r);for(;n.length>o;)P(e,r=n[o++])&&(~dt(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ct("Reflect","ownKeys")||function(t){var n=vt.f(x(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=R.f,o=C.f,i=0;i=74)&&(nt=Nt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var qt,Dt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!c((function(){return!Symbol.sham&&(Lt?38===Dt:Dt>37&&Dt<41)})),Bt=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Ut=G("wks"),Gt=u.Symbol,Wt=Bt?Gt:Gt&&Gt.withoutSetter||J,Ht=function(t){return P(Ut,t)&&(zt||"string"==typeof Ut[t])||(zt&&P(Gt,t)?Ut[t]=Gt[t]:Ut[t]=Wt("Symbol."+t)),Ut[t]},Jt=Ht("species"),Kt=function(t,n){var r;return Rt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Rt(r.prototype)?b(r)&&null===(r=r[Jt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Qt=Ht("species"),Vt=Ht("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!c((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(qt="concat",Dt>=51||!c((function(){var t=[];return(t.constructor={})[Qt]=function(){return{foo:1}},1!==t[qt](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Rt(t)};!function(t,n){var r,e,o,i,c,f=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[f]||F(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(c=Et(r,e))&&c.value:r[e],!xt(a?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&M(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Mt(this),c=Kt(u,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(c,f++,i)}return c.length=f,c}}),r.default.fn.bootstrapTable.locales["fr-LU"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Chargement en cours"},formatRecordsPerPage:function(t){return"".concat(t," lignes par page")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Affiche de ".concat(t," à ").concat(n," sur ").concat(r," lignes (filtrés à partir de ").concat(e," lignes)"):"Affiche de ".concat(t," à ").concat(n," sur ").concat(r," lignes")},formatSRPaginationPreText:function(){return"page précédente"},formatSRPaginationPageText:function(t){return"vers la page ".concat(t)},formatSRPaginationNextText:function(){return"page suivante"},formatDetailPagination:function(t){return"Affiche ".concat(t," lignes")},formatClearSearch:function(){return"Effacer la recherche"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de lignes trouvés"},formatPaginationSwitch:function(){return"Cacher/Afficher pagination"},formatPaginationSwitchDown:function(){return"Afficher pagination"},formatPaginationSwitchUp:function(){return"Cacher pagination"},formatRefresh:function(){return"Rafraichir"},formatToggle:function(){return"Basculer"},formatToggleOn:function(){return"Afficher vue carte"},formatToggleOff:function(){return"Cacher vue carte"},formatColumns:function(){return"Colonnes"},formatColumnsToggleAll:function(){return"Tout basculer"},formatFullscreen:function(){return"Plein écran"},formatAllRows:function(){return"Tout"},formatAutoRefresh:function(){return"Rafraîchissement automatique"},formatExport:function(){return"Exporter les données"},formatJumpTo:function(){return"Aller à"},formatAdvancedSearch:function(){return"Recherche avancée"},formatAdvancedCloseButton:function(){return"Fermer"},formatFilterControlSwitch:function(){return"Cacher/Afficher controls"},formatFilterControlSwitchHide:function(){return"Cacher controls"},formatFilterControlSwitchShow:function(){return"Afficher controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["fr-LU"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ms-MY.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ms-MY.min.js deleted file mode 100644 index 8aa21210..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ms-MY.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),a=function(t){try{return!!t()}catch(t){return!0}},f=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!c.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:c},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,m=function(t){return d.call(t).slice(8,-1)},g="".split,y=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==m(t)?g.call(t,""):Object(t)}:Object,h=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},b=function(t){return y(h(t))},v=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!v(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!v(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!v(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!v(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,T=function(t,n){return S.call(t,n)},j=u.document,O=v(j)&&v(j.createElement),P=!f&&!a((function(){return 7!=Object.defineProperty((t="div",O?j.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,k={f:f?x:function(t,n){if(t=b(t),n=w(n,!0),P)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!v(t))throw TypeError(String(t)+" is not an object");return t},A=Object.defineProperty,E={f:f?A:function(t,n,r){if(C(t),n=w(n,!0),C(r),P)try{return A(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},M=f?function(t,n,r){return E.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},R=function(t,n){try{M(u,t,n)}catch(r){u[t]=n}return n},F="__core-js_shared__",L=u[F]||R(F,{}),N=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return N.call(t)});var I,_,D,H,q=L.inspectSource,z=u.WeakMap,G="function"==typeof z&&/native code/.test(q(z)),Y=o((function(t){(t.exports=function(t,n){return L[t]||(L[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),B=0,W=Math.random(),J=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++B+W).toString(36)},K=Y("keys"),Q={},U=u.WeakMap;if(G){var V=L.state||(L.state=new U),X=V.get,Z=V.has,$=V.set;I=function(t,n){return n.facade=t,$.call(V,t,n),n},_=function(t){return X.call(V,t)||{}},D=function(t){return Z.call(V,t)}}else{var tt=K[H="state"]||(K[H]=J(H));Q[tt]=!0,I=function(t,n){return n.facade=t,M(t,tt,n),n},_=function(t){return T(t,tt)?t[tt]:{}},D=function(t){return T(t,tt)}}var nt,rt,et={set:I,get:_,has:D,enforce:function(t){return D(t)?_(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!v(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var a,f=!!i&&!!i.unsafe,c=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||M(o,"name",n),(a=r(o)).source||(a.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(c=!0):delete t[n],c?t[n]=o:M(t,n,o)):c?t[n]=o:R(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},at=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,ct=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ct:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,mt=Math.min,gt=function(t){return function(n,r,e){var o,i=b(n),u=pt(i.length),a=function(t,n){var r=lt(t);return r<0?dt(r+n,0):mt(r,n)}(e,u);if(t&&r!=r){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===r)return t||a||0;return!t&&-1}},yt={includes:gt(!0),indexOf:gt(!1)}.indexOf,ht=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),bt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=b(t),o=0,i=[];for(r in e)!T(Q,r)&&T(e,r)&&i.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~yt(i,r)||i.push(r));return i}(t,ht)}},vt={f:Object.getOwnPropertySymbols},wt=at("Reflect","ownKeys")||function(t){var n=bt.f(C(t)),r=vt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=E.f,o=k.f,i=0;i=74)&&(nt=Lt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var Dt,Ht=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!a((function(){return!Symbol.sham&&(Ft?38===Ht:Ht>37&&Ht<41)})),zt=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=Y("wks"),Yt=u.Symbol,Bt=zt?Yt:Yt&&Yt.withoutSetter||J,Wt=function(t){return T(Gt,t)&&(qt||"string"==typeof Gt[t])||(qt&&T(Yt,t)?Gt[t]=Yt[t]:Gt[t]=Bt("Symbol."+t)),Gt[t]},Jt=Wt("species"),Kt=function(t,n){var r;return Et(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Et(r.prototype)?v(r)&&null===(r=r[Jt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Qt=Wt("species"),Ut=Wt("isConcatSpreadable"),Vt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Ht>=51||!a((function(){var t=[];return t[Ut]=!1,t.concat()[0]!==t})),$t=(Dt="concat",Ht>=51||!a((function(){var t=[];return(t.constructor={})[Qt]=function(){return{foo:1}},1!==t[Dt](Boolean).foo}))),tn=function(t){if(!v(t))return!1;var n=t[Ut];return void 0!==n?!!n:Et(t)};!function(t,n){var r,e,o,i,a,f=t.target,c=t.global,l=t.stat;if(r=c?u:l?u[f]||R(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(a=At(r,e))&&a.value:r[e],!Ct(c?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&M(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Mt(this),a=Kt(u,0),f=0;for(n=-1,e=arguments.length;nVt)throw TypeError(Xt);for(r=0;r=Vt)throw TypeError(Xt);Rt(a,f++,i)}return a.length=f,a}}),r.default.fn.bootstrapTable.locales["ms-MY"]=r.default.fn.bootstrapTable.locales.ms={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Permintaan sedang dimuatkan. Sila tunggu sebentar"},formatRecordsPerPage:function(t){return"".concat(t," rekod setiap muka surat")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(r," rekod (filtered from ").concat(e," total rows)"):"Sedang memaparkan rekod ".concat(t," hingga ").concat(n," daripada jumlah ").concat(r," rekod")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Cari"},formatNoMatches:function(){return"Tiada rekod yang menyamai permintaan"},formatPaginationSwitch:function(){return"Tunjuk/sembunyi muka surat"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Muatsemula"},formatToggle:function(){return"Tukar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Lajur"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Semua"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["ms-MY"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nb-NO.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nb-NO.min.js deleted file mode 100644 index 753bec20..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nb-NO.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},c=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,g=function(t){return d.call(t).slice(8,-1)},y="".split,h=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return h(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,O=function(t,n){return S.call(t,n)},T=u.document,P=b(T)&&b(T.createElement),j=!c&&!f((function(){return 7!=Object.defineProperty((t="div",P?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:c?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(O(t,n))return p(!s.f.call(t,n),t[n])}},E=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},C=Object.defineProperty,M={f:c?C:function(t,n,r){if(E(t),n=w(n,!0),E(r),j)try{return C(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},k=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},F="__core-js_shared__",N=u[F]||k(F,{}),I=Function.toString;"function"!=typeof N.inspectSource&&(N.inspectSource=function(t){return I.call(t)});var H,L,_,D,q=N.inspectSource,z=u.WeakMap,G="function"==typeof z&&/native code/.test(q(z)),V=o((function(t){(t.exports=function(t,n){return N[t]||(N[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),B=0,K=Math.random(),W=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++B+K).toString(36)},J=V("keys"),Q={},U=u.WeakMap;if(G){var Y=N.state||(N.state=new U),X=Y.get,Z=Y.has,$=Y.set;H=function(t,n){return n.facade=t,$.call(Y,t,n),n},L=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=J[D="state"]||(J[D]=W(D));Q[tt]=!0,H=function(t,n){return n.facade=t,R(t,tt,n),n},L=function(t){return O(t,tt)?t[tt]:{}},_=function(t){return O(t,tt)}}var nt,rt,et={set:H,get:L,has:_,enforce:function(t){return _(t)?L(t):H(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=L(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var f,c=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||O(o,"name")||R(o,"name",n),(f=r(o)).source||(f.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:k(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ft=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,gt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),f=function(t,n){var r=lt(t);return r<0?dt(r+n,0):gt(r,n)}(e,u);if(t&&r!=r){for(;u>f;)if((o=i[f++])!=o)return!0}else for(;u>f;f++)if((t||f in i)&&i[f]===r)return t||f||0;return!t&&-1}},ht={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!O(Q,r)&&O(e,r)&&i.push(r);for(;n.length>o;)O(e,r=n[o++])&&(~ht(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ft("Reflect","ownKeys")||function(t){var n=vt.f(E(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=Nt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(Ft?38===Dt:Dt>37&&Dt<41)})),zt=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=V("wks"),Vt=u.Symbol,Bt=zt?Vt:Vt&&Vt.withoutSetter||W,Kt=function(t){return O(Gt,t)&&(qt||"string"==typeof Gt[t])||(qt&&O(Vt,t)?Gt[t]=Vt[t]:Gt[t]=Bt("Symbol."+t)),Gt[t]},Wt=Kt("species"),Jt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?b(r)&&null===(r=r[Wt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Qt=Kt("species"),Ut=Kt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!f((function(){var t=[];return t[Ut]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!f((function(){var t=[];return(t.constructor={})[Qt]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Ut];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,f,c=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[c]||k(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(f=Ct(r,e))&&f.value:r[e],!Et(a?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),f=Jt(u,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);kt(f,c++,i)}return f.length=c,f}}),r.default.fn.bootstrapTable.locales["nb-NO"]=r.default.fn.bootstrapTable.locales.nb={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Oppdaterer, vennligst vent"},formatRecordsPerPage:function(t){return"".concat(t," poster pr side")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Viser ".concat(t," til ").concat(n," av ").concat(r," rekker (filtered from ").concat(e," total rows)"):"Viser ".concat(t," til ").concat(n," av ").concat(r," rekker")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Søk"},formatNoMatches:function(){return"Ingen poster funnet"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Oppdater"},formatToggle:function(){return"Endre"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Kolonner"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["nb-NO"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nl-BE.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nl-BE.min.js deleted file mode 100644 index 1b9d158f..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nl-BE.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),c=function(t){try{return!!t()}catch(t){return!0}},f=!c((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},g={}.toString,d=function(t){return g.call(t).slice(8,-1)},y="".split,m=c((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?y.call(t,""):Object(t)}:Object,h=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return m(h(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,T=function(t,n){return S.call(t,n)},O=u.document,j=b(O)&&b(O.createElement),P=!f&&!c((function(){return 7!=Object.defineProperty((t="div",j?O.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:f?x:function(t,n){if(t=v(t),n=w(n,!0),P)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},E=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},C=Object.defineProperty,M={f:f?C:function(t,n,r){if(E(t),n=w(n,!0),E(r),P)try{return C(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},k=f?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},R=function(t,n){try{k(u,t,n)}catch(r){u[t]=n}return n},F="__core-js_shared__",V=u[F]||R(F,{}),L=Function.toString;"function"!=typeof V.inspectSource&&(V.inspectSource=function(t){return L.call(t)});var N,I,_,D,G=V.inspectSource,q=u.WeakMap,z="function"==typeof q&&/native code/.test(G(q)),B=o((function(t){(t.exports=function(t,n){return V[t]||(V[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),K=0,W=Math.random(),H=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++K+W).toString(36)},J=B("keys"),Q={},U=u.WeakMap;if(z){var Y=V.state||(V.state=new U),Z=Y.get,X=Y.has,$=Y.set;N=function(t,n){return n.facade=t,$.call(Y,t,n),n},I=function(t){return Z.call(Y,t)||{}},_=function(t){return X.call(Y,t)}}else{var tt=J[D="state"]||(J[D]=H(D));Q[tt]=!0,N=function(t,n){return n.facade=t,k(t,tt,n),n},I=function(t){return T(t,tt)?t[tt]:{}},_=function(t){return T(t,tt)}}var nt,rt,et={set:N,get:I,has:_,enforce:function(t){return _(t)?I(t):N(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=I(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var c,f=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||k(o,"name",n),(c=r(o)).source||(c.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:k(t,n,o)):a?t[n]=o:R(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||G(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ct=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},gt=Math.max,dt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),c=function(t,n){var r=lt(t);return r<0?gt(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>c;)if((o=i[c++])!=o)return!0}else for(;u>c;c++)if((t||c in i)&&i[c]===r)return t||c||0;return!t&&-1}},mt={includes:yt(!0),indexOf:yt(!1)}.indexOf,ht=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!T(Q,r)&&T(e,r)&&i.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~mt(i,r)||i.push(r));return i}(t,ht)}},bt={f:Object.getOwnPropertySymbols},wt=ct("Reflect","ownKeys")||function(t){var n=vt.f(E(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=Vt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,Gt=!!Object.getOwnPropertySymbols&&!c((function(){return!Symbol.sham&&(Ft?38===Dt:Dt>37&&Dt<41)})),qt=Gt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,zt=B("wks"),Bt=u.Symbol,Kt=qt?Bt:Bt&&Bt.withoutSetter||H,Wt=function(t){return T(zt,t)&&(Gt||"string"==typeof zt[t])||(Gt&&T(Bt,t)?zt[t]=Bt[t]:zt[t]=Kt("Symbol."+t)),zt[t]},Ht=Wt("species"),Jt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?b(r)&&null===(r=r[Ht])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Qt=Wt("species"),Ut=Wt("isConcatSpreadable"),Yt=9007199254740991,Zt="Maximum allowed index exceeded",Xt=Dt>=51||!c((function(){var t=[];return t[Ut]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!c((function(){var t=[];return(t.constructor={})[Qt]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Ut];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,c,f=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[f]||R(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(c=Ct(r,e))&&c.value:r[e],!Et(a?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&k(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Xt||!$t},{concat:function(t){var n,r,e,o,i,u=kt(this),c=Jt(u,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Zt);for(r=0;r=Yt)throw TypeError(Zt);Rt(c,f++,i)}return c.length=f,c}}),r.default.fn.bootstrapTable.locales["nl-BE"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Laden, even geduld"},formatRecordsPerPage:function(t){return"".concat(t," records per pagina")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":""," (gefilterd van ").concat(e," records in totaal)"):"Toon ".concat(t," tot ").concat(n," van ").concat(r," record").concat(r>1?"s":"")},formatSRPaginationPreText:function(){return"vorige pagina"},formatSRPaginationPageText:function(t){return"tot pagina ".concat(t)},formatSRPaginationNextText:function(){return"volgende pagina"},formatDetailPagination:function(t){return"Toon ".concat(t," record").concat(t>1?"s":"")},formatClearSearch:function(){return"Verwijder filters"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"},formatPaginationSwitch:function(){return"Verberg/Toon paginering"},formatPaginationSwitchDown:function(){return"Toon paginering"},formatPaginationSwitchUp:function(){return"Verberg paginering"},formatRefresh:function(){return"Vernieuwen"},formatToggle:function(){return"Omschakelen"},formatToggleOn:function(){return"Toon kaartweergave"},formatToggleOff:function(){return"Verberg kaartweergave"},formatColumns:function(){return"Kolommen"},formatColumnsToggleAll:function(){return"Allen omschakelen"},formatFullscreen:function(){return"Volledig scherm"},formatAllRows:function(){return"Alle"},formatAutoRefresh:function(){return"Automatisch vernieuwen"},formatExport:function(){return"Exporteer gegevens"},formatJumpTo:function(){return"GA"},formatAdvancedSearch:function(){return"Geavanceerd zoeken"},formatAdvancedCloseButton:function(){return"Sluiten"},formatFilterControlSwitch:function(){return"Verberg/Toon controls"},formatFilterControlSwitchHide:function(){return"Verberg controls"},formatFilterControlSwitchShow:function(){return"Toon controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["nl-BE"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-pt-PT.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-pt-PT.min.js deleted file mode 100644 index fb04cb54..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-pt-PT.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),a=function(t){try{return!!t()}catch(t){return!0}},c=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!f.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:f},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,g=function(t){return d.call(t).slice(8,-1)},m="".split,y=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?m.call(t,""):Object(t)}:Object,h=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return y(h(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,P=function(t,n){return S.call(t,n)},T=u.document,O=b(T)&&b(T.createElement),j=!c&&!a((function(){return 7!=Object.defineProperty((t="div",O?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),E=Object.getOwnPropertyDescriptor,x={f:c?E:function(t,n){if(t=v(t),n=w(n,!0),j)try{return E(t,n)}catch(t){}if(P(t,n))return p(!s.f.call(t,n),t[n])}},A=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},M=Object.defineProperty,C={f:c?M:function(t,n,r){if(A(t),n=w(n,!0),A(r),j)try{return M(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},F=c?function(t,n,r){return C.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},R=function(t,n){try{F(u,t,n)}catch(r){u[t]=n}return n},L="__core-js_shared__",N=u[L]||R(L,{}),q=Function.toString;"function"!=typeof N.inspectSource&&(N.inspectSource=function(t){return q.call(t)});var I,k,_,z,D=N.inspectSource,B=u.WeakMap,G="function"==typeof B&&/native code/.test(D(B)),H=o((function(t){(t.exports=function(t,n){return N[t]||(N[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+J).toString(36)},Q=H("keys"),U={},V=u.WeakMap;if(G){var Y=N.state||(N.state=new V),X=Y.get,Z=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},k=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=Q[z="state"]||(Q[z]=K(z));U[tt]=!0,I=function(t,n){return n.facade=t,F(t,tt,n),n},k=function(t){return P(t,tt)?t[tt]:{}},_=function(t){return P(t,tt)}}var nt,rt,et={set:I,get:k,has:_,enforce:function(t){return _(t)?k(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=k(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var a,c=!!i&&!!i.unsafe,f=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||P(o,"name")||F(o,"name",n),(a=r(o)).source||(a.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(f=!0):delete t[n],f?t[n]=o:F(t,n,o)):f?t[n]=o:R(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||D(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},at=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,ft=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ft:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,gt=Math.min,mt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),a=function(t,n){var r=lt(t);return r<0?dt(r+n,0):gt(r,n)}(e,u);if(t&&r!=r){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===r)return t||a||0;return!t&&-1}},yt={includes:mt(!0),indexOf:mt(!1)}.indexOf,ht=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!P(U,r)&&P(e,r)&&i.push(r);for(;n.length>o;)P(e,r=n[o++])&&(~yt(i,r)||i.push(r));return i}(t,ht)}},bt={f:Object.getOwnPropertySymbols},wt=at("Reflect","ownKeys")||function(t){var n=vt.f(A(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=C.f,o=x.f,i=0;i=74)&&(nt=Nt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,zt=rt&&+rt,Dt=!!Object.getOwnPropertySymbols&&!a((function(){return!Symbol.sham&&(Lt?38===zt:zt>37&&zt<41)})),Bt=Dt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=H("wks"),Ht=u.Symbol,Wt=Bt?Ht:Ht&&Ht.withoutSetter||K,Jt=function(t){return P(Gt,t)&&(Dt||"string"==typeof Gt[t])||(Dt&&P(Ht,t)?Gt[t]=Ht[t]:Gt[t]=Wt("Symbol."+t)),Gt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Ct(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Ct(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=zt>=51||!a((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(_t="concat",zt>=51||!a((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Ct(t)};!function(t,n){var r,e,o,i,a,c=t.target,f=t.global,l=t.stat;if(r=f?u:l?u[c]||R(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(a=Mt(r,e))&&a.value:r[e],!At(f?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&F(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Ft(this),a=Qt(u,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Rt(a,c++,i)}return a.length=c,a}}),r.default.fn.bootstrapTable.locales["pt-PT"]=r.default.fn.bootstrapTable.locales.pt={formatCopyRows:function(){return"Copiar Linhas"},formatPrint:function(){return"Imprimir"},formatLoadingMessage:function(){return"A carregar, por favor aguarde"},formatRecordsPerPage:function(t){return"".concat(t," registos por página")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"A mostrar ".concat(t," até ").concat(n," de ").concat(r," linhas (filtered from ").concat(e," total rows)"):"A mostrar ".concat(t," até ").concat(n," de ").concat(r," linhas")},formatSRPaginationPreText:function(){return"página anterior"},formatSRPaginationPageText:function(t){return"ir para página ".concat(t)},formatSRPaginationNextText:function(){return"próxima página"},formatDetailPagination:function(t){return"Mostrando ".concat(t," linhas")},formatClearSearch:function(){return"Limpar Pesquisa"},formatSearch:function(){return"Pesquisa"},formatNoMatches:function(){return"Nenhum registo encontrado"},formatPaginationSwitch:function(){return"Esconder/Mostrar paginação"},formatPaginationSwitchDown:function(){return"Mostrar página"},formatPaginationSwitchUp:function(){return"Esconder página"},formatRefresh:function(){return"Actualizar"},formatToggle:function(){return"Alternar"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Colunas"},formatColumnsToggleAll:function(){return"Activar tudo"},formatFullscreen:function(){return"Ecrã completo"},formatAllRows:function(){return"Tudo"},formatAutoRefresh:function(){return"Actualização autmática"},formatExport:function(){return"Exportar dados"},formatJumpTo:function(){return"Avançar"},formatAdvancedSearch:function(){return"Pesquisa avançada"},formatAdvancedCloseButton:function(){return"Fechar"},formatFilterControlSwitch:function(){return"Esconder/Exibir controlos"},formatFilterControlSwitchHide:function(){return"Esconder controlos"},formatFilterControlSwitchShow:function(){return"Exibir controlos"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["pt-PT"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.min.js deleted file mode 100644 index 4896816d..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},c=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},y={}.toString,d=function(t){return y.call(t).slice(8,-1)},g="".split,h=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?g.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},b=function(t){return h(m(t))},v=function(t){return"object"==typeof t?null!==t:"function"==typeof t},S=function(t,n){if(!v(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!v(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!v(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!v(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},w={}.hasOwnProperty,T=function(t,n){return w.call(t,n)},O=u.document,P=v(O)&&v(O.createElement),j=!c&&!f((function(){return 7!=Object.defineProperty((t="div",P?O.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,C={f:c?x:function(t,n){if(t=b(t),n=S(n,!0),j)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},E=function(t){if(!v(t))throw TypeError(String(t)+" is not an object");return t},A=Object.defineProperty,M={f:c?A:function(t,n,r){if(E(t),n=S(n,!0),E(r),j)try{return A(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",k=u[N]||F(N,{}),I=Function.toString;"function"!=typeof k.inspectSource&&(k.inspectSource=function(t){return I.call(t)});var L,_,D,q,z=k.inspectSource,H=u.WeakMap,B="function"==typeof H&&/native code/.test(z(H)),G=o((function(t){(t.exports=function(t,n){return k[t]||(k[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+J).toString(36)},Q=G("keys"),U={},V=u.WeakMap;if(B){var Y=k.state||(k.state=new V),X=Y.get,Z=Y.has,$=Y.set;L=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},D=function(t){return Z.call(Y,t)}}else{var tt=Q[q="state"]||(Q[q]=K(q));U[tt]=!0,L=function(t,n){return n.facade=t,R(t,tt,n),n},_=function(t){return T(t,tt)?t[tt]:{}},D=function(t){return T(t,tt)}}var nt,rt,et={set:L,get:_,has:D,enforce:function(t){return D(t)?_(t):L(t,{})},getterFor:function(t){return function(n){var r;if(!v(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var f,c=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||R(o,"name",n),(f=r(o)).source||(f.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||z(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ft=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},yt=Math.max,dt=Math.min,gt=function(t){return function(n,r,e){var o,i=b(n),u=pt(i.length),f=function(t,n){var r=lt(t);return r<0?yt(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>f;)if((o=i[f++])!=o)return!0}else for(;u>f;f++)if((t||f in i)&&i[f]===r)return t||f||0;return!t&&-1}},ht={includes:gt(!0),indexOf:gt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),bt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=b(t),o=0,i=[];for(r in e)!T(U,r)&&T(e,r)&&i.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~ht(i,r)||i.push(r));return i}(t,mt)}},vt={f:Object.getOwnPropertySymbols},St=ft("Reflect","ownKeys")||function(t){var n=bt.f(E(t)),r=vt.f;return r?n.concat(r(t)):n},wt=function(t,n){for(var r=St(n),e=M.f,o=C.f,i=0;i=74)&&(nt=kt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var Dt,qt=rt&&+rt,zt=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(Nt?38===qt:qt>37&&qt<41)})),Ht=zt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Bt=G("wks"),Gt=u.Symbol,Wt=Ht?Gt:Gt&&Gt.withoutSetter||K,Jt=function(t){return T(Bt,t)&&(zt||"string"==typeof Bt[t])||(zt&&T(Gt,t)?Bt[t]=Gt[t]:Bt[t]=Wt("Symbol."+t)),Bt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?v(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=qt>=51||!f((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(Dt="concat",qt>=51||!f((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[Dt](Boolean).foo}))),tn=function(t){if(!v(t))return!1;var n=t[Vt];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,f,c=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[c]||F(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(f=At(r,e))&&f.value:r[e],!Et(a?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;wt(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),f=Qt(u,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(f,c++,i)}return f.length=c,f}}),r.default.fn.bootstrapTable.locales["sr-Cyrl-RS"]=r.default.fn.bootstrapTable.locales.sr={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Молим сачекај"},formatRecordsPerPage:function(t){return"".concat(t," редова по страни")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(r," (филтрирано од ").concat(e,")"):"Приказано ".concat(t,". - ").concat(n,". од укупног броја редова ").concat(r)},formatSRPaginationPreText:function(){return"претходна страна"},formatSRPaginationPageText:function(t){return"на страну ".concat(t)},formatSRPaginationNextText:function(){return"следећа страна"},formatDetailPagination:function(t){return"Приказано ".concat(t," редова")},formatClearSearch:function(){return"Обриши претрагу"},formatSearch:function(){return"Пронађи"},formatNoMatches:function(){return"Није пронађен ни један податак"},formatPaginationSwitch:function(){return"Прикажи/сакриј пагинацију"},formatPaginationSwitchDown:function(){return"Прикажи пагинацију"},formatPaginationSwitchUp:function(){return"Сакриј пагинацију"},formatRefresh:function(){return"Освежи"},formatToggle:function(){return"Промени приказ"},formatToggleOn:function(){return"Прикажи картице"},formatToggleOff:function(){return"Сакриј картице"},formatColumns:function(){return"Колоне"},formatColumnsToggleAll:function(){return"Прикажи/сакриј све"},formatFullscreen:function(){return"Цео екран"},formatAllRows:function(){return"Све"},formatAutoRefresh:function(){return"Аутоматско освежавање"},formatExport:function(){return"Извези податке"},formatJumpTo:function(){return"Иди"},formatAdvancedSearch:function(){return"Напредна претрага"},formatAdvancedCloseButton:function(){return"Затвори"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["sr-Cyrl-RS"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.min.js deleted file mode 100644 index e4897df1..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},a=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),u=function(t){try{return!!t()}catch(t){return!0}},f=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!c.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:c},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,y=function(t){return d.call(t).slice(8,-1)},g="".split,m=u((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==y(t)?g.call(t,""):Object(t)}:Object,h=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return m(h(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},S=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},w={}.hasOwnProperty,j=function(t,n){return w.call(t,n)},P=a.document,O=b(P)&&b(P.createElement),k=!f&&!u((function(){return 7!=Object.defineProperty((t="div",O?P.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),T=Object.getOwnPropertyDescriptor,x={f:f?T:function(t,n){if(t=v(t),n=S(n,!0),k)try{return T(t,n)}catch(t){}if(j(t,n))return p(!s.f.call(t,n),t[n])}},A=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},C=Object.defineProperty,E={f:f?C:function(t,n,r){if(A(t),n=S(n,!0),A(r),k)try{return C(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},M=f?function(t,n,r){return E.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},R=function(t,n){try{M(a,t,n)}catch(r){a[t]=n}return n},z="__core-js_shared__",F=a[z]||R(z,{}),N=Function.toString;"function"!=typeof F.inspectSource&&(F.inspectSource=function(t){return N.call(t)});var I,L,_,D,q=F.inspectSource,H=a.WeakMap,B="function"==typeof H&&/native code/.test(q(H)),G=o((function(t){(t.exports=function(t,n){return F[t]||(F[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),K=0,W=Math.random(),J=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++K+W).toString(36)},Q=G("keys"),U={},V=a.WeakMap;if(B){var Y=F.state||(F.state=new V),Z=Y.get,X=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},L=function(t){return Z.call(Y,t)||{}},_=function(t){return X.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=J(D));U[tt]=!0,I=function(t,n){return n.facade=t,M(t,tt,n),n},L=function(t){return j(t,tt)?t[tt]:{}},_=function(t){return j(t,tt)}}var nt,rt,et={set:I,get:L,has:_,enforce:function(t){return _(t)?L(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=L(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var u,f=!!i&&!!i.unsafe,c=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||j(o,"name")||M(o,"name",n),(u=r(o)).source||(u.source=e.join("string"==typeof n?n:""))),t!==a?(f?!l&&t[n]&&(c=!0):delete t[n],c?t[n]=o:M(t,n,o)):c?t[n]=o:R(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),it=a,at=function(t){return"function"==typeof t?t:void 0},ut=function(t,n){return arguments.length<2?at(it[t])||at(a[t]):it[t]&&it[t][n]||a[t]&&a[t][n]},ft=Math.ceil,ct=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ct:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,yt=Math.min,gt=function(t){return function(n,r,e){var o,i=v(n),a=pt(i.length),u=function(t,n){var r=lt(t);return r<0?dt(r+n,0):yt(r,n)}(e,a);if(t&&r!=r){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===r)return t||u||0;return!t&&-1}},mt={includes:gt(!0),indexOf:gt(!1)}.indexOf,ht=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!j(U,r)&&j(e,r)&&i.push(r);for(;n.length>o;)j(e,r=n[o++])&&(~mt(i,r)||i.push(r));return i}(t,ht)}},bt={f:Object.getOwnPropertySymbols},St=ut("Reflect","ownKeys")||function(t){var n=vt.f(A(t)),r=bt.f;return r?n.concat(r(t)):n},wt=function(t,n){for(var r=St(n),e=E.f,o=x.f,i=0;i=74)&&(nt=Ft.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!u((function(){return!Symbol.sham&&(zt?38===Dt:Dt>37&&Dt<41)})),Ht=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Bt=G("wks"),Gt=a.Symbol,Kt=Ht?Gt:Gt&&Gt.withoutSetter||J,Wt=function(t){return j(Bt,t)&&(qt||"string"==typeof Bt[t])||(qt&&j(Gt,t)?Bt[t]=Gt[t]:Bt[t]=Kt("Symbol."+t)),Bt[t]},Jt=Wt("species"),Qt=function(t,n){var r;return Et(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Et(r.prototype)?b(r)&&null===(r=r[Jt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Wt("species"),Vt=Wt("isConcatSpreadable"),Yt=9007199254740991,Zt="Maximum allowed index exceeded",Xt=Dt>=51||!u((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!u((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Et(t)};!function(t,n){var r,e,o,i,u,f=t.target,c=t.global,l=t.stat;if(r=c?a:l?a[f]||R(f,{}):(a[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(u=Ct(r,e))&&u.value:r[e],!At(c?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;wt(i,o)}(t.sham||o&&o.sham)&&M(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Xt||!$t},{concat:function(t){var n,r,e,o,i,a=Mt(this),u=Qt(a,0),f=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Zt);for(r=0;r=Yt)throw TypeError(Zt);Rt(u,f++,i)}return u.length=f,u}}),r.default.fn.bootstrapTable.locales["sr-Latn-RS"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Molim sačekaj"},formatRecordsPerPage:function(t){return"".concat(t," redova po strani")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(r," (filtrirano od ").concat(e,")"):"Prikazano ".concat(t,". - ").concat(n,". od ukupnog broja redova ").concat(r)},formatSRPaginationPreText:function(){return"prethodna strana"},formatSRPaginationPageText:function(t){return"na stranu ".concat(t)},formatSRPaginationNextText:function(){return"sledeća strana"},formatDetailPagination:function(t){return"Prikazano ".concat(t," redova")},formatClearSearch:function(){return"Obriši pretragu"},formatSearch:function(){return"Pronađi"},formatNoMatches:function(){return"Nije pronađen ni jedan podatak"},formatPaginationSwitch:function(){return"Prikaži/sakrij paginaciju"},formatPaginationSwitchDown:function(){return"Prikaži paginaciju"},formatPaginationSwitchUp:function(){return"Sakrij paginaciju"},formatRefresh:function(){return"Osveži"},formatToggle:function(){return"Promeni prikaz"},formatToggleOn:function(){return"Prikaži kartice"},formatToggleOff:function(){return"Sakrij kartice"},formatColumns:function(){return"Kolone"},formatColumnsToggleAll:function(){return"Prikaži/sakrij sve"},formatFullscreen:function(){return"Ceo ekran"},formatAllRows:function(){return"Sve"},formatAutoRefresh:function(){return"Automatsko osvežavanje"},formatExport:function(){return"Izvezi podatke"},formatJumpTo:function(){return"Idi"},formatAdvancedSearch:function(){return"Napredna pretraga"},formatAdvancedCloseButton:function(){return"Zatvori"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["sr-Latn-RS"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-th-TH.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-th-TH.min.js deleted file mode 100644 index d01154f4..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-th-TH.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},c=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},h={}.toString,d=function(t){return h.call(t).slice(8,-1)},g="".split,y=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?g.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return y(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,T=function(t,n){return S.call(t,n)},O=u.document,P=b(O)&&b(O.createElement),j=!c&&!f((function(){return 7!=Object.defineProperty((t="div",P?O.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:c?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,M={f:c?E:function(t,n,r){if(C(t),n=w(n,!0),C(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},H="__core-js_shared__",N=u[H]||F(H,{}),k=Function.toString;"function"!=typeof N.inspectSource&&(N.inspectSource=function(t){return k.call(t)});var I,L,_,D,q=N.inspectSource,z=u.WeakMap,G="function"==typeof z&&/native code/.test(q(z)),B=o((function(t){(t.exports=function(t,n){return N[t]||(N[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),W=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++W+J).toString(36)},Q=B("keys"),U={},V=u.WeakMap;if(G){var Y=N.state||(N.state=new V),X=Y.get,Z=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},L=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,I=function(t,n){return n.facade=t,R(t,tt,n),n},L=function(t){return T(t,tt)?t[tt]:{}},_=function(t){return T(t,tt)}}var nt,rt,et={set:I,get:L,has:_,enforce:function(t){return _(t)?L(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=L(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var f,c=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||R(o,"name",n),(f=r(o)).source||(f.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ft=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},ht=Math.max,dt=Math.min,gt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),f=function(t,n){var r=lt(t);return r<0?ht(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>f;)if((o=i[f++])!=o)return!0}else for(;u>f;f++)if((t||f in i)&&i[f]===r)return t||f||0;return!t&&-1}},yt={includes:gt(!0),indexOf:gt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!T(U,r)&&T(e,r)&&i.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~yt(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ft("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=Nt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(Ht?38===Dt:Dt>37&&Dt<41)})),zt=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=B("wks"),Bt=u.Symbol,Wt=zt?Bt:Bt&&Bt.withoutSetter||K,Jt=function(t){return T(Gt,t)&&(qt||"string"==typeof Gt[t])||(qt&&T(Bt,t)?Gt[t]=Bt[t]:Gt[t]=Wt("Symbol."+t)),Gt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?b(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!f((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!f((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,f,c=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[c]||F(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(f=Et(r,e))&&f.value:r[e],!Ct(a?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),f=Qt(u,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(f,c++,i)}return f.length=c,f}}),r.default.fn.bootstrapTable.locales["th-TH"]=r.default.fn.bootstrapTable.locales.th={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"กำลังโหลดข้อมูล, กรุณารอสักครู่"},formatRecordsPerPage:function(t){return"".concat(t," รายการต่อหน้า")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(r," รายการ (filtered from ").concat(e," total rows)"):"รายการที่ ".concat(t," ถึง ").concat(n," จากทั้งหมด ").concat(r," รายการ")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"ค้นหา"},formatNoMatches:function(){return"ไม่พบรายการที่ค้นหา !"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"รีเฟรส"},formatToggle:function(){return"สลับมุมมอง"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"คอลัมน์"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["th-TH"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ur-PK.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ur-PK.min.js deleted file mode 100644 index 93f36b99..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ur-PK.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},c=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},d={}.toString,g=function(t){return d.call(t).slice(8,-1)},y="".split,h=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?y.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return h(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,P=function(t,n){return S.call(t,n)},T=u.document,O=b(T)&&b(T.createElement),j=!c&&!f((function(){return 7!=Object.defineProperty((t="div",O?T.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:c?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(P(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,M={f:c?E:function(t,n,r){if(C(t),n=w(n,!0),C(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",k=u[N]||F(N,{}),H=Function.toString;"function"!=typeof k.inspectSource&&(k.inspectSource=function(t){return H.call(t)});var I,L,_,D,q=k.inspectSource,z=u.WeakMap,G="function"==typeof z&&/native code/.test(q(z)),K=o((function(t){(t.exports=function(t,n){return k[t]||(k[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),B=0,W=Math.random(),J=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++B+W).toString(36)},Q=K("keys"),U={},V=u.WeakMap;if(G){var Y=k.state||(k.state=new V),X=Y.get,Z=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},L=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=J(D));U[tt]=!0,I=function(t,n){return n.facade=t,R(t,tt,n),n},L=function(t){return P(t,tt)?t[tt]:{}},_=function(t){return P(t,tt)}}var nt,rt,et={set:I,get:L,has:_,enforce:function(t){return _(t)?L(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=L(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var f,c=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||P(o,"name")||R(o,"name",n),(f=r(o)).source||(f.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ft=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},dt=Math.max,gt=Math.min,yt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),f=function(t,n){var r=lt(t);return r<0?dt(r+n,0):gt(r,n)}(e,u);if(t&&r!=r){for(;u>f;)if((o=i[f++])!=o)return!0}else for(;u>f;f++)if((t||f in i)&&i[f]===r)return t||f||0;return!t&&-1}},ht={includes:yt(!0),indexOf:yt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!P(U,r)&&P(e,r)&&i.push(r);for(;n.length>o;)P(e,r=n[o++])&&(~ht(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ft("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=kt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),zt=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=K("wks"),Kt=u.Symbol,Bt=zt?Kt:Kt&&Kt.withoutSetter||J,Wt=function(t){return P(Gt,t)&&(qt||"string"==typeof Gt[t])||(qt&&P(Kt,t)?Gt[t]=Kt[t]:Gt[t]=Bt("Symbol."+t)),Gt[t]},Jt=Wt("species"),Qt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?b(r)&&null===(r=r[Jt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Wt("species"),Vt=Wt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!f((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!f((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Vt];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,f,c=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[c]||F(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(f=Et(r,e))&&f.value:r[e],!Ct(a?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),f=Qt(u,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(f,c++,i)}return f.length=c,f}}),r.default.fn.bootstrapTable.locales["ur-PK"]=r.default.fn.bootstrapTable.locales.ur={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"براۓ مہربانی انتظار کیجئے"},formatRecordsPerPage:function(t){return"".concat(t," ریکارڈز فی صفہ ")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(r,"ریکارڈز (filtered from ").concat(e," total rows)"):"دیکھیں ".concat(t," سے ").concat(n," کے ").concat(r,"ریکارڈز")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"تلاش"},formatNoMatches:function(){return"کوئی ریکارڈ نہیں ملا"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"تازہ کریں"},formatToggle:function(){return"تبدیل کریں"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"کالم"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["ur-PK"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.min.js deleted file mode 100644 index 84279fa2..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),a=function(t){try{return!!t()}catch(t){return!0}},f=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!c.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:c},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},h={}.toString,d=function(t){return h.call(t).slice(8,-1)},g="".split,y=a((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==d(t)?g.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return y(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,T=function(t,n){return S.call(t,n)},O=u.document,P=b(O)&&b(O.createElement),j=!f&&!a((function(){return 7!=Object.defineProperty((t="div",P?O.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:f?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},E=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},C=Object.defineProperty,M={f:f?C:function(t,n,r){if(E(t),n=w(n,!0),E(r),j)try{return C(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=f?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},k="__core-js_shared__",L=u[k]||F(k,{}),q=Function.toString;"function"!=typeof L.inspectSource&&(L.inspectSource=function(t){return q.call(t)});var z,H,N,I,_=L.inspectSource,D=u.WeakMap,K="function"==typeof D&&/native code/.test(_(D)),U=o((function(t){(t.exports=function(t,n){return L[t]||(L[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),G=0,Y=Math.random(),B=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++G+Y).toString(36)},Q=U("keys"),W={},Z=u.WeakMap;if(K){var J=L.state||(L.state=new Z),V=J.get,X=J.has,$=J.set;z=function(t,n){return n.facade=t,$.call(J,t,n),n},H=function(t){return V.call(J,t)||{}},N=function(t){return X.call(J,t)}}else{var tt=Q[I="state"]||(Q[I]=B(I));W[tt]=!0,z=function(t,n){return n.facade=t,R(t,tt,n),n},H=function(t){return T(t,tt)?t[tt]:{}},N=function(t){return T(t,tt)}}var nt,rt,et={set:z,get:H,has:N,enforce:function(t){return N(t)?H(t):z(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=H(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var a,f=!!i&&!!i.unsafe,c=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||R(o,"name",n),(a=r(o)).source||(a.source=e.join("string"==typeof n?n:""))),t!==u?(f?!l&&t[n]&&(c=!0):delete t[n],c?t[n]=o:R(t,n,o)):c?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||_(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},at=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ft=Math.ceil,ct=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?ct:ft)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},ht=Math.max,dt=Math.min,gt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),a=function(t,n){var r=lt(t);return r<0?ht(r+n,0):dt(r,n)}(e,u);if(t&&r!=r){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===r)return t||a||0;return!t&&-1}},yt={includes:gt(!0),indexOf:gt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!T(W,r)&&T(e,r)&&i.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~yt(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=at("Reflect","ownKeys")||function(t){var n=vt.f(E(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=Lt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var Nt,It=rt&&+rt,_t=!!Object.getOwnPropertySymbols&&!a((function(){return!Symbol.sham&&(kt?38===It:It>37&&It<41)})),Dt=_t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Kt=U("wks"),Ut=u.Symbol,Gt=Dt?Ut:Ut&&Ut.withoutSetter||B,Yt=function(t){return T(Kt,t)&&(_t||"string"==typeof Kt[t])||(_t&&T(Ut,t)?Kt[t]=Ut[t]:Kt[t]=Gt("Symbol."+t)),Kt[t]},Bt=Yt("species"),Qt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?b(r)&&null===(r=r[Bt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Wt=Yt("species"),Zt=Yt("isConcatSpreadable"),Jt=9007199254740991,Vt="Maximum allowed index exceeded",Xt=It>=51||!a((function(){var t=[];return t[Zt]=!1,t.concat()[0]!==t})),$t=(Nt="concat",It>=51||!a((function(){var t=[];return(t.constructor={})[Wt]=function(){return{foo:1}},1!==t[Nt](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Zt];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,a,f=t.target,c=t.global,l=t.stat;if(r=c?u:l?u[f]||F(f,{}):(u[f]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(a=Ct(r,e))&&a.value:r[e],!Et(c?e:f+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Xt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),a=Qt(u,0),f=0;for(n=-1,e=arguments.length;nJt)throw TypeError(Vt);for(r=0;r=Jt)throw TypeError(Vt);Ft(a,f++,i)}return a.length=f,a}}),r.default.fn.bootstrapTable.locales["uz-Latn-UZ"]=r.default.fn.bootstrapTable.locales.uz={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Yuklanyapti, iltimos kuting"},formatRecordsPerPage:function(t){return"".concat(t," qator har sahifada")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(r," qatorlarni (filtered from ").concat(e," total rows)"):"Ko'rsatypati ".concat(t," dan ").concat(n," gacha ").concat(r," qatorlarni")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Filtrlarni tozalash"},formatSearch:function(){return"Qidirish"},formatNoMatches:function(){return"Hech narsa topilmadi"},formatPaginationSwitch:function(){return"Sahifalashni yashirish/ko'rsatish"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Yangilash"},formatToggle:function(){return"Ko'rinish"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Ustunlar"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"Hammasi"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Eksport"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["uz-Latn-UZ"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-vi-VN.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-vi-VN.min.js deleted file mode 100644 index 925f5f67..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-vi-VN.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var i=function(t){return t&&t.Math==Math&&t},u=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},c=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},g={}.toString,h=function(t){return g.call(t).slice(8,-1)},d="".split,y=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==h(t)?d.call(t,""):Object(t)}:Object,m=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},v=function(t){return y(m(t))},b=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!b(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!b(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!b(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,T=function(t,n){return S.call(t,n)},O=u.document,P=b(O)&&b(O.createElement),j=!c&&!f((function(){return 7!=Object.defineProperty((t="div",P?O.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,A={f:c?x:function(t,n){if(t=v(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},C=function(t){if(!b(t))throw TypeError(String(t)+" is not an object");return t},E=Object.defineProperty,M={f:c?E:function(t,n,r){if(C(t),n=w(n,!0),C(r),j)try{return E(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(u,t,n)}catch(r){u[t]=n}return n},N="__core-js_shared__",H=u[N]||F(N,{}),k=Function.toString;"function"!=typeof H.inspectSource&&(H.inspectSource=function(t){return k.call(t)});var I,L,_,D,q=H.inspectSource,z=u.WeakMap,G="function"==typeof z&&/native code/.test(q(z)),V=o((function(t){(t.exports=function(t,n){return H[t]||(H[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),B=0,K=Math.random(),W=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++B+K).toString(36)},J=V("keys"),Q={},U=u.WeakMap;if(G){var Y=H.state||(H.state=new U),X=Y.get,Z=Y.has,$=Y.set;I=function(t,n){return n.facade=t,$.call(Y,t,n),n},L=function(t){return X.call(Y,t)||{}},_=function(t){return Z.call(Y,t)}}else{var tt=J[D="state"]||(J[D]=W(D));Q[tt]=!0,I=function(t,n){return n.facade=t,R(t,tt,n),n},L=function(t){return T(t,tt)?t[tt]:{}},_=function(t){return T(t,tt)}}var nt,rt,et={set:I,get:L,has:_,enforce:function(t){return _(t)?L(t):I(t,{})},getterFor:function(t){return function(n){var r;if(!b(n)||(r=L(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,i){var f,c=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,l=!!i&&!!i.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||R(o,"name",n),(f=r(o)).source||(f.source=e.join("string"==typeof n?n:""))),t!==u?(c?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),it=u,ut=function(t){return"function"==typeof t?t:void 0},ft=function(t,n){return arguments.length<2?ut(it[t])||ut(u[t]):it[t]&&it[t][n]||u[t]&&u[t][n]},ct=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},gt=Math.max,ht=Math.min,dt=function(t){return function(n,r,e){var o,i=v(n),u=pt(i.length),f=function(t,n){var r=lt(t);return r<0?gt(r+n,0):ht(r,n)}(e,u);if(t&&r!=r){for(;u>f;)if((o=i[f++])!=o)return!0}else for(;u>f;f++)if((t||f in i)&&i[f]===r)return t||f||0;return!t&&-1}},yt={includes:dt(!0),indexOf:dt(!1)}.indexOf,mt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),vt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=v(t),o=0,i=[];for(r in e)!T(Q,r)&&T(e,r)&&i.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~yt(i,r)||i.push(r));return i}(t,mt)}},bt={f:Object.getOwnPropertySymbols},wt=ft("Reflect","ownKeys")||function(t){var n=vt.f(C(t)),r=bt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=A.f,i=0;i=74)&&(nt=Ht.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var _t,Dt=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),zt=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Gt=V("wks"),Vt=u.Symbol,Bt=zt?Vt:Vt&&Vt.withoutSetter||W,Kt=function(t){return T(Gt,t)&&(qt||"string"==typeof Gt[t])||(qt&&T(Vt,t)?Gt[t]=Vt[t]:Gt[t]=Bt("Symbol."+t)),Gt[t]},Wt=Kt("species"),Jt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?b(r)&&null===(r=r[Wt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Qt=Kt("species"),Ut=Kt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!f((function(){var t=[];return t[Ut]=!1,t.concat()[0]!==t})),$t=(_t="concat",Dt>=51||!f((function(){var t=[];return(t.constructor={})[Qt]=function(){return{foo:1}},1!==t[_t](Boolean).foo}))),tn=function(t){if(!b(t))return!1;var n=t[Ut];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,i,f,c=t.target,a=t.global,l=t.stat;if(r=a?u:l?u[c]||F(c,{}):(u[c]||{}).prototype)for(e in n){if(i=n[e],o=t.noTargetGet?(f=Et(r,e))&&f.value:r[e],!Ct(a?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;St(i,o)}(t.sham||o&&o.sham)&&R(i,"sham",!0),ot(r,e,i,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,i,u=Rt(this),f=Jt(u,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(f,c++,i)}return f.length=c,f}}),r.default.fn.bootstrapTable.locales["vi-VN"]=r.default.fn.bootstrapTable.locales.vi={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"Đang tải"},formatRecordsPerPage:function(t){return"".concat(t," bản ghi mỗi trang")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(r," bảng ghi (filtered from ").concat(e," total rows)"):"Hiển thị từ trang ".concat(t," đến ").concat(n," của ").concat(r," bảng ghi")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(t){return"to page ".concat(t)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(t){return"Showing ".concat(t," rows")},formatClearSearch:function(){return"Clear Search"},formatSearch:function(){return"Tìm kiếm"},formatNoMatches:function(){return"Không có dữ liệu"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggle:function(){return"Toggle"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"},formatAutoRefresh:function(){return"Auto Refresh"},formatExport:function(){return"Export data"},formatJumpTo:function(){return"GO"},formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"},formatFilterControlSwitch:function(){return"Hide/Show controls"},formatFilterControlSwitchHide:function(){return"Hide controls"},formatFilterControlSwitchShow:function(){return"Show controls"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["vi-VN"])})); diff --git a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-zh-TW.min.js b/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-zh-TW.min.js deleted file mode 100644 index 958a4d24..00000000 --- a/cps/static/js/libs/bootstrap-table/locale/bootstrap-table-zh-TW.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) - * - * @version v1.18.3 - * @homepage https://bootstrap-table.com - * @author wenzhixin (http://wenzhixin.net.cn/) - * @license MIT - */ - -!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var r=n(t),e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(t,n){return t(n={exports:{}},n.exports),n.exports}var u=function(t){return t&&t.Math==Math&&t},i=u("object"==typeof globalThis&&globalThis)||u("object"==typeof window&&window)||u("object"==typeof self&&self)||u("object"==typeof e&&e)||function(){return this}()||Function("return this")(),f=function(t){try{return!!t()}catch(t){return!0}},c=!f((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,s={f:l&&!a.call({1:2},1)?function(t){var n=l(this,t);return!!n&&n.enumerable}:a},p=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}},y={}.toString,g=function(t){return y.call(t).slice(8,-1)},h="".split,m=f((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==g(t)?h.call(t,""):Object(t)}:Object,d=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},b=function(t){return m(d(t))},v=function(t){return"object"==typeof t?null!==t:"function"==typeof t},w=function(t,n){if(!v(t))return t;var r,e;if(n&&"function"==typeof(r=t.toString)&&!v(e=r.call(t)))return e;if("function"==typeof(r=t.valueOf)&&!v(e=r.call(t)))return e;if(!n&&"function"==typeof(r=t.toString)&&!v(e=r.call(t)))return e;throw TypeError("Can't convert object to primitive value")},S={}.hasOwnProperty,T=function(t,n){return S.call(t,n)},O=i.document,P=v(O)&&v(O.createElement),j=!c&&!f((function(){return 7!=Object.defineProperty((t="div",P?O.createElement(t):{}),"a",{get:function(){return 7}}).a;var t})),x=Object.getOwnPropertyDescriptor,E={f:c?x:function(t,n){if(t=b(t),n=w(n,!0),j)try{return x(t,n)}catch(t){}if(T(t,n))return p(!s.f.call(t,n),t[n])}},A=function(t){if(!v(t))throw TypeError(String(t)+" is not an object");return t},C=Object.defineProperty,M={f:c?C:function(t,n,r){if(A(t),n=w(n,!0),A(r),j)try{return C(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},R=c?function(t,n,r){return M.f(t,n,p(1,r))}:function(t,n,r){return t[n]=r,t},F=function(t,n){try{R(i,t,n)}catch(r){i[t]=n}return n},N="__core-js_shared__",k=i[N]||F(N,{}),I=Function.toString;"function"!=typeof k.inspectSource&&(k.inspectSource=function(t){return I.call(t)});var L,_,z,D,q=k.inspectSource,W=i.WeakMap,B="function"==typeof W&&/native code/.test(q(W)),G=o((function(t){(t.exports=function(t,n){return k[t]||(k[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),H=0,J=Math.random(),K=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++H+J).toString(36)},Q=G("keys"),U={},V=i.WeakMap;if(B){var Y=k.state||(k.state=new V),X=Y.get,Z=Y.has,$=Y.set;L=function(t,n){return n.facade=t,$.call(Y,t,n),n},_=function(t){return X.call(Y,t)||{}},z=function(t){return Z.call(Y,t)}}else{var tt=Q[D="state"]||(Q[D]=K(D));U[tt]=!0,L=function(t,n){return n.facade=t,R(t,tt,n),n},_=function(t){return T(t,tt)?t[tt]:{}},z=function(t){return T(t,tt)}}var nt,rt,et={set:L,get:_,has:z,enforce:function(t){return z(t)?_(t):L(t,{})},getterFor:function(t){return function(n){var r;if(!v(n)||(r=_(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},ot=o((function(t){var n=et.get,r=et.enforce,e=String(String).split("String");(t.exports=function(t,n,o,u){var f,c=!!u&&!!u.unsafe,a=!!u&&!!u.enumerable,l=!!u&&!!u.noTargetGet;"function"==typeof o&&("string"!=typeof n||T(o,"name")||R(o,"name",n),(f=r(o)).source||(f.source=e.join("string"==typeof n?n:""))),t!==i?(c?!l&&t[n]&&(a=!0):delete t[n],a?t[n]=o:R(t,n,o)):a?t[n]=o:F(n,o)})(Function.prototype,"toString",(function(){return"function"==typeof this&&n(this).source||q(this)}))})),ut=i,it=function(t){return"function"==typeof t?t:void 0},ft=function(t,n){return arguments.length<2?it(ut[t])||it(i[t]):ut[t]&&ut[t][n]||i[t]&&i[t][n]},ct=Math.ceil,at=Math.floor,lt=function(t){return isNaN(t=+t)?0:(t>0?at:ct)(t)},st=Math.min,pt=function(t){return t>0?st(lt(t),9007199254740991):0},yt=Math.max,gt=Math.min,ht=function(t){return function(n,r,e){var o,u=b(n),i=pt(u.length),f=function(t,n){var r=lt(t);return r<0?yt(r+n,0):gt(r,n)}(e,i);if(t&&r!=r){for(;i>f;)if((o=u[f++])!=o)return!0}else for(;i>f;f++)if((t||f in u)&&u[f]===r)return t||f||0;return!t&&-1}},mt={includes:ht(!0),indexOf:ht(!1)}.indexOf,dt=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype"),bt={f:Object.getOwnPropertyNames||function(t){return function(t,n){var r,e=b(t),o=0,u=[];for(r in e)!T(U,r)&&T(e,r)&&u.push(r);for(;n.length>o;)T(e,r=n[o++])&&(~mt(u,r)||u.push(r));return u}(t,dt)}},vt={f:Object.getOwnPropertySymbols},wt=ft("Reflect","ownKeys")||function(t){var n=bt.f(A(t)),r=vt.f;return r?n.concat(r(t)):n},St=function(t,n){for(var r=wt(n),e=M.f,o=E.f,u=0;u=74)&&(nt=kt.match(/Chrome\/(\d+)/))&&(rt=nt[1]);var zt,Dt=rt&&+rt,qt=!!Object.getOwnPropertySymbols&&!f((function(){return!Symbol.sham&&(Nt?38===Dt:Dt>37&&Dt<41)})),Wt=qt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Bt=G("wks"),Gt=i.Symbol,Ht=Wt?Gt:Gt&&Gt.withoutSetter||K,Jt=function(t){return T(Bt,t)&&(qt||"string"==typeof Bt[t])||(qt&&T(Gt,t)?Bt[t]=Gt[t]:Bt[t]=Ht("Symbol."+t)),Bt[t]},Kt=Jt("species"),Qt=function(t,n){var r;return Mt(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Mt(r.prototype)?v(r)&&null===(r=r[Kt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===n?0:n)},Ut=Jt("species"),Vt=Jt("isConcatSpreadable"),Yt=9007199254740991,Xt="Maximum allowed index exceeded",Zt=Dt>=51||!f((function(){var t=[];return t[Vt]=!1,t.concat()[0]!==t})),$t=(zt="concat",Dt>=51||!f((function(){var t=[];return(t.constructor={})[Ut]=function(){return{foo:1}},1!==t[zt](Boolean).foo}))),tn=function(t){if(!v(t))return!1;var n=t[Vt];return void 0!==n?!!n:Mt(t)};!function(t,n){var r,e,o,u,f,c=t.target,a=t.global,l=t.stat;if(r=a?i:l?i[c]||F(c,{}):(i[c]||{}).prototype)for(e in n){if(u=n[e],o=t.noTargetGet?(f=Ct(r,e))&&f.value:r[e],!At(a?e:c+(l?".":"#")+e,t.forced)&&void 0!==o){if(typeof u==typeof o)continue;St(u,o)}(t.sham||o&&o.sham)&&R(u,"sham",!0),ot(r,e,u,t)}}({target:"Array",proto:!0,forced:!Zt||!$t},{concat:function(t){var n,r,e,o,u,i=Rt(this),f=Qt(i,0),c=0;for(n=-1,e=arguments.length;nYt)throw TypeError(Xt);for(r=0;r=Yt)throw TypeError(Xt);Ft(f,c++,u)}return f.length=c,f}}),r.default.fn.bootstrapTable.locales["zh-TW"]={formatCopyRows:function(){return"Copy Rows"},formatPrint:function(){return"Print"},formatLoadingMessage:function(){return"正在努力地載入資料,請稍候"},formatRecordsPerPage:function(t){return"每頁顯示 ".concat(t," 項記錄")},formatShowingRows:function(t,n,r,e){return void 0!==e&&e>0&&e>r?"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(r," 項記錄(從 ").concat(e," 總記錄中過濾)"):"顯示第 ".concat(t," 到第 ").concat(n," 項記錄,總共 ").concat(r," 項記錄")},formatSRPaginationPreText:function(){return"上一頁"},formatSRPaginationPageText:function(t){return"第".concat(t,"頁")},formatSRPaginationNextText:function(){return"下一頁"},formatDetailPagination:function(t){return"總共 ".concat(t," 項記錄")},formatClearSearch:function(){return"清空過濾"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找到符合的結果"},formatPaginationSwitch:function(){return"隱藏/顯示分頁"},formatPaginationSwitchDown:function(){return"顯示分頁"},formatPaginationSwitchUp:function(){return"隱藏分頁"},formatRefresh:function(){return"重新整理"},formatToggle:function(){return"切換"},formatToggleOn:function(){return"顯示卡片視圖"},formatToggleOff:function(){return"隱藏卡片視圖"},formatColumns:function(){return"列"},formatColumnsToggleAll:function(){return"切換所有"},formatFullscreen:function(){return"全屏"},formatAllRows:function(){return"所有"},formatAutoRefresh:function(){return"自動刷新"},formatExport:function(){return"導出數據"},formatJumpTo:function(){return"跳轉"},formatAdvancedSearch:function(){return"高級搜尋"},formatAdvancedCloseButton:function(){return"關閉"},formatFilterControlSwitch:function(){return"隱藏/顯示過濾控制"},formatFilterControlSwitchHide:function(){return"隱藏過濾控制"},formatFilterControlSwitchShow:function(){return"顯示過濾控制"}},r.default.extend(r.default.fn.bootstrapTable.defaults,r.default.fn.bootstrapTable.locales["zh-TW"])})); diff --git a/cps/templates/book_table.html b/cps/templates/book_table.html index d7cee112..f26e488d 100644 --- a/cps/templates/book_table.html +++ b/cps/templates/book_table.html @@ -42,7 +42,7 @@ + data-url="{{url_for('web.list_books')}}" data-locale="{{ g.user.locale }}"> {% if g.user.role_edit() %} @@ -97,6 +97,7 @@ {% endblock %} {% block js %} + {% if not g.user.locale == 'en' %} diff --git a/cps/templates/email_edit.html b/cps/templates/email_edit.html index 698aa6ad..9f23f78b 100644 --- a/cps/templates/email_edit.html +++ b/cps/templates/email_edit.html @@ -80,7 +80,7 @@ -
+
@@ -90,7 +90,7 @@

{{_('Denied Domains (Blacklist)')}}

- +
@@ -120,6 +120,7 @@ {% block js %} {% if g.allow_registration %} + diff --git a/cps/templates/search_form.html b/cps/templates/search_form.html index fa57c85b..b431af1c 100644 --- a/cps/templates/search_form.html +++ b/cps/templates/search_form.html @@ -20,7 +20,7 @@
- + diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index 6e436976..df05f0ad 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -7,6 +7,7 @@ {% endif %} {% if g.user.is_authenticated %} {% if (g.user.role_edit_shelfs() and shelf.is_public ) or not shelf.is_public %} +
{{ _('Delete this Shelf') }}
{{ _('Edit Shelf Properties') }} {% if entries.__len__() %} diff --git a/cps/templates/tasks.html b/cps/templates/tasks.html index 40120335..3ef50474 100644 --- a/cps/templates/tasks.html +++ b/cps/templates/tasks.html @@ -5,7 +5,7 @@ {% block body %}

{{_('Tasks')}}

-
+
{% if g.user.role_admin() %} @@ -25,6 +25,7 @@ {% endblock %} {% block js %} + {% endblock %} diff --git a/cps/templates/user_table.html b/cps/templates/user_table.html index 416f6b7b..84dd114b 100644 --- a/cps/templates/user_table.html +++ b/cps/templates/user_table.html @@ -125,7 +125,7 @@
+ data-url="{{url_for('admin.list_users')}}" data-locale="{{ g.user.locale }}"> @@ -139,7 +139,7 @@ {{ user_table_row('allowed_tags', _("Edit Allowed Tags"), _("Allowed Tags"), false, tags) }} {{ user_table_row('denied_tags', _("Edit Denied Tags"), _("Denied Tags"), false, tags) }} {{ user_table_row('allowed_column_value', _("Edit Allowed Column Values"), _("Allowed Column Values"), false, custom_values) }} - {{ user_table_row('denied_column_value', _("Edit Denied Column Values"), _("Denied Columns Values"), false, custom_values) }} + {{ user_table_row('denied_column_value', _("Edit Denied Column Values"), _("Denied Column Values"), false, custom_values) }} {{ user_checkbox_row("role", "admin_role", _('Admin'), visiblility, all_roles)}} {{ user_checkbox_row("role", "passwd_role", _('Change Password'), visiblility, all_roles)}} {{ user_checkbox_row("role", "upload_role",_('Upload'), visiblility, all_roles)}} @@ -181,6 +181,7 @@ {% endblock %} {% block js %} + @@ -189,4 +190,3 @@ {% endif %} {% endblock %} - diff --git a/cps/translations/cs/LC_MESSAGES/messages.mo b/cps/translations/cs/LC_MESSAGES/messages.mo index aa1ca7c7..d6938a23 100644 Binary files a/cps/translations/cs/LC_MESSAGES/messages.mo and b/cps/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/cs/LC_MESSAGES/messages.po b/cps/translations/cs/LC_MESSAGES/messages.po index d8dc1416..3620dd6b 100644 --- a/cps/translations/cs/LC_MESSAGES/messages.po +++ b/cps/translations/cs/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-06-09 21:11+0100\n" "Last-Translator: Lukas Heroudek \n" "Language: cs_CZ\n" @@ -17,733 +17,743 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "nainstalováno" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "není nainstalováno" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "nainstalováno" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statistika" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Server restartován, znovu načtěte stránku" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Vypínám server, zavřete okno" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Úspěšně obnovené připojení" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Neznámý příkaz" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Neznámý" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Stránka správce" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Základní konfigurace" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Konfigurace uživatelského rozhraní" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Uživatel admin" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Vše" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Uživatel nenalezen" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Zobrazit vše" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Nezbývá žádný správce, nelze odebrat roli správce" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Konfigurace Calibre-Web aktualizována" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Opravdu chcete odstranit Kobo token?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Jste si jisti, že chcete odstranit tuto polici?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Jste si jisti, že chcete odstranit tuto polici?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Jste si jisti, že chcete odstranit tuto polici?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Jste si jisti, že chcete odstranit tuto polici?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Opravdu chcete vypnout?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Zakázat" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Povolit" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json není nakonfigurováno pro webové aplikace" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "Umístění zápisového souboru není platné. Určete prosím platnou polohu" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "Umístění zápisového souboru pro přístup není platné. Určete prosím platnou polohu" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Prosím zadejte LDAP poskytovatele, port, DN a Identifikátor objektu uživatele" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Zadejte platné uživatelské jméno pro obnovení hesla" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "Filtr objektů skupiny LDAP musí mít jeden “%s” formátový identifikátor" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "Filtr objektů skupiny LDAP má nesrovnatelnou závorku" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "Filtr uživatelských objektů LDAP musí mít jeden “%s” formátový identifikátor" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "Filtr uživatelských objektů LDAP má nesrovnatelnou závorku" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "Umístění databáze není platné, opravte prosím cestu" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "Databáze není zapisovatelná" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "Umístění souboru klíčů není platné, zadejte prosím správnou cestu" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "Umístění certifikátu není platné, zadejte prosím správnou cestu" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Nastavení e-mailového serveru aktualizováno" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Konfigurace funkcí" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Vyplňte všechna pole!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "E-mail není z platné domény" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Přidat nového uživatele" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Uživatel '%(user)s' vytvořen" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Byl nalezen existující účet pro tuto e-mailovou adresu nebo přezdívku." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Uživatel '%(nick)s' smazán" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Nezbývá žádný správce, nemůžete jej odstranit" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Upravit uživatele %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Uživatel '%(nick)s' aktualizován" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Neznámá chyba. Opakujte prosím později." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Změnit SMTP nastavení" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Při odesílání zkušebního e-mailu došlo k chybě: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Prvně nastavte svou e-mailovou adresu..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Nastavení e-mailového serveru aktualizováno" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Heslo pro uživatele %(user)s resetováno" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Nejprve nakonfigurujte nastavení pošty SMTP..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Prohlížeč log souborů" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Požadování balíčku aktualizace" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Stahování balíčku aktualizace" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Rozbalování balíčku aktualizace" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Nahrazování souborů" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Databázová připojení jsou uzavřena" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Zastavuji server" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Aktualizace dokončena, klepněte na tlačítko OK a znovu načtěte stránku" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Aktualizace selhala:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP chyba" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Chyba připojení" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Vypršel časový limit při navazování spojení" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Všeobecná chyba" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Aktualizační soubor nemohl být uložen do Temp Dir" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Nepodařilo se vytvořit nejméně jednoho uživatele LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Nepodařilo se vytvořit nejméně jednoho uživatele LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Chyba: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Chyba: Žádná reakce od uživatele LDAP serveru" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Nejméně jeden uživatel LDAP nenalezen v databázi" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "není nakonfigurováno" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Chybí povolení k exekuci" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "Vlastní sloupec %(column)d neexistuje v databázi" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Formát knihy úspěšně smazán" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Kniha úspěšně smazána" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Jejda! Vybraná kniha není k dispozici. Soubor neexistuje nebo není přístupný" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "upravit metadata" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s není platným jazykem" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Soubor s příponou '%(ext)s' nelze odeslat na tento server" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Soubor, který má být odeslán musí mít příponu" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Nepodařilo se vytvořit cestu %(path)s (oprávnění odepřeno)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Uložení souboru %(file)s se nezdařilo." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Chyba databáze: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Formát souboru %(ext)s přidán do %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metadata úspěšně aktualizována" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Chyba při úpravách knihy, zkontrolujte prosím log pro podrobnosti" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Nahraná kniha pravděpodobně existuje v knihovně, zvažte prosím změnu před nahráním nové: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Soubor %(filename)s nemohl být uložen do dočasného adresáře" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Nepodařilo se přesunout soubor obalu %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Soubor %(file)s nahrán" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Chybí zdrojový nebo cílový formát pro převod" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Kniha byla úspěšně zařazena do fronty pro převod do %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Při převodu této knihy došlo k chybě: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Google Drive nastavení nebylo dokončeno, zkuste znovu deaktivovat a aktivovat Google Drive" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Doména zpětného volání není ověřena, postupujte podle pokynů k ověření domény v konzole pro vývojáře google" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s formát pro knihu: %(book)d nenalezen" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s nenalezen na Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s nenalezen: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Poslat do Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Tento e-mail byl odeslán přes Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web zkušební e-mail" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Zkušební e-mail" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Začínáme s Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Registrační e-mail pro uživatele: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Převést %(orig)s do %(format)s a poslat do Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Poslat %(format)s do Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Poslat do Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Požadovaný soubor nelze přečíst. Možná nesprávná oprávnění?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "Mazání knihy selhalo %(id)s failed: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Mazání knihy %(id)s, cesta ke knize není platná %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Přejmenování názvu z: '%(src)s' na '%(dest)s' selhalo chybou: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Přejmenování souboru v cestě '%(src)s' na '%(dest)s' selhalo chybou: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Soubor %(file)s nenalezen na Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Cesta ke knize %(path)s nebyla nalezena na Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Byl nalezen existující účet pro tuto e-mailovou adresu." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Zadané uživatelské jméno je již použito" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Chyba stahování obalu" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Chyba formátu obalu" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Vytvoření cesty obalu selhalo" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Soubor obalu není platný, nebo nelze uložit" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Pouze jpg/jpeg jsou podporované soubory pro obal" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Unrar binární soubor nenalezen" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Chyba provádění UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Čekám" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Selhalo" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Spuštěno" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Dokončeno" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Neznámý stav" @@ -755,78 +765,78 @@ msgstr "Pro získání platného api_endpoint pro zařízení Kobo, přístupte msgid "Kobo Setup" msgstr "Kobo nastavení" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Registrovat s %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "nyní jste přihlášen jako: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Připojení k %(oauth)s úspěšné" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Přihlášení selhalo, žádný uživatel s OAuth účtem" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Odpojení od %(oauth)s úspěšné" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Odpojení od %(oauth)s selhalo" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Přihlášení pomocí GitHub selhalo." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Nepodařilo se načíst informace o uživateli z GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Přihlášení pomocí Google selhalo." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Nepodařilo se načíst informace o uživateli z Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub Oauth chyba, prosím opakujte později." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google Oauth chyba, prosím opakujte později." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Přihlásit" @@ -842,7 +852,7 @@ msgstr "Token vypršel" msgid "Success! Please return to your device" msgstr "Úspěch! Vraťte se prosím do zařízení" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Knihy" @@ -863,15 +873,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Nejlépe hodnocené knihy" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Zobrazit nejlépe hodnocené knihy" @@ -898,54 +908,54 @@ msgid "Discover" msgstr "Objevte" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Zobrazit náhodné knihy" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Kategorie" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Zobrazit výběr kategorie" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Série" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Zobrazit výběr sérií" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Autoři" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Zobrazit výběr autora" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Vydavatelé" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Zobrazit výběr vydavatele" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Jazyky" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Zobrazit výběr jazyka" @@ -953,7 +963,7 @@ msgstr "Zobrazit výběr jazyka" msgid "Ratings" msgstr "Hodnocení" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Zobrazit výběr hodnocení" @@ -961,7 +971,7 @@ msgstr "Zobrazit výběr hodnocení" msgid "File formats" msgstr "Formáty souborů" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Zobrazit výběr formátů" @@ -969,7 +979,7 @@ msgstr "Zobrazit výběr formátů" msgid "Archived Books" msgstr "Archivované knihy" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Zobrazit archivované knihy" @@ -977,178 +987,178 @@ msgstr "Zobrazit archivované knihy" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Zadána neplatná police" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Lituji, nejste oprávněni přidat knihu do police: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Kniha je již součástí police: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Kniha byla přidána do police: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Nejste oprávněni přidat knihu do police: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Knihy jsou již součástí police: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Knihy byly přidány do police: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Nelze přidat knihy do police: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Kniha byla odebrána z police: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Lituji, nejste oprávněni odebrat knihu z této police: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Vytvořit polici" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Lituji, nejste oprávněni odebrat knihu z této police: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Upravit polici" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Police %(title)s vytvořena" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Police %(title)s změněna" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Došlo k chybě" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Veřejná police s názvem '%(title)s' již existuje." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Osobní police s názvem ‘%(title)s’ již existuje." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Změnit pořadí Police: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Police: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Chyba otevírání police. Police neexistuje nebo není přístupná" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Neočekávaná data při čtení informací o aktualizaci" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Aktualizace není k dispozici. Máte nainstalovanou nejnovější verzi" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Nová aktualizace k dispozici. Klepnutím na tlačítko níže aktualizujte na nejnovější verzi." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Nelze získat informace o aktualizaci" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Klepnutím na tlačítko níže aktualizujte na nejnovější stabilní verzi." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Nová aktualizace k dispozici. Klepnutím na tlačítko níže aktualizujte na verzi: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Nejsou k dispozici žádné informace o verzi" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Objevte (Náhodné knihy)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Žhavé knihy (Nejstahovanější)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Autoři: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Vydavatel: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Série: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Hodnocení: %(rating)s stars" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Soubor formátů: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Kategorie: %(name)s" @@ -1158,166 +1168,166 @@ msgstr "Kategorie: %(name)s" msgid "Language: %(name)s" msgstr "Jazyky: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Rozšířené hledání" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Hledat" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Stáhnutí" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Seznam hodnocení" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Seznam formátů" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Úlohy" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Vydáno po " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Vydáno před " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Hodnocení <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Hodnocení >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Kniha byla úspěšně zařazena do fronty pro odeslání na %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Při odesílání této knihy došlo k chybě: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Nejprve nakonfigurujte vaši kindle e-mailovou adresu.." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "E-mailový server není nakonfigurován, kontaktujte svého správce!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Registrovat" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Váš e-mail nemá povolení k registraci" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Potvrzovací e-mail byl odeslán na váš účet." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Nelze aktivovat ověření LDAP" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Záložní přihlášení jako: ‘%(nickname)s’, server LDAP není dosažitelný nebo neznámý uživatel" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Nelze se přihlásit: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Špatné uživatelské jméno nebo heslo" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Nové heslo bylo zasláno na vaši emailovou adresu" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Zadejte platné uživatelské jméno pro obnovení hesla" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Nyní jste přihlášeni jako: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)s profil" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profil aktualizován" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Calibre převaděč %(tool)s nenalezen" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Kepubify-převaděč selhal: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Převedený soubor nebyl nalezen nebo více než jeden soubor ve složce %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Převaděč eknih selhal: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1326,39 +1336,39 @@ msgstr "" msgid "Users" msgstr "Uživatelé" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Přezdívka" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "E-mail" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Poslat do Kindle e-mailová adresa" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Správce" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Heslo" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Nahrávat" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Stahovat" @@ -1366,15 +1376,15 @@ msgstr "Stahovat" msgid "View Books" msgstr "Prohlížení knih" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Upravovat" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Smazat" @@ -1394,24 +1404,24 @@ msgstr "Importovat LDAP uživatele" msgid "E-mail Server Settings" msgstr "Nastavení e-mailového serveru SMTP" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP hostitel" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP port" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Šifrování" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP přihlášení" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Z e-mailu" @@ -1431,7 +1441,7 @@ msgstr "Konfigurace" msgid "Calibre Database Directory" msgstr "Calibre DB adresář" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Úroveň logu" @@ -1443,7 +1453,7 @@ msgstr "Port" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Knihy na stránku" @@ -1467,7 +1477,7 @@ msgstr "Magic Link vzdálené přihlášení" msgid "Reverse Proxy Login" msgstr "Reverzní proxy přihlášení" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Název záhlaví reverzního proxy" @@ -1524,39 +1534,39 @@ msgstr "Detaily" msgid "Current version" msgstr "Současná verze" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Zkontrolovat aktualizace" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Provést aktualizaci" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Opravdu chcete restartovat?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "OK" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Zrušit" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Opravdu chcete vypnout?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Probíhá aktualizace, prosím nenačítejte stránku znovu" @@ -1569,39 +1579,39 @@ msgid "In Library" msgstr "V knihovně" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "redukovat" @@ -1621,629 +1631,644 @@ msgstr "Smazat formáty:" msgid "Convert book format:" msgstr "Převést formát knihy:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Převést z:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "vyberte možnost" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Převést do:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Převést knihu" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Název knihy" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Autor" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Popis" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identifikátory" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Typy identifikátorů" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Hodnota identifikátorů" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Odstranit" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Přidat identifikátor" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Štítky" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "ID série" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Hodnocení" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Adresa URL obalu (jpg, obal je stažen a uložen v databázi, pole je potom opět prázdné)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Nahrát obal z místní jednotky" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Datum vydání" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Vydavatel" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Jazyk" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Ano" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Ne" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Nahrát formát" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Zobrazit knihu po uložení" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Získat metadata" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Uložit" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Klíčové slovo" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr "Hledat klíčové slovo" -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Kliknutím na obal načtěte metadata do formuláře" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Načítání..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Zavřít" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Zdroj" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Chyba vyhledávání!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Nebyly nalezeny žádné výsledky! Zadejte jiné klíčové slovo." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Název" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Jste si opravdu jisti?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Umístění Calibre databáze" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Použít Google Drive?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Ověřit Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre složka" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "ID kanálu sledování metadat" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Odvolat" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "Umístění databáze není platné, opravte prosím cestu" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Nastavení serveru" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Server port" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Umístění certifikátu SSL (ponechte prázdné pro servery jiné než SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Umístění souboru s klíčem SSL (ponechte prázdné pro servery jiné než SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Aktualizační kanál" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Stabilní" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Noční" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Konfigurace log souboru" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Umístění a jméno log souboru (calibre-web.log pro žádnou položku)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Povolit log přístupů" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Umístění a jméno logu přístupů (access.log pro žádnou položku)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Konfigurace funkcí" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Povolit nahrávání" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Povolené nahrávání formátů souborů" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Povolit anonymní prohlížení" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Povolit veřejnou registraci" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Použít e-mail jako přezdívku" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Povolit Magic Link vzdálené přihlášení" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Povolit Kobo synchronizaci" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Proxy neznámé požadavky na obchod Kobo" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Použít Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Získat API klíč" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API Klíč" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API tajemství" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Povolit reverzní ověření proxy" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Typ přihlášení" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Použít standartní ověření" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Použít ověření LDAP" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Použít OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Název hostitele serveru LDAP nebo IP adresa" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "LDAP Server Port" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "LDAP Šifrování" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Žádné" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "LDAP Ověření" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anonymní" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Neověřeno" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Jednoduché" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "Uživatelské jméno správce LDAP" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "Heslo správce LDAP" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "Rozlišující název LDAP (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "Filtr objektu uživatele LDAP" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "Server LDAP je OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "Následující nastavení jsou potřeba pro import uživatele" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "Filtr objektů skupiny LDAP" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "Jméno skupiny LDAP" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "Pole členů skupiny LDAP" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Získat %(provider)s OAuth pověření" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth Klient Id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Klient Tajemství" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Externí binární soubory" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Cesta k převaděči e-knih Calibre" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Nastavení převaděče e-knih Calibre" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Cesta k převaděči e-knih Kepubify" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Umístění Unrar binarních souborů" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Prohlížet konfiguraci" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Počet náhodných knih k zobrazení" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Počet autorů k zobrazení před skrytím (0 = Zakázat skrytí)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Motiv" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Standartní motiv" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Tmavý motiv" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Regulární výraz pro ignorování sloupců" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Propojit stav čtení/nepřečtení do sloupce Calibre" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Zobrazit omezení podle Calibre sloupce" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Regulární výraz pro řazení názvů" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Výchozí nastavení pro nového uživatele" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Uživatel admin" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Povolit stahování" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Povolit prohlížeč knih" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Povolit nahrávání" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Povolit úpravy" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Povolit mazání knih" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Povolit změnu hesla" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Povolit úpravy veřejných polic" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Vynechat jazyky" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Zobrazit knihy s jazykem" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Výchozí zobrazení pro nové uživatele" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Zobrazit náhodné knihy v podrobném zobrazení" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Přidat povolené/zakázané štítky" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Přidat povolené/zakázané hodnoty vlastních sloupců" @@ -2264,115 +2289,115 @@ msgstr "" msgid "Published" msgstr "Publikováno" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Označit jako nepřečtené" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Označit jako přečtené" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Přečteno" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Obnovit z archivu" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Archívovat" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Archivováno" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Popis:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Přidat do police" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Veřejné)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Upravit metadata" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP heslo" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Limit velikosti souboru" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Uložit nastavení a odeslat zkušební e-mail" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Zpět" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Povolené domény pro registraci" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Přidat doménu" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Přidat" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Zadejte jméno domény" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Zakázané domény pro registraci" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Další" @@ -2398,12 +2423,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2475,8 +2500,8 @@ msgstr "Knihy řazené podle hodnocení" msgid "Books ordered by file formats" msgstr "Knihy seřazené podle souboru formátů" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Police" @@ -2496,60 +2521,60 @@ msgstr "Přepnout navigaci" msgid "Search Library" msgstr "Hledat v knihovně" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Nahrávání..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Chyba" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Nahrávání hotovo, zpracovávám, čekejte prosím..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Nastavení" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Účet" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Odhlásit se" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Nahrávání..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Prosím neobnovujte stránku" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Procházet" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "O knihovně" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Předchozí" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Podrobnosti o knize" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Nahrávání hotovo, zpracovávám, čekejte prosím..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Chyba" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Zapamatovat si" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Zapomenuté heslo?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Přihlásit se pomocí Magic Link" @@ -2784,7 +2809,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "Čtečka PDF" @@ -2803,27 +2828,27 @@ msgstr "Čtečka PDF" msgid "Register New Account" msgstr "Založit nový účet" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Zvolte uživatelské jméno" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Vaše e-mailová adresa" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magic Link - Schválit nové zařízení" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Použijte své druhé zařízení, přihlaste se a navštivte:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Jakmile tak učiníte, budete automaticky přihlášeni na tomto zařízení." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Tento ověřovací odkaz vyprší za 10 minut." @@ -2839,88 +2864,88 @@ msgstr "Termín vyhledávání:" msgid "Results for:" msgstr "Výsledky pro:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Datum vydání od" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Datum vydání do" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Vynechat štítky" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Vynechat série" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Vynechat série" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Vynechat jazyky" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Přípony" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Vynechat přípony" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Hodnoceni více než" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Hodnocení méně než" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Smazat tuto polici" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Police bude smazána pro všechny uživatele" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Sdílet se všemi" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2928,7 +2953,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Přetažením uspořádáte pořadí" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Skrytá kniha" @@ -2988,55 +3013,47 @@ msgstr "Doba spuštění" msgid "Start Time" msgstr "Čas spuštění" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Odstranit dokončené úkoly" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Skrýt všechny úkoly" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Resetovat uživatelské heslo" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Zobrazit knihy s jazykem" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Nastavení OAuth" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Připojit" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Odpojit" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo Sync token" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Vytvořit/Prohlížet" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Přidat povolené/zakázané hodnoty vlastních sloupců" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Odstranit tohoto uživatele" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Vygenerovat URL pro Kobo Auth" @@ -3044,102 +3061,102 @@ msgstr "Vygenerovat URL pro Kobo Auth" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Uživatel admin" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Zvolte uživatelské jméno" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Vaše e-mailová adresa" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Poslat do Kindle e-mailová adresa" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Zkušební e-mail" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Měřítko" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 #, fuzzy msgid "Edit Allowed Tags" msgstr "Vybrat povolené/zakázané štítky" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 #, fuzzy msgid "Edit Denied Tags" msgstr "Vybrat povolené/zakázané štítky" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Edit Allowed Column Values" msgstr "Přidat povolené/zakázané hodnoty vlastních sloupců" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Allowed Column Values" msgstr "Přidat povolené/zakázané hodnoty vlastních sloupců" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy msgid "Edit Denied Column Values" msgstr "Přidat povolené/zakázané hodnoty vlastních sloupců" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Přidat povolené/zakázané hodnoty vlastních sloupců" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Povolit změnu hesla" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Veřejná police" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Zobrazit výběr sérií" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Zobrazit náhodné knihy" diff --git a/cps/translations/de/LC_MESSAGES/messages.mo b/cps/translations/de/LC_MESSAGES/messages.mo index a048fc1f..061c0e94 100644 Binary files a/cps/translations/de/LC_MESSAGES/messages.mo and b/cps/translations/de/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/de/LC_MESSAGES/messages.po b/cps/translations/de/LC_MESSAGES/messages.po index 4e845366..6cc8a034 100644 --- a/cps/translations/de/LC_MESSAGES/messages.po +++ b/cps/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2021-08-01 17:24+0200\n" "Last-Translator: Ozzie Isaacs\n" "Language: de\n" @@ -18,724 +18,734 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "Installiert" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "Nicht installiert" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "Installiert" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statistiken" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Server neu gestartet, Seite bitte neu laden" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Server wird heruntergefahren, Fenster bitte schließen" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Erfolgreich neu verbunden" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Unbekannter Befehl" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Unbekannt" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Admin Seite" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Basiskonfiguration" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Benutzeroberflächenkonfiguration" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" msgstr "Benutzer bearbeiten" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Alle" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Benutzer nicht gefunden" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "{} Benutzer erfolgreich gelöscht" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Zeige alle" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "Ungültige Anfrage" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "Guest Name kann nicht geändert werden" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "Guest Benutzer kann diese Rolle nicht haben" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Kein Admin Benutzer verblieben Admin Berechtigung kann nicht entfernt werden" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "Wert muss true oder false sein" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "Ungültige Rolle" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "Guest Benutzer kann diese Sichtbarkeit nicht haben" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "Ungültige Sichtbarkeit" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "Guest Sprache wird automatisch bestimmt und kann nicht eingestellt werden" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "Keine gültige Sprache gewählt" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "Keine gültige Buchsprache gewählt" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "Parameter wurde nicht gefunden" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "Ungültige Lese Spalte" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "Ungültiger Spaltenname für Einschränkung" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Konfiguration von Calibre-Web wurde aktualisiert" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Möchten Sie wirklich den Kobo Token löschen?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "Möchten Sie wirklich diese Domain löschen?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "Möchten Sie wirklich diesen Benutzer löschen?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Möchten Sie wirklich dieses Bücherregal löschen?" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Möchten Sie wirklich die Anzeigesprache der ausgewählten Benutzer ändern?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "Möchten Sie wirklich die Büchersprachen für die ausgewählten Benutzer ändern?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "Möchten Sie wirklich die ausgewählte Rolle für die ausgewählten Benutzer verändern?" -#: cps/admin.py:585 +#: cps/admin.py:586 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Möchten Sie wirklich die ausgewählten Sichtbarkeitsbeschränkungen der ausgewählten Benutzer ändern?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "Möchten Sie wirklich die Sichtbarkeiten für die ausgewählten Benutzer verändern?" -#: cps/admin.py:589 +#: cps/admin.py:590 msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Möchten Sie wirklich die Synchronisation von Bücherregalen für die ausgewählten Benutzer verändern?" -#: cps/admin.py:591 +#: cps/admin.py:592 msgid "Are you sure you want to change Calibre library location?" msgstr "Ort der Calibre Datenbank editieren?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "Tag nicht gefunden" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "Ungültige Aktion" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Verbieten" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Erlauben" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json ist nicht für Web Anwendungen konfiguriert" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "Logdatei Pfad ist ungültig, bitte einen gültigen Pfad angeben" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "Zugriffs Logdatei Pfad ist ungültig, bitte einen gültigen Pfad angeben" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Bitte einen LDAP Server, Port, DN und Benutzer Objekt angeben" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "Bitte einen LDAP Service Account und Password eingeben" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "Bitte einen LDAP Service Account eingeben" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "LDAP Gruppen Objekt Filter benötigt genau eine \"%s\" Format Kennung" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "LDAP Gruppen Objekt Filter hat ungleiche Anzahl von Klammern" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP Benutzer Objekt Filter benötigt genau eine \"%s\" Format Kennung" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "LDAP Benutzer Objekt Filter hat ungleiche Anzahl von Klammern" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "Der LDAP Member User Filter benötigt genau eine \"%s\" Formatierungsmarkierung" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "LDAP Member User Filter hat eine ungleiche Anzahl von geöffneten und geschlossenen Klammern" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "LDAP CA-Zertifikat, Zertifikat oder Key Datei ist kein gültiger Pfad" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "Einstellungsdatenbank ist nicht schreibbar" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "DB Pfad ist nicht gültig, bitte einen gültigen Pfad angeben" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "Datenbank ist nicht schreibbar" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "Schlüsseldatei ist ungültig, bitte einen gültigen Pfad angeben" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "Zertifikatsdatei ist ungültig, bitte einen gültigen Pfad angeben" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Einstellungen des E-Mail-Servers aktualisiert" + +#: cps/admin.py:1324 msgid "Database Configuration" msgstr "Datenbank-Konfiguration" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Bitte alle Felder ausfüllen!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "E-Mail bezieht sich nicht auf eine gültige Domain" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Neuen Benutzer hinzufügen" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Benutzer '%(user)s' angelegt" -#: cps/admin.py:1365 +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." msgstr "Es existiert bereits ein Account für diese E-Mailadresse oder diesen Benutzernamen." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Benutzer '%(nick)s' gelöscht" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "Guest Benutzer kann nicht gelöscht werden" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Benutzer kann nicht gelöscht werden, es wäre kein Admin Benutzer übrig" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Benutzer %(nick)s bearbeiten" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Benutzer '%(nick)s' aktualisiert" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Es ist ein unbekannter Fehler aufgetreten. Bitte später erneut versuchen." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "SMTP-Einstellungen ändern" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "Gmail Account Verifikation erfolgreich" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "Test E-Mail an %(email)s wurde zum Senden in die Warteschlange eingereiht, für das Ergebnis bitte Aufgaben überprüfen" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Es trat ein Fehler beim Versenden der Test-E-Mail auf: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Bitte zuerst E-Mail Adresse konfigurieren..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Einstellungen des E-Mail-Servers aktualisiert" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Passwort für Benutzer %(user)s wurde zurückgesetzt" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Bitte zuerst die SMTP-Einstellung konfigurieren ..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Logdatei Anzeige" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Frage Update an" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Lade Update herunter" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Entpacke Update" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Ersetze Dateien" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Schließe Datenbankverbindungen" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Stoppe Server" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Update abgeschlossen, bitte okay drücken und Seite neu laden" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Update fehlgeschlagen:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP Fehler" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Verbindungsfehler" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Timeout beim Verbindungsaufbau" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Allgemeiner Fehler" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Updatedatei konnte nicht in Temporärem Ordner gespeichert werden" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Mindestens ein LDAP Benutzer konnte nicht erzeugt werden" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Mindestens ein LDAP Benutzer konnte nicht erzeugt werden" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Fehler: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Fehler: Keine Benutzerinformationen von LDAP Server empfangen" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Mindestens ein LDAP Benutzer wurde nicht in der Datenbank gefudnen" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} Benutzer erfolgreich importiert" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "Nicht konfiguriert" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Ausführeberechtigung fehlt" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "Benutzerdefinierte Spalte Nr. %(column)d ist nicht in Calibre Datenbank vorhanden" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Buch Format erfolgreich gelöscht" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Buch erfolgreich gelöscht" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Öffnen des Buchs fehlgeschlagen. Datei existiert nicht oder ist nicht zugänglich" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "Metadaten editieren" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "%(seriesindex)s ist keine gültige Zahl, Eintrag wird ignoriert" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s ist keine gültige Sprache" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Dateiendung '%(ext)s' kann nicht auf diesen Server hochgeladen werden" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Dateien müssen eine Erweiterung haben, um hochgeladen zu werden" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Fehler beim Erzeugen des Pfads %(path)s (Zugriff verweigert)" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Fehler beim Speichern der Datei %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Datenbankfehler: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Dateiformat %(ext)s zu %(book)s hinzugefügt" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "IDs unterscheiden nicht Groß-Kleinschreibung, alte ID wird überschrieben" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metadaten wurden erfolgreich aktualisiert" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Fehler beim Editieren des Buchs, Details im Logfile" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Das hochgeladene Buch existiert evtl. schon in der Bibliothek: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Die Datei %(filename)s konnte nicht im temporären Ordner gespeichert werden" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Fehler beim Verschieben der Cover Datei %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Datei %(file)s hochgeladen" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Quell- oder Zielformat für Konvertierung fehlt" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Buch wurde erfolgreich für die Konvertierung nach %(book_format)s eingereiht" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Es trat ein Fehler beim Konvertieren des Buches auf: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Google Drive Setup is nicht komplett, bitte versuche Google Drive zu deaktivieren und aktiviere es anschließend erneut" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Callback Domain ist nicht verifiziert, bitte Domain in der Google Developer Console verifizieren" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s Format für Buch-ID %(book)d nicht gefunden" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s von Buch %(fn)s nicht auf Google Drive gefunden" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s nicht gefunden: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "An Kindle senden" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Diese E-Mail wurde durch Calibre-Web versendet." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web Test-E-Mail" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Test-E-Mail" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Loslegen mit Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Registrierungs-E-Mail für Benutzer %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Konvertiere %(orig)s nach %(format)s und sende an Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Sende %(format)s an Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "An Kindle senden" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Die angeforderte Datei konnte nicht gelesen werden. Evtl. falsche Zugriffsrechte?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "Löschen des Ordners für Buch %(id)s ist fehlgeschlagen, der Pfad hat Unterordner: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "Löschen von Buch %(id)s fehlgeschlagen: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Lösche Buch %(id)s nur aus Datenbank, Pfad zum Buch in Datenbank ist nicht gültig: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Umbenennen des Titels '%(src)s' zu '%(dest)s' schlug fehl: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Umbenennen der Datei im Pfad '%(src)s' nach '%(dest)s' ist fehlgeschlagen: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Datei %(file)s wurde nicht auf Google Drive gefunden" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Buchpfad %(path)s wurde nicht auf Google Drive gefunden" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" msgstr "Es existiert bereits ein Benutzer für diese E-Mailadresse" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Benutzername ist schon vorhanden" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "Ungültiges E-Mail Adressformat" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Fehler beim Herunterladen des Covers" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Coverdatei fehlerhaft" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Fehler beim Erzeugen des Ordners für die Coverdatei" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Cover Datei ist keine gültige Bilddatei, kann nicht gespeichert werden" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Nur jpg/jpeg/png/webp/bmp Dateien werden als Coverdatei unterstützt" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Es werden nur jpg/jpeg Dateien als Cover untertützt" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "UnRar Programm nicht gefunden" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Fehler beim ausführen von UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Wartend" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Fehlgeschlagen" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Gestartet" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Beendet" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Unbekannter Status" @@ -747,78 +757,78 @@ msgstr "Bitte nicht von \"localhost\" auf Calibre-Web zugreifen, um einen gülti msgid "Kobo Setup" msgstr "Kobo Setup" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Anmelden mit %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "Du bist nun eingeloggt als '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Verbindung mit %(oauth)s erfolgreich" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Login fehlgeschlagen, es ist kein Benutzer mit diesem Account verbunden" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Verbindung zu %(oauth)s erfolgreich getrennt" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Verbindung mit %(oauth)s fehlgeschlagen" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Nicht mit %(oauth)s verbunden" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Login mit Github fehlgeschlagen." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Laden der Benutzerinformationen von Github fehlgeschlagen." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Login mit Google fehlgeschlagen." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Laden der Benutzerinformationen von Google fehlgeschlagen." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub Oauth Fehler, bitte später erneut versuchen." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "Github Oauth Fehler {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google Oauth Fehler, bitte später erneut versuchen." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Google Oauth Fehler: {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} Sterne" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Login" @@ -834,7 +844,7 @@ msgstr "Token ist abgelaufen" msgid "Success! Please return to your device" msgstr "Erfolg! Bitte zum Gerät zurückkehren" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Bücher" @@ -855,15 +865,15 @@ msgid "Downloaded Books" msgstr "Heruntergeladene Bücher" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Zeige heruntergeladene Bücher" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Best bewertete Bücher" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Bestbewertete Bücher anzeigen" @@ -890,54 +900,54 @@ msgid "Discover" msgstr "Entdecke" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Zeige zufällige Bücher" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Kategorien" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Zeige Kategorienauswahl" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Serien" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Zeige Serienauswahl" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Autoren" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Zeige Autorenauswahl" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Verleger" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Zeige Verlegerauswahl" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Sprachen" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Zeige Sprachauswahl" @@ -945,7 +955,7 @@ msgstr "Zeige Sprachauswahl" msgid "Ratings" msgstr "Bewertungen" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Zeige Bewertungsauswahl" @@ -953,7 +963,7 @@ msgstr "Zeige Bewertungsauswahl" msgid "File formats" msgstr "Dateiformate" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Zeige Dateiformatauswahl" @@ -961,7 +971,7 @@ msgstr "Zeige Dateiformatauswahl" msgid "Archived Books" msgstr "Archivierte Bücher" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Zeige archivierte Bücher" @@ -969,176 +979,176 @@ msgstr "Zeige archivierte Bücher" msgid "Books List" msgstr "Bücherliste" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Zeige Bücherliste" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Ungültiges Bücherregal angegeben" -#: cps/shelf.py:75 +#: cps/shelf.py:73 msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Du hast keine Berechtigung, ein Buch zu diesem Bücherregal hinzuzufügen" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Buch ist bereits Teil des Bücherregals %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Das Buch wurde dem Bücherregal %(sname)s hinzugefügt" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Dir ist es nicht erlaubt, ein Buch zum Bücherregal %(name)s hinzuzufügen" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Bücher sind bereits Teil des Bücherregals %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Bücher wurden zum Bücherregal %(sname)s hinzugefügt" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Bücher konnten nicht zum Bücherregal %(sname)s hinzugefügt werden" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Das Buch wurde aus dem Bücherregal: %(sname)s entfernt" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Dir ist es nicht erlaubt, Bücher aus dem Bücherregal %(sname)s zu entfernen" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Bücherregal erzeugen" -#: cps/shelf.py:238 +#: cps/shelf.py:236 msgid "Sorry you are not allowed to edit this shelf" msgstr "Dir ist es nicht erlaubt, dieses Bücherregal zu editieren" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Bücherregal editieren" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Bücherregal %(title)s erzeugt" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Bücherregal %(title)s verändert" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Es trat ein Fehler auf" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Es existiert bereit ein öffentliches Bücherregal mit dem Name '%(title)s'." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Es existiert bereit ein privates Bücherregal mit dem Name '%(title)s'." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Reihenfolge in Bücherregal '%(name)s' verändern" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Bücherregal: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Fehler beim Öffnen des Bücherregals. Bücherregal exisitert nicht oder ist nicht zugänglich" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Updateinformationen enthalten unbekannte Daten" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Kein Update verfügbar. Es ist bereits die aktuellste Version installiert" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Es sind Updates verfügbar. Klicke auf den Button unten, um auf die aktuellste Version zu aktualisieren." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Updateinformationen konnten nicht geladen werden" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Klicke auf den Button unten, um auf die letzte stabile Version zu aktualisieren." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Ein neues Update ist verfügbar. Klicke auf den Button unten, um auf Version: %(version)s zu aktualisieren" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Keine Releaseinformationen verfügbar" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Entdecke (Zufällige Bücher)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Beliebte Bücher (am meisten Downloads)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Von %(user)s heruntergeladene Bücher" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Author: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Verleger: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Serie: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Bewertung: %(rating)s Sterne" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Dateiformat: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Kategorie: %(name)s" @@ -1148,166 +1158,166 @@ msgstr "Kategorie: %(name)s" msgid "Language: %(name)s" msgstr "Sprache: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Erweiterte Suche" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Suche" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Downloads" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Bewertungsliste" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Liste der Dateiformate" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Aufgaben" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Herausgegeben nach dem " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Herausgegeben vor dem " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Bewertung <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Bewertung >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Lesestatus = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "Fehler bei der Suche nach eigenen Spalten, bitte Calibre-Web neustarten" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Buch erfolgreich zum Senden an %(kindlemail)s eingereiht" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Beim Senden des Buchs trat ein Fehler auf: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Bitte zuerst die Kindle E-Mailadresse konfigurieren..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "Der E-Mail Server ist nicht konfigurierte, bitte den Administrator kontaktieren!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Registrieren" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Diese E-Mail ist nicht für die Registrierung zugelassen" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Eine Bestätigungs-E-Mail wurde an deinen E-Mail Account versendet." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "LDAP-Authentifizierung kann nicht aktiviert werden" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Rückfall Login als: '%(nickname)s', LDAP Server ist nicht erreichbar, oder der Nutzer ist unbekannt" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Login nicht erfolgreich: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Falscher Benutzername oder Passwort" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Das neue Passwort wurde an die E-Mail Adresse verschickt" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Bitte einen gültigen Benutzernamen zum Zurücksetzen des Passworts angeben" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Eingeloggt als: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)s's Profil" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profil aktualisiert" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "Keine gültige gmail.json Datei mit Oauth informationen gefunden" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Calibre E-Book Konverter %(tool)s nicht gefunden" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "%(format)s Format nicht gefunden" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "EBook Converter mit unbekanntem Fehler fehlgeschlagen" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Kepubify Konverter Aufruf fehlgeschlagen: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Konvertierte Datei nicht gefunden, oder mehr als eine Datei im Pfad %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Fehler des EBook-Converters: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Calibre fehlgeschlagen mit Fehler: %(error)s" @@ -1316,39 +1326,39 @@ msgstr "Calibre fehlgeschlagen mit Fehler: %(error)s" msgid "Users" msgstr "Benutzerliste" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Benutzername" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "E-Mail" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Admin" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Passwort" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Upload" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Download" @@ -1356,15 +1366,15 @@ msgstr "Download" msgid "View Books" msgstr "Bücher ansehen" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Editieren" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Löschen" @@ -1384,24 +1394,24 @@ msgstr "LDAP Benutzer importieren" msgid "E-mail Server Settings" msgstr "Einstellungen des SMTP-Servers" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP-Hostname" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP Port" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Verschlüsselung" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP-Login" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Absenderadresse" @@ -1421,7 +1431,7 @@ msgstr "Konfiguration" msgid "Calibre Database Directory" msgstr "Ordner der Calibre-DB" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Loglevel" @@ -1433,7 +1443,7 @@ msgstr "Port" msgid "External Port" msgstr "Externer Port" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Bücher pro Seite" @@ -1457,7 +1467,7 @@ msgstr "Remotelogin ('Magischer Link')" msgid "Reverse Proxy Login" msgstr "Reverse Proxy Login" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Reverse Proxy Header Name" @@ -1513,39 +1523,39 @@ msgstr "Details" msgid "Current version" msgstr "Aktuelle Version" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Nach Update suchen" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Update durchführen" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Calibre-Web wirklich neustarten?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "OK" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Abbruch" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Calibre-Web wirklich anhalten?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Updatevorgang, Seite bitte nicht neu laden" @@ -1558,39 +1568,39 @@ msgid "In Library" msgstr "In Bibliothek" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Sortiere nach Buchdatum, Neuestes zuerst" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Sortiere nach Buchdatum, Aältestes zuerst" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Sortiere Titel in alphabetischer Reihenfolge" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Sortiere Titel in umgekehrt alphabetischer Reihenfolge" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Sortiere nach Herausgabedatum, Neueste zuerst" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Sortiere nach Herausgabedatum, Älteste zuerst" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "Reduzieren" @@ -1610,628 +1620,643 @@ msgstr "Lösche Formate:" msgid "Convert book format:" msgstr "Konvertiere Buchformat:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Konvertiere von:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "Wähle eine Option" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Konvertiere nach:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Konvertiere Buch" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Buchtitel" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Autor" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Beschreibung" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "IDs" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "ID Typ" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "ID Wert" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Entfernen" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "ID hinzufügen" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Tags" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "Serien ID" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Bewertung" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Cover-URL (jpg, Cover wird heruntergeladen und in der Datenbank gespeichert, Feld erscheint anschließend wieder leer)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Coverdatei von Lokalem Laufwerk hochladen" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Herausgabedatum" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Herausgeber" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Sprache" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Ja" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Nein" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Format hochladen" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Buch nach Bearbeitung ansehen" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Metadaten laden" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Speichern" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Suchbegriff" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Suchbegriff " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Klicke auf das Bild, um die Metadaten zu übertragen" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Lade..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Schließen" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Quelle" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Fehler bei der Suche!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Keine Ergebnisse gefunden! Bitte ein anderes Schlüsselwort benutzen." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Dieses Feld ist erforderlich" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Buchauswahl zusammenführen" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Auswahl aufheben" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "Autor und Titel tauschen" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Titelsortierung automatisch aktualisieren" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Autorensortierung automatisch aktualisieren" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Titel eingeben" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Titel" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Titelsortierung eingeben" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Titelsortierung" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Autorensortierung eingeben" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Autorensortierung" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Autoren eingeben" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Kategorien eingeben" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Serie eingeben" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Serienindex" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Sprache eingeben" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Herausgabedatum" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Herausgeber eingeben" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Sicher?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "Bücher werden zusammengeführt. Von Titel:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "In Buch mit Titel:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Zusammenführen" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Speicherort der Calibre-Datenbank" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Google Drive benutzen?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Google Drive authentifizieren" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre-Ordner" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Matadata Überwachungs-ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Widerrufen" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "Neuer Datenbank Pfad ist nicht gültig, bitte einen gültigen Pfad angeben" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Server-Konfiguration" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Server Port" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Speicherort der SSL-Certdatei (leerlassen, falls kein SSL-Server)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Speicherort der SSL-Keydatei (leerlassen, falls kein SSL-Server)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Update Kanal" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Stabil" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Nightly" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Konfiguration der Logdatei" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Position und Name der Logdatei (calibre-web.log bei keiner Eingabe)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Zugriffs-Logdatei aktivieren" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Position und Name der Zugriffs-Logdatei (access.log bei keiner Eingabe)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Feature-Konfiguration" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Hochladen aktivieren" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Erlaubte Dateiformate zum Hochladen" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Anonymes Durchsuchen aktivieren" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Öffentliche Registrierung aktivieren" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Benutze E-Mail als Benutzername" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Remotelogin ('Magischer Link') aktivieren" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Synchronisation mit Kobo aktivieren" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Unbekannte Anfragen an Kobo.com weiterleiten" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Externer Server Port (für Port Weiterleitung von API Aufrufen)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Benutze Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Einen API Schlüssel erhalten" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Öffentlicher Goodreads API Schlüssel" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Geheimer Goodreads API Schlüssel" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Reverse Proxy Authentifizierung zulassen" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Logintyp" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Benutze Standard Authentifizierung" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Benutze LDAP-Login" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Benutze OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "LDAP-Server Hostname oder IP-Adresse" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "LDAP Server Port" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "LDAP Verschlüsselung" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Keine" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP CA-Zertifikat Pfad (Nur für Client Zertifikat Authentifizierung benötigt)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP Zertifikat Pfad (Nur für Client Zertifikat Authentifizierung benötigt)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "LDAP Keyfile Pfad (Nur für Client Zertifikat Authentifizierung benötigt)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "LDAP Authentifizierung" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anonym" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Unauthentifiziert" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Einfach" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "LDAP Administrator Benutzername" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "LDAP Administrator Passwort" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Distinguished Name (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP User Object Filter" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "Ist der LDAP-Server ein OpenLDAP-Server?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "Die nachfolgenden Einstellungen werden nur für den Benutzerimport benötigt" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "LDAP Gruppen Objekt Filter" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "LDAP Gruppen Name" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "LDAP Gruppen Mitglieds Feld" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "LDAP Member User Filter Erkennung" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Automatisch erkennen" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Benutzerdefinierter Filter" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "LDAP Member User Filter" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Erhalte %(provider)s OAuth Berechtigungen" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth Client Id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Client Secret" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Externe Programme" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Pfad zum Calibre E-Book Konverter" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Calibre E-Book Konverter Einstellungen" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Pfad zum Kepubify E-Book Konverter" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Pfad zur UnRar-Binärdatei" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Ansichtskonfiguration" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Anzahl anzuzeigender zufälliger Bücher" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Anzahl in Übersicht anzuzeigender Autoren (0=alle werden angezeigt)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Theme" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Standard-Thema" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! dunkles Thema" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Regulärer Ausdruck, um Spalten zu ignorien" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Verknüpfe Gelesen/Ungelesen-Status mit Calibre-Spalte" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Sichtbarkeitsbeschränkung basierend auf Calibre Spalte" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Regulärer Ausdruck für Titelsortierung" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Standard-Einstellungen für neue Benutzer" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Administrator" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Downloads erlauben" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Anzeige von Büchern erlauben" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Hochladen erlauben" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Bearbeiten erlauben" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Löschen von Büchern erlauben" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Ändern des Passworts erlauben" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Editieren öffentlicher Bücherregale erlauben" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Sprachen ausschließen" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Zeige nur Bücher mit dieser Sprache" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Standard-Sichtbarkeiten für neue Benutzer" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Zeige zufällige Bücher in der Detailansicht" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Erlaubte/Verbotene Tags hinzufügen" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Erlaubte/Verbotene Calibre Spalten hinzufügen" @@ -2252,115 +2277,115 @@ msgstr "Buch %(index)s von %(range)s" msgid "Published" msgstr "Herausgabedatum" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Als ungelesen markieren" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Als gelesen markieren" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Gelesen" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Vom Archiv wiederherstellen" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Zum Archiv hinzufügen" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Archiviert" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Beschreibung:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Zu Bücherregal hinzufügen" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Öffentlich)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Metadaten bearbeiten" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "Wähle Server Typ" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "Benutze Standard E-Mail Account" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "Gmail Account mit Oauth2 Verification" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "Gmail Account als E-Mail Server verwenden" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "Gmail Zugriff entfernen" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP-Passwort" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Anhangsgröße" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Einstellungen speichern und Test-E-Mail versenden" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Zurück" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Erlaubte Domains für die Registrierung" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Domain hinzufügen" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Hinzufügen" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Domainnamen eingeben" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Verbotene Domains für eine Registrierung" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Nächste" @@ -2385,12 +2410,12 @@ msgid "Logout User" msgstr "Benutzer ausloggem" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Sortiere Autoren in alphabetischer Reihenfolge" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Sortiere Autoren in umgekehrt alphabetischer Reihenfolge" @@ -2462,8 +2487,8 @@ msgstr "Bücher nach Bewertungen sortiert" msgid "Books ordered by file formats" msgstr "Bücher nach Dateiformaten sortiert" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Bücherregale" @@ -2483,60 +2508,60 @@ msgstr "Nagivation umschalten" msgid "Search Library" msgstr "Bibiliothek durchsuchen" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Lade hoch..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Fehler" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Hochladen beendet, verarbeite Daten, bitte warten..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Einstellungen" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Account" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Logout" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Lade hoch..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Bitte die Seite nicht neu laden" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Durchsuchen" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Über" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Vorheriger Eintrag" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Buchdetails" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Hochladen beendet, verarbeite Daten, bitte warten..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Fehler" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Merken" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Passwort vergessen?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Einloggen mit magischem Link" @@ -2768,7 +2793,7 @@ msgstr "Zeige" msgid "Hide" msgstr "Verstecke" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 msgid "DJVU Reader" msgstr "DJVU-Leser" @@ -2784,27 +2809,27 @@ msgstr "txt-Leser" msgid "Register New Account" msgstr "Neues Benutzerkonto registrieren" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Wähle einen Benutzernamen" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Deine E-Mail-Adresse" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magischer Link - Neues Gerät autorisieren" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Benutze dein anderes Gerät, logge dich ein und besuche:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Danach wirst du automatisch auf diesem Gerät eingeloggt sein." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Dieser Link wird in 10 Minuten ablaufen." @@ -2820,87 +2845,87 @@ msgstr "Suchbegriff:" msgid "Results for:" msgstr "Ergebnisse für:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Herausgabedatum von" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Herausgabedatum bis" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Lesestatus" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Tags ausschließen" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Serien ausschließen" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 msgid "Exclude Shelves" msgstr "Bücherregal ausschließen" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Sprachen ausschließen" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Erweiterungen" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Erweiterungen ausschließen" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Bewertungen größer als" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Bewertungen kleiner als" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "Von:" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "Bis:" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Lösche dieses Bücherregal" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Bücherregal Eigenschaften bearbeiten" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Bücher manuell sortieren" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Manuelles Sortieren deaktivieren" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Manuelles Sortieren aktivieren" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Das Bücherregal wird für alle und für immer gelöscht" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Bücherregal mit anderen Benutzern teilen" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "Dieses Bücherregal mit Kobo synchronisieren" @@ -2908,7 +2933,7 @@ msgstr "Dieses Bücherregal mit Kobo synchronisieren" msgid "Drag to Rearrange Order" msgstr "Drag 'n drop um Reihenfolge zu ändern" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Verstecktes Buch" @@ -2968,55 +2993,47 @@ msgstr "Laufzeit" msgid "Start Time" msgstr "Startzeitpunkt" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Lösche beendete Aufgaben" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Alle Aufgaben verstecken" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Benutzerpasswort zurücksetzen" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Zeige nur Bücher mit dieser Sprache" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Oauth Einstellungen" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Verknüpfung herstellen" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Verknüpfung entfernen" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo Sync Token" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Erzeugen/Ansehen" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Erlaubte/Verbotene Calibre Spalten hinzufügen" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "Nur Bücher aus ausgewählten Bücherregalen mit Kobo synchronisieren" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Benutzer löschen" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Kobo Auth URL erzeugen" @@ -3024,88 +3041,89 @@ msgstr "Kobo Auth URL erzeugen" msgid "Select..." msgstr "Auswahl..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "Benutzer bearbeiten" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 msgid "Enter Username" msgstr "Benutzernamen eingeben" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 msgid "Enter E-mail Address" msgstr "E-Mail-Adresse eingeben" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Enter Kindle E-mail Address" msgstr "Kindle E-mail Adresse eingeben" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "Kindle E-Mail" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "Anzeigesprache" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "Sichtbare Büchersprachen" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "Erlaubte Tags bearbeiten" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "Erlaubte Tags" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "Verbotene Tags bearbeiten" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "Verbotene Tags" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "Erlaubte/Verbotene Calibre Spalten bearbeiten" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "Erlaubte Calibre Spalten hinzufügen" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "Erlaubte/Verbotene Calibre Spalten bearbeiten" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +#, fuzzy +msgid "Denied Column Values" msgstr "Verbotene Calibre Spalten" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 msgid "Change Password" msgstr "Passworts ändern" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "Ansicht" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 msgid "Edit Public Shelves" msgstr "Öffentliche Bücherregale bearbeiten" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 #, fuzzy msgid "Sync selected Shelves with Kobo" msgstr "Ausgesuchte Bücherregale mit Kobo synchronisieren" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 msgid "Show read/unread selection" msgstr "Zeige Gelesen/Ungelesen Auswahl" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Zeige zufällige Bücher" diff --git a/cps/translations/el/LC_MESSAGES/messages.mo b/cps/translations/el/LC_MESSAGES/messages.mo index b0649634..73a55d65 100644 Binary files a/cps/translations/el/LC_MESSAGES/messages.mo and b/cps/translations/el/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/el/LC_MESSAGES/messages.po b/cps/translations/el/LC_MESSAGES/messages.po index 88e1f30d..d8ba9887 100644 --- a/cps/translations/el/LC_MESSAGES/messages.po +++ b/cps/translations/el/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Depountis Georgios\n" "Language: el\n" @@ -17,733 +17,743 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "εγκαταστάθηκε" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "δεν εγκαταστάθηκε" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "εγκαταστάθηκε" + +#: cps/about.py:117 msgid "Statistics" msgstr "Στατιστικά" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Ο διακομιστής επανεκκίνησε, παρακαλούμε φόρτωσε ξανά τη σελίδα" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Πραγματοποιείται κλείσιμο του διακομιστή, παρακαλούμε κλείσε το παράθυρο" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Επιτυχής επανασύνδεση" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Άγνωστη εντολή" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "ʼΑγνωστο" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Σελίδα διαχειριστή" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Βασική Διαμόρφωση" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "UI Διαμόρφωση" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Χρήστης Διαχειριστής" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Όλα" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Δεν βρέθηκε χρήστης" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Προβολή Όλων" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Δεν έχει απομείνει χρήστης διαχειριστής, δεν μπορεί να αφαιρεθεί ο ρόλος διαχειριστή" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Ενημερώθηκε η διαμόρφωση Calibre-Web" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Θέλεις πραγματικά να διαγράψεις τη Μονάδα Kobo;" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτό το ράφι;" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτό το ράφι;" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτό το ράφι;" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτό το ράφι;" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Είσαι σίγουρος/η πως θέλεις να κάνεις κλείσιμο;" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Απόρριψη" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Επιτρέπεται" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json Δεν Έχει Διαμορφωθεί Για Διαδικτυακή Εφαρμογή" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "Το Φύλλο Καταγραφής Τοποθεσίας δεν είναι Έγκυρο, Παρακαλούμε Συμπλήρωσε Τη Σωστή Πορεία" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "Η Πρόσβαση Φύλλου Καταγραφης Τοποθεσίας δεν είναι έγκυρη, Παρακαλούμε Συμπλήρωσε Τη Σωστή Πορεία" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Παρακαλούμε Συμπλήρωσε ένα Πάροχο LDAP, Θύρα, DN και Αντικείμενο Αναγνώρισης Χρήστη" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Παρακαλούμε συμπλήρωσε ένα έγκυρο όνομα χρήστη για επαναφορά του κωδικού" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "Το Αντικείμενο Φίλτρου Ομάδας LDAP Πρέπει να Έχει Μια \"%s\" Αναγνώριση Μορφής" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "Το Αντικείμενο Φίλτρου Ομάδας LDAP Έχει Παρενθέσεις Που Δεν Ταιριάζουν" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "Το Αντικείμενο Φίλτρου Χρήστη LDAP πρέπει να Έχει Μια \"%s\" Αναγνώριση Μορφής" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "Το Αντικείμενο Φίλτρου Χρήστη LDAP Έχει Παρενθέσεις Που Δεν Ταιριάζουν" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "Οι ρυθμίσεις DB δεν μπορούν να Γραφτούν" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "Η Τοποθεσία DB δεν είναι Έγκυρη, Παρακαλούμε Συμπληρώστε Τη Σωστή Πορεία" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "Η DB δεν μπορεί να Γραφτεί" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "Το Αρχειο Κλειδί Τοποθεσίας δεν είναι Έγκυρο, Παρακαλούμε Συμπληρώστε Τη Σωστή Πορεία" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "Η Τοποθεσία Certfile δεν είναι Έγκυρη, Παρακαλούμε Συμπληρώστε Τη Σωστή Πορεία" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Ενημερώθηκαν οι ρυθμίσεις E-mail διακομιστή" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Διαμόρφωση Λειτουργίας" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Παρακαλούμε συμπλήρωσε όλα τα πεδία!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "Το E-mail δεν είναι από έγκυρο domain" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Προσθήκη νέου χρήστη" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Χρήστης/ες '%(user)s' δημιουργήθηκαν" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Βρέθηκε ένας ήδη υπάρχον λογαριασμός για αυτή τη διεύθυνση e-mail ή όνομα χρήστη." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Χρήστης/ες '%(nick)s' διαγράφηκαν" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Δεν έχει απομείνει χρήστης διαχειριστής, δεν μπορεί να διαγραφεί ο χρήστης" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Επεξεργασία χρήστη %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Χρήστης/ες '%(nick)s' ενημερώθηκαν" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Προέκυψε ένα άγνωστο σφάλμα. Παρακαλούμε δοκίμασε ξανά αργότερα." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Επεξεργασία Ρυθμίσεων E-mail Διακομιστή" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Παρουσιάστηκε σφάλμα κατά την αποστολή του δοκιμαστικού e-mail:% (res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Παρακαλούμε ρύθμισε πρώτα τη διεύθυνση e-mail σου..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Ενημερώθηκαν οι ρυθμίσεις E-mail διακομιστή" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Κωδικός για επαναφορά %(user) χρήστη/ών" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Παρακαλούμε διαμόρφωσε πρώτα τις ρυθμίσεις ταχυδρομείου SMTP..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Προβολέας αρχείου φύλλου καταγραφής" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Αίτημα πακέτου ενημέρωσης" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Κατεβάζει πακέτο ενημέρωσης" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Ανοίγει πακέτο ενημέρωσης" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Αντικατάσταση αρχείων" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Οι συνδέσεις βάσης δεδομένων είναι κλειστές" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Σταματάει το διακομιστή" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Η ενημέρωση τελειώσε, παρακαλούμε πιέστε το εντάξει και φορτώστε ξανά τη σελίδα" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Η ενημέρωση απέτυχε:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP Σφάλμα" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Σφάλμα σύνδεσης" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Τελείωσε ο χρόνος κατά την προσπάθεια δημιουργίας σύνδεσης" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Γενικό σφάλμα" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Το Αρχείο Ενημέρωσης Δεν Μπόρεσε Να Αποθηκευτεί σε" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Αποτυχία Δημιουργίας Τουλάχιστον Ενός Χρήστη LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Αποτυχία Δημιουργίας Τουλάχιστον Ενός Χρήστη LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Σφάλμα: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Σφάλμα: Δεν επιστράφηκε χρήστης σε απάντηση του διακομιστή LDAP" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Τουλάχιστον Ένας Χρήστης LDAP Δεν Βρέθηκε Στη Βάση Δεδομένων" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "δεν διαμορφώθηκε" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Λείπουν άδειες εκτέλεσης" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "Η ειδικά προσαρμοσμένη στήλη No.%(column)d δεν υπάρχει στο επίπεδο βάσης δεδομένων" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Η μορφή βιβλίου Διαγράφηκε Επιτυχώς" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Το Βιβλίο Διαγράφηκε Επιτυχώς" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Oυπς! Ο επιλεγμένος τίτλος βιβλίου δεν είναι διαθέσιμος. Το αρχείο δεν υπάρχει ή δεν είναι προσβάσιμο" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "επεξεργασία μεταδεδομένων" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s δεν είναι μια έγκυρη γλώσσα" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Η επέκταση αρχείου '%(ext)s' δεν επιτρέπεται να ανέβει σε αυτό το διακομιστή" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Το αρχείο προς ανέβασμα πρέπει να έχει μια επέκταση" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Αποτυχεία δημιουργίας πορείας %(path)s (Η άδεια απορρήφθηκε)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Αποτυχία αποθήκευσης αρχείου %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Σφάλμα βάσης δεδομένων: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Μορφή αρχείου %(ext)s προστέθηκε σε %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "Τα αναγνωριστικά δεν έχουν Διάκριση Πεζών-Κεφαλαίων Γραμμάτων, Αντικατάσταση Παλιού Αναγνωριστικού" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Τα μεταδεδομένα ενημερώθηκαν επιτυχώς" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Σφάλμα επεξεργασίας βιβλίου, παρακαλούμε έλεγξε το φύλλο καταγραφής για λεπτομέρειες" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Το βιβλίο που ανέβηκε πιθανόν να υπάρχει στη βιβλιοθήκη, σκέψου να το αλλάξεις πριν ανεβάσεις νέο: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Το αρχείο %(filename)s δεν μπόρεσε να αποθηκευτεί σε temp dir" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Αποτυχία Μετακίνησης Αρχείου Φόντου %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Το αρχείο %(file)s ανέβηκε" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Η δομή πηγής ή προορισμού για μετατροπή λείπει" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Το βιβλίο είναι σε σειρά επιτυχώς για μετατροπή σε %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Υπήρξε ένα σφάλμα στη μετατροπή αυτού του βιβλίου: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Η ρύθμιση του Google Drive δεν ολοκληρώθηκε, προσπάθησε να απενεργοποιήσεις και να ενεργοποιήσεις ξανά το Google Drive" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Η ανάκληση ονόματος δεν έχει επαληθευτεί, παρακαλούμε ακολούθησε τα βήματα για την επαλήθευση ονόματος στην κονσόλα προγραμματιστή google" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s η δομή δεν βρέθηκε για την ταυτότητα βιβλίου: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s δεν βρέθηκε στο Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s δεν βρέθηκε: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Αποστολή στο Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Αυτό το e-mail έχει σταλεί μέσω Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web δοκιμαστικό e-mail" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Δοκιμαστικό e-mail" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Ξεκινήστε με το Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "e-mail εγγραφής για χρήστη: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Μετατροπή %(orig)s σε %(format)s και αποστολή στο Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Αποστολή %(format)s στο Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Αποστολή στο Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Το αρχείου που χητήθηκε δεν μπορεί να διαβαστεί. Μπορεί να υπάρχουν λαθασμένες άδειες;" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "Η διαγραφή φακέλου βιβλίου για το βιβλίο %(id)s απέτυχε, η πορεία έχει υπό-φακέλους: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "Η διαγραφή βιβλίου %(id)s απέτυχε: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Διαγραφή βιβλίου %(id)s, η πορεία βιβλίου δεν είναι έγκυρη: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Η μετονομασία τίτλου από: '%(src)s' σε '%(dest)s' απέτυχε με σφάλμα: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Η μετονομασία αρχείου σε πορεία '%(src)s' σε '%(dest)s' απέτυχε με σφάλμα: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Το αρχείο %(file)s δεν βρέθηκε στο Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Η πορεία βιβλίου %(path)s δεν βρέθηκε στο Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Βρέθηκε ένας ήδη υπάρχον λογαριασμός για αυτή τη διεύθυνση e-mail." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Αυτό το όνομα χρήστη έχει ήδη παρθεί" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Σφάλμα Κατεβάσματος Φόντου" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Σφάλμα Μορφής Φόντου" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Αποτυχία δημιουργίας πορείας για φόντο" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Το αρχείο φόντου δεν είναι ένα έγκυρο αρχείο εικόνας, ή δεν μπόρεσε να αποθηκευτεί" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Μόνο jpg/jpeg αρχεία υποστηρίζονται ως αρχεία φόντου" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Δεν βρέθηκε δυαδικό αρχείο Unrar" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Σφάλμα εκτέλεσης UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Αναμονή" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Απέτυχε" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Ξεκίνησε" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Τελείωσε" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "ʼΑγνωστη κατάσταση" @@ -755,78 +765,78 @@ msgstr "Παρακαλούμε λάβε πρόσβαση στο calibre-web απ msgid "Kobo Setup" msgstr "Καθορισμός Kobo" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Εγγραφή με %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "τώρα έχεις συνδεθεί ως: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Η Σύνδεση στο %(oauth)s Πέτυχε" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Η σύνδεση απέτυχε, Δεν Υπάρχει Συνδεδεμένος Χρήστης Με Λογαριασμό OAuth" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Η αφαίρεση σύνδεσης με το %(oauth)s Πέτυχε" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Η αφαίρεση σύνδεσης με το %(oauth)s Απέτυχε" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Δεν Είναι Συνδεδεμένο με το %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Αποτυχία σύνδεσης με GitHub." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Αποτυχία συγκέντρωσης πληροφοριών χρήστη από το GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Αποτυχία σύνδεσης με το Google." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Αποτυχία συγκέντρωσης πληροφοριών χρήστη από το Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub Oauth σφάλμα, παρακαλούμε δοκίμασε ξανά αργότερα." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google Oauth σφάλμα, παρακαλούμε δοκίμασε ξανά αργότερα." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Σύνδεση" @@ -842,7 +852,7 @@ msgstr "Η μάρκα έχει λήξει" msgid "Success! Please return to your device" msgstr "Επιτυχία! Παρακαλούμε επέστρεψε στη συσκευή σου" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Βιβλία" @@ -863,15 +873,15 @@ msgid "Downloaded Books" msgstr "Κατεβασμένα Βιβλία" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Προβολή Κατεβασμένων Βιβλίων" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Βιβλία με Κορυφαία Αξιολόγηση" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Προβολή Βιβλίων με Κορυφαία Αξιολόγηση" @@ -898,54 +908,54 @@ msgid "Discover" msgstr "Ανακάλυψε" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Προβολή Τυχαίων Βιβλίων" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Κατηγορίες" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Προβολή επιλογών κατηγορίας" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Σειρές" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Προβολή επιλογών σειράς" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Συγγραφείς" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Προβολή επιλογών συγγραφέα" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Εκδότες" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Προβολή επιλογών εκδότη" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Γλώσσες" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Προβολή επιλογών γλώσσας" @@ -953,7 +963,7 @@ msgstr "Προβολή επιλογών γλώσσας" msgid "Ratings" msgstr "Αξιολογήσεις" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Προβολή επιλογών αξιολόγησης" @@ -961,7 +971,7 @@ msgstr "Προβολή επιλογών αξιολόγησης" msgid "File formats" msgstr "Μορφές αρχείου" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Προβολή επιλογών μορφής αρχείου" @@ -969,7 +979,7 @@ msgstr "Προβολή επιλογών μορφής αρχείου" msgid "Archived Books" msgstr "Αρχειοθετημένα Βιβλία" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Προβολή αρχειοθετημένων βιβλίων" @@ -977,178 +987,178 @@ msgstr "Προβολή αρχειοθετημένων βιβλίων" msgid "Books List" msgstr "Λίστα Βιβλίων" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Προβολή Λίστας Βιβλίων" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Διευκρινίστηκε μη έγκυρο ράφι" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Συγγνώμη δεν σου επιτρέπεται να προσθέσεις ένα βιβλίο στο ράφι: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Το βιβλίο είναι ήδη μέρος αυτού του ραφιού: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Το βιβλίο έχει προστεθεί στο ράφι: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Δεν σου επιτρέπεται να προσθέσεις ένα βιβλίο στο ράφι: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Τα βιβλία είναι ήδη μέρος του ραφιού: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Βιβλία είχαν προστεθεί στο ραφι: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Δεν μπόρεσε να γίνει η προσθήκη βιβλίων στο ράφι: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Το βιβλίο έχει αφαιρεθεί από το ράφι: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Συγγνώμη αλλά δεν σου επιτρέπεται η αφαίρεση ενός βιβλίου από αυτό το ράφι: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Δημιούργησε ένα Ράφι" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Συγγνώμη αλλά δεν σου επιτρέπεται η αφαίρεση ενός βιβλίου από αυτό το ράφι: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Επεξεργασία ενός ραφιού" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Το ράφι %(title)s δημιουργήθηκε" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Το ράφι %(title)s άλλαξε" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Υπήρξε ένα σφάλμα" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Ένα δημόσιο ράφι με το όνομα '%(title)s' υπάρχει ήδη." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Ένα ιδιωτικό ράφι με το όνομα '%(title)s' υπάρχει ήδη." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Αλλαγή σειράς του Ραφιού: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Ράφι: '%(name)s" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Σφάλμα κατά το άνοιγμα του ραφιού. Το ράφι δεν υπάρχει ή δεν είναι προσβάσιμο" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Απρόβλεπτα δεδομένα κατά την ανάγνωση των πληροφοριών ενημέρωσης" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Δεν υπάρχει διαθέσιμη ενημέρωση. Έχεις ήδη την τελευταία έκδοση εγκατεστημένη" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Μια νέα ενημέρωση είναι διαθέσιμη. Κάνε κλικ στο κουμπί πιο κάτω για να ενημερώσεις με την τελευταία έκδοση." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Δεν μπόρεσε να συγκεντρώσει τις πληροφορίες ενημέρωσης" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Κάνε κλικ στο κουμπί πιο κάτω για να ενημερώσεις με την τελευταία σταθερή έκδοση." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Μια νέα ενημέρωση είναι διαθέσιμη. Κάνε κλικ στο κουμπί πιο κάτω για ενημέρωση με την έκδοση: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Δεν υπάρχουν διαθέσιμες πληροφορίες αποδέσμευσης" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Ανακάλυψε (Τυχαία Βιβλία)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Βιβλία στη Μόδα (Με τα περισσότερα κατεβάσματα)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Κατεβασμένα βιβλία από %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Συγγραφέας: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Εκδότης: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Σειρές: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Αξιολόγηση: %(rating)s stars" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Μορφή αρχείου: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Κατηγορία: %(name)s" @@ -1158,166 +1168,166 @@ msgstr "Κατηγορία: %(name)s" msgid "Language: %(name)s" msgstr "Γλώσσα: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Προχωρημένη Αναζήτηση" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Αναζήτηση" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Κατεβασμένα" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Λίστα αξιολογήσεων" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Λίστα μορφών αρχείου" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Εργασίες" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Εκδόθηκε μετά" -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Εκδόθηκε πριν" -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Αξιολόγηση <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Αξιολόγηση >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Το βιβλίο έχει επιτυχώς μπει σε σειρά για αποστολή στο %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Oυπς! Υπήρξε ένα σφάλμα κατά την αποστολή αυτού του βιβλίου: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Παρακαλούμε ενημέρωσε το προφίλ σου με μια έγκυρη Διεύθυνση E-mail Αποστολής στο Kindle." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "Ο διακομιστής E-Mail δεν έχει διαμορφωθεί, παρακαλούμε επικοινώνησε με το διαχειριστή σου!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Εγγραφή" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Η διεύθυνση e-mail σου δεν επιτρέπεται να εγγραφεί" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Το e-mail επιβεβαίωσης έχει σταλεί στον e-mail λογαριασμό σου." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Δεν μπόρεσε να ενεργοποιηθεί η επαλήθευση LDAP" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Εναλλακτική Σύνδεση ως: '%(nickname)s', Ο Διακομιστής LDAP δεν είναι προσβάσιμος, ή ο χρήστης δεν είναι γνωστός" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Δεν μπόρεσε να συνδεθεί: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Λανθασμένο Όνομα Χρήστη ή Κωδικός" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Ο Νέος Κωδικός έχει σταλεί στη διεύθυνση email σου" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Παρακαλούμε συμπλήρωσε ένα έγκυρο όνομα χρήστη για επαναφορά του κωδικού" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Έχεις συνδεθεί ως: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)s's προφίλ" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Το προφίλ ενημερώθηκε" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Το εργαλείο μετατροπής Calibre ebook %(tool)s δεν βρέθηκε" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "%(format)s μορφή δεν βρέθηκε σε δίσκο" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "Ο μετατροπέας Ebook απέτυχε με άγνωστο σφάλμα" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Ο μετατροπέας Kepubify απέτυχε: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Το τροποποιημένο αρχείο δεν βρέθηκε ή υπάρχουν περισσότερα από ένα αρχεία στο φάκελο %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Ο μετατροπέας Ebook απέτυχε: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Το Calibre απέτυχε με σφάλμα: %(error)s" @@ -1326,39 +1336,39 @@ msgstr "Το Calibre απέτυχε με σφάλμα: %(error)s" msgid "Users" msgstr "Χρήστες" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Όνομα Χρήστη" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "Διεύθυνση E-mail" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Διεύθυνση E-mail Αποστολής στο Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Διαχειριστής" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Κωδικός" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Ανέβασμα" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Κατέβασμα" @@ -1366,15 +1376,15 @@ msgstr "Κατέβασμα" msgid "View Books" msgstr "Προβολή Βιβλίων" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Επεξεργασία" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Διαγραφή" @@ -1394,24 +1404,24 @@ msgstr "Εισαγωγή Χρηστών LDAP" msgid "E-mail Server Settings" msgstr "Ρυθμίσεις E-mail Διακομιστή" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "Όνομα Εξυπηρετητή SMTP" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP Θύρα" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Κρυπτογράφηση" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "Σύνδεση SMTP" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Από E-mail" @@ -1431,7 +1441,7 @@ msgstr "Διαμόρφωση" msgid "Calibre Database Directory" msgstr "Ευρετήριο Βάσης Δεδομένων Calibre" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Επίπεδο Φύλλου Καταγραφής" @@ -1443,7 +1453,7 @@ msgstr "Θύρα" msgid "External Port" msgstr "Εξωτερική Θύρα" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Βιβλία ανά Σελίδα" @@ -1467,7 +1477,7 @@ msgstr "Μαγικός Σύνδεσμος Απομακρυσμένης Σύνδ msgid "Reverse Proxy Login" msgstr "Αναστροφή Σύνδεσης Διακομιστή Μεσολάβησης" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Αναστροφή Proxy Όνομα Επικεφαλίδας" @@ -1524,39 +1534,39 @@ msgstr "Λεπτομέρειες" msgid "Current version" msgstr "Τρέχουσα έκδοση" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Έλεγχος για Ενημέρωση" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Πραγματοποίηση Ενημέρωσης" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Είσαι σίγουρος/η πως θέλεις να κάνεις επανεκκίνηση" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "OK" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Ακύρωση" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Είσαι σίγουρος/η πως θέλεις να κάνεις κλείσιμο;" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Γίνεται ενημέρωση, παρακαλούμε μη φορτώσεις ξανά αυτή τη σελίδα" @@ -1569,39 +1579,39 @@ msgid "In Library" msgstr "Στη Βιβλιοθήκη" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "μείωση" @@ -1621,629 +1631,644 @@ msgstr "Διαγραφή μορφών:" msgid "Convert book format:" msgstr "Μετατροπή μορφής βιβλίου:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Μετατροπή από:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "διάλεξε μια επιλογή" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Μετατροπή σε:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Μετατροπή βιβλίου" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Τίτλος Βιβλίου" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Συγγραφέας" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Περιγραφή" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Αναγνωριστικά" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Είδος Αναγνωριστικού" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Τιμή Αναγνωριστικού" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Αφαίρεση" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Προσθήκη Αναγνωριστικού" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Ετικέτες" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "Ταυτότητα Σειράς" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Αξιολόγηση" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Συγκέντρωση Εξώφυλλου από URL (JPEG - Η εικόνα θα κατέβει και θα αποθηκευτεί σε βάση δεδομένων)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Ανέβασμα Εξώφυλλου από Τοπικό Δίσκο" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Ημερομηνία Έκδοσης" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Εκδότης" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Γλώσσα" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Ναι" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Όχι" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Μορφή Ανεβάσματος" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Προβολή Βιβλίου σε Αποθήκευση" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Συγκέντρωση Μεταδεδομένων" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Αποθήκευση" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Λέξη κλειδί" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr "Αναζήτηση λέξης κλειδιού" -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Κάνε κλικ στο εξώφυλλο για φόρτωση μεταδεδομένων στη φόρμα" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Φόρτωση..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Κλείσιμο" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Πηγή" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Σφάλμα αναζήτησης!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Δεν βρέθηκε(αν) αποτέλεσμα(τα)! Παρακαλούμε δοκίμασε μια άλλη λέξη κλειδί." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Αυτό το Πεδίο Απαιτείται" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Συγχώνευση επιλεγμένων βιβλίων" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Αφαίρεση Επιλογών" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Ενημέρωση Ταξινόμησης Τίτλων αυτόματα" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Ενημέρωση Ταξινίμησης Συγγραφέα αυτόματα" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Εισαγωγή Τίτλου" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Τίτλος" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Εισαγωγή Ταξινόμησης Τίτλου" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Ταξινόμηση Τίτλου" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Εισαγωγή Ταξινόμησης Συγγραφέας" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Ταξινόμηση Συγγραφέα" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Εισαγωγή Συγγραφέων" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Εισαγωγή Κατηγοριών" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Εισαγωγή Σειρών" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Ευρετήριο Σειρών" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Εισαγωγή Γλωσσών" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Ημερομηνία Έκδοσης" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Εισαγωγή Εκδοτών" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Είσαι πραγματικά σίγουρος/η;" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "Βιβλία με Τίτλους θα ενωθούν από:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "Μέσα σε Βιβλίο με Τίτλο:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Συγχώνευση" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Τοποθεσία Βάσης Δεδομένων Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Χρήση Google Drive;" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Πιστοποίηση αυθεντικότητας Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Αρχείο Google Drive Calibre" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Ταυτότητα Καναλιού Προβολής Μεταδεδομένων" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Αναίρεση" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "Η Τοποθεσία DB δεν είναι Έγκυρη, Παρακαλούμε Συμπληρώστε Τη Σωστή Πορεία" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Διαμόρφωση Διακομιστή" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Θύρα Διακομιστή" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Τοποθεσία πιστοποιητικού SSL (αφήστε το κενό για Διακομιστές που δεν είναι SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Τοποθεσία αρχείου κλειδιού SSL (αφήστε το κενό για Διακομιστές που δεν είναι SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Ενημέρωση Καναλιού" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Σταθερό" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Νυχτερινό" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Διαμόρφωση αρχείου καταγραφής" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Τοποθεσία και όνομα αρχείου φύλλου καταγραφής (calibre-web.log για καμία καταχώρηση)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Ενεργοποίηση Πρόσβασης Φύλλου Καταγραφής" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Τοποθεσία και όνομα πρόσβασης αρχείου φύλλου καταγραφής (access.log για καμία καταχώρηση)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Διαμόρφωση Λειτουργίας" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Ενεργοποίηση Ανεβάσματος" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Επιτρεπόμενες Μορφές Αρχείων για Ανέβασμα" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Ενεργοποίηση Ανώνυμης Περιήγησης" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Ενεργοποίηση Δημόσιας Εγγραφής" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Χρήση E-Mail ως Όνομα Χρήστη" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Ενεργοποίηση Μαγικού Συνδέσμου Απομακρυσμένης Σύνδεσης" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Ενεργοποίηση συγχρονισμού Kobo" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Proxy άγνωστα αιτήματα στο Κατάστημα Kobo" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Εξωτερική Θύρα Διακομιστή (για κλήσεις API προωθημένες στη θύρα)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Χρήση Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Δημιουργία ενός Κλειδιού API" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads Κλειδί API" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads Μυστικό API" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Να Επιτραπεί η Αναστροφή Επαλήθευσης Proxy" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Είδος σύνδεσης" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Χρήση Στεθερής Επαλήθευσης" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Χρήση Επαλήθευσης LDAP" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Χρήση OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Όνομα Διακομιστή Φιλοξενίας LDAP ή Διεύθυνση IP" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "Θύρα Διακομιστή LDAP" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "LDAP Αποκρυπτογράφηση" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Κανένα" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "LDAP Επαλήθευση" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Ανώνυμοι" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Μη επαληθεύσιμο" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Απλό" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "LDAP Όνομα Χρήστη Διαχειριστή" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "LDAP Κωδικός Διαχειριστή" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Χαρακτηριστικό Όνομα (ΧΟ)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP Αντικείμενο Φίλτρου Χρήστη" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "Είναι ο Διακομιστής LDAP OpenLDAP;" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "Χρειάζονται οι Ακόλουθες Ρυθμίσεις για Εισαγωγη Χρήστη" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "Αντικείμενο Φίλτρου Ομάδας LDAP" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "LDAP Όνομα Ομάδας" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "LDAP Πεδίο Μελών Ομάδας" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Απόκτηση %(provider)s OAuth Διαπιστευτήρια" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth Ταυτότητα Πελάτη" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Μυστικό Πελάτη" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Εξωτερικοί Δυαδικοί" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Πορεία για το Μετατροπέα Calibre E-Book" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Calibre E-Book Ρυθμίσεις Μετατροπέα" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Πορεία για Μετατροπέα Kepubify E-Book" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Τοποθεσία δυαδικού Unrar" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Προβολή Διαμόρφωσης" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Αριθμός Τυχαίων Βιβλίων για Εμφάνιση" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Αριθμός Συγγραφέων για Εμφάνιση Πριν την Απόκρυψη (0=Απενεργοποίηση Απόκρυψης)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Θέμα" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Σταθερό Θέμα" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Σκοτεινό θέμα" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Συνήθης Έφραση για για να Αγνοηθούν Στήλες" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Σύνδεση Κατάστασης Διαβασμένο/Αδιάβαστο σε Στήλη Calibre" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Προβολή Περιορισμών με βάση τη στήλη Calibre" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Συνήθης Έκφραση για Ταξινόμηση Τίτλου" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Προκαθορισμένες Ρυθμίσεις για Νέους Χρήστες" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Χρήστης Διαχειριστής" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Να Επιτρέπεται το Κατέβασμα" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Να Επιτρέπεται η Προβολή eBook Viewer" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Να Επιτρέπεται το Ανέβασμα" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Να Επιτρέπεται η Επεξεργασία" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Να Επιτρέπεται η Διαγραφή Βιβλίων" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Να Επιτρέπεται η Αλλαγή Κωδικού" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Να Επιτρέπεται η Επεξεργασία Δημόσιων Ραφιών" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Εξαίρεση Γλωσσών" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Γλώσσα Βιβλίων" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Προκαθορισμένες Ορατότηες για Νέους Χρήστες" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Προβολή Τυχαίων Βιβλίων σε Προβολή Λεπτομερειών" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Προσθήκη ετικετών Επιτρέπεται/Απορρίπτεται" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Προσθήκη τιμών ειδικά κατασκευασμένων στηλών Επιτρέπεται/Απορρίπτεται" @@ -2264,115 +2289,115 @@ msgstr "" msgid "Published" msgstr "Εκδόθηκε" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Σήμανση ως Αδιάβαστο" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Σήμανση ως Διαβασμένο" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Διαβάστηκε" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Επαναφορά από το αρχείο" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Προσθήκη στο αρχείο" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Αρχειοθετήθηκε" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Περιγραφή" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Προσθήκη στο ράφι" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Δημόσιο)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Επεξεργασία Μεταδεδομένων" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP Κωδικός" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Όριο Μεγέθους Επισύναψης" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Αποθήκευση και Αποστολή E-mail Δοκιμής" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Πίσω" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Επιτρεπόμενα Domains (Λευκή λίστα)" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Προσθήκη Domain" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Προσθήκη" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Όνομα domain" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Domains που Απορρίφθηκαν (Μαύρη λίστα)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Επόμενο" @@ -2398,12 +2423,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2475,8 +2500,8 @@ msgstr "Τα βιβλία ταξινομήθηκαν ανά Αξιολόγηση msgid "Books ordered by file formats" msgstr "Τα βιβλία ταξινομήθηκαν ανά μορφές αρχείου" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Ράφια" @@ -2496,60 +2521,60 @@ msgstr "Αλλαγή Θέσης Περιήγησης" msgid "Search Library" msgstr "Αναζήτηση Βιβλιοθήκης" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Φόρτωση..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Σφάλμα" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Το ανέβασμα έγινε, γίνεται επεξεργασία, παρακαλούμε περίμενε..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Ρυθμίσεις" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Λογαριασμός" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Αποσύνδεση" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Φόρτωση..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Παρακαλούμε μην ανανεώσεις τη σελίδα" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Περιήγηση" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Σχετικά" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Προηγούμενο" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Λεπτομέρειες Βιβλίου" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Το ανέβασμα έγινε, γίνεται επεξεργασία, παρακαλούμε περίμενε..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Σφάλμα" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Να με Θυμάσαι" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Ξέχασες τον Κωδικό;" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Σύνδεση με το Μαγικό Σύνδεσμο" @@ -2784,7 +2809,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "PDF πρόγραμμα ανάγνωσης" @@ -2803,27 +2828,27 @@ msgstr "PDF πρόγραμμα ανάγνωσης" msgid "Register New Account" msgstr "Εγγραφή Νέου Λογαριασμού" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Επιλογή ενός ονόματος χρήστη" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Η διεύθυνση email σου" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Μαγικός Σύνδεσμος - Εξουσιοδότηση Νέας Συσκευής" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Σε μια άλλη συσκευή, σύνδεση και επίσκεψη:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Με την επαλήθευση, θα συνδεθείτε αυτόματα σε αυτή τη συσκευή." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Αυτός ο σύνδεσμος επαλήθευσης θα λήξει σε 10 λεπτά." @@ -2839,88 +2864,88 @@ msgstr "Όρος Αναζήτησης:" msgid "Results for:" msgstr "Αποτελέσματα για:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Ημερομηνία Έκδοσης Από" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Ημερομηνία Έκδοσης Μέχρι" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Εξαίρεση Ετικετών" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Εξαίρεση Σειρών" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Εξαίρεση Σειρών" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Εξαίρεση Γλωσσών" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Επεκτάσεις" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Εξαίρεση Επεκτάσεων" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Βαθμολογία Πάνω από" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Βαθμολογία Κάτω από" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Διαγραφή αυτού του Ραφιού" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Το ράφι θα διαγραφεί για όλους τουε χρήστες" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Κοινοποίηση με Όλους" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2928,7 +2953,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Σύρε για Αναδιάταξη Σειράς" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Κρυμμένο Βιβλίο" @@ -2988,55 +3013,47 @@ msgstr "Χρόνος Λειτουργίας" msgid "Start Time" msgstr "Ώρα Έναρξης" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Διαγραφή ολοκληρωμένων εργασιών" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Απόκρυψη όλων των εργασιών" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Επαναφορά Κωδικού χρήστη" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Γλώσσα Βιβλίων" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "OAuth Ρυθμίσεις" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Σύνδεση" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Αποσύνδεση" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo Μονάδα Συγχρονισμού" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Δημιουγία/Προβολή" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Προσθήκη Τιμών Ειδικά Προσαρμοσμένης Στήλης επιτρέπεται/Απορρίπτεται" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Διαγραφή Χρήστη" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Δημιουργία Kobo Auth URL" @@ -3044,102 +3061,102 @@ msgstr "Δημιουργία Kobo Auth URL" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Χρήστης Διαχειριστής" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Επιλογή ενός ονόματος χρήστη" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Η διεύθυνση email σου" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Διεύθυνση E-mail Αποστολής στο Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Δοκιμαστικό e-mail" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Κλίμακα" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 #, fuzzy msgid "Edit Allowed Tags" msgstr "Επιλογή Ετικετών Επιτρέπεται/Απορρίπτεται" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 #, fuzzy msgid "Edit Denied Tags" msgstr "Επιλογή Ετικετών Επιτρέπεται/Απορρίπτεται" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Edit Allowed Column Values" msgstr "Προσθήκη τιμών ειδικά κατασκευασμένων στηλών Επιτρέπεται/Απορρίπτεται" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Allowed Column Values" msgstr "Προσθήκη τιμών ειδικά κατασκευασμένων στηλών Επιτρέπεται/Απορρίπτεται" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy msgid "Edit Denied Column Values" msgstr "Προσθήκη τιμών ειδικά κατασκευασμένων στηλών Επιτρέπεται/Απορρίπτεται" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Προσθήκη τιμών ειδικά κατασκευασμένων στηλών Επιτρέπεται/Απορρίπτεται" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Να Επιτρέπεται η Αλλαγή Κωδικού" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Δημόσιο Ράφι" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Προβολή επιλογών σειράς" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Προβολή τυχαίων βιβλίων" diff --git a/cps/translations/es/LC_MESSAGES/messages.mo b/cps/translations/es/LC_MESSAGES/messages.mo index 5e497627..865e86ac 100644 Binary files a/cps/translations/es/LC_MESSAGES/messages.mo and b/cps/translations/es/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/es/LC_MESSAGES/messages.po b/cps/translations/es/LC_MESSAGES/messages.po index 68346317..f4a3b4d9 100644 --- a/cps/translations/es/LC_MESSAGES/messages.po +++ b/cps/translations/es/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-05-25 17:22+0200\n" "Last-Translator: minakmostoles \n" "Language: es\n" @@ -20,734 +20,744 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "instalado" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "no instalado" +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "instalado" + # "Last-Translator: victorhck \n" -#: cps/about.py:113 +#: cps/about.py:117 msgid "Statistics" msgstr "Estadísticas" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Servidor reiniciado. Por favor, recargue la página" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "El servidor se está apagando. Por favor, cierre la ventana" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Reconexión correcta" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Comando desconocido" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Desconocido" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Página de administración" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Configuración básica" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Configuración de la interfaz de usuario" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Editar usuarios" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Todo" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Usuario no encontrado" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "{} usuarios eliminados con éxito" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Mostrar todo" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "Petición mal formulada" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "El nombre de invitado no se puede cambiar" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "El invitado no puede tener ese rol" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "No queda ningún usuario administrador, no se puede eliminar al usuario" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "Valor tiene que ser verdadero o falso" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "Rol inválido" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "El invitado no puede tener esta vista" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "Vista no válida" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "El sitio del invitado se determina automáticamente y no puede ser cambiado" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "No hay un sitio válido" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "No se ha indicado un idioma válido para el libro" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "Parámetro no encontrado" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "Columna de lectura no válida" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "Columna restringida no válida" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Configuración de Calibre-Web actualizada" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "¿Realmente quieres borrar el Token de Kobo?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "¿Realmente deseas borrar este dominio?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "¿Realmente quieres borrar este usuario?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "¿Realmente quieres eliminar este estante?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "¿Realmente quieres cambiar el idioma de los usuarios seleccionados?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "¿Realmente quieres cambiar los idiomas visibles del libro de los usuarios seleccionados?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "¿Realmente quieres cambiar el rol seleccionado de el usuario seleccionado?" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "¿Realmente quieres cambiar las restricciones de los usuarios seleccionados?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "¿Realmente quieres cambiar las restricciones de visibilidad de los usuarios seleccionados?" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "¿Realmente quieres cambiar el comportamiento de sincronización de estante del usuario seleccionado?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "¿Realmente quieres cambiar la ubicación de la biblioteca Calibre?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "Etiqueta no encontrada" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "Acción no válida" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Denegar" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Permitir" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json no está configurado para la aplicación web" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "La ruta del Logfile no es válida. Por favor, Introduce la ruta correcta" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "La ruta del Access Logfile no es válida. Por favor, Introduce la ruta correcta" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Por favor, Introduce un proveedor LDAP, puerto, DN y el User Object Identifier" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Por favor, introduce una cuenta de servicio LDAP y su contraseña" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "Por favor, introduce una cuenta de servicio LDAP" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "LDAP Group Object Filter necesita tener un identificador de formato \"%s\"" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "El LDAP Group Object Filter tiene un paréntesis diferente" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP Group Object Filter necesita tener un identificador de formato \"%s\"" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "El LDAP Group Object Filter tiene un paréntesis diferente" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "El filtro de usuarios LDAP necesita tener un identificador de formato \"%s\"" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "El filtro de LDAP \"Member User\" tiene paréntesis no coincidentes" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "Ubicaciones del certificado de la CA del LDAP, del certificado o de la clave no válidos. Por favor introduce la ruta correcta" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "La base de datos de configuración no es modificable" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "La ruta de la base de datos no es válida. Por favor, Introduce la ruta correcta" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "La base de datos no es modificable" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "La ruta del Keyfile no es válida, por favor, Introduce la ruta correcta" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "La ruta de Certfile no es válida, por favor, Introduce la ruta correcta" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Actualizados los ajustes del servidor de correo electrónico" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Configuración de la base de datos" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "¡Por favor, rellena todos los campos!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "El correo electrónico no tiene un dominio válido" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Añadir un nuevo usuario" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Usuario '%(user)s' creado" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Encontrada una cuenta existente para este correo electrónico o nombre de usuario." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Usuario '%(nick)s' eliminado" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "No puedes borrar al Usuario Invitado" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "No queda ningún usuario administrador, no se puede borrar al usuario" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Editar Usuario %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Usuario '%(nick)s' actualizado" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Ha ocurrido un error desconocido. Por favor vuelva a intentarlo más tarde." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Cambiar parámetros de correo" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "Verificación de cuenta de Gmail exitosa" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "Puesto en cola un correo electrónico de prueba enviado a %(email)s, por favor, comprueba el resultado en Tareas" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Ocurrió un error enviando el correo electrónico de prueba: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Por favor, configure su correo electrónico primero..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Actualizados los ajustes del servidor de correo electrónico" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Contraseña para el usuario %(user)s reinicializada" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Configura primero los parámetros del servidor SMTP..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Visor del fichero de log" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Solicitando paquete de actualización" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Descargando paquete de actualización" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Descomprimiendo paquete de actualización" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Remplazando archivos" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Los conexiones con la base datos están cerradas" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Parando el servidor" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Actualización finalizada. Por favor, pulse OK y recargue la página" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Falló la actualización:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "Error HTTP" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Error de conexión" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Tiempo agotado mientras se trataba de establecer la conexión" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Error general" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "La actualización del archivo no pudo guardarse en el directorio temporal (Temp Dir)" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Error al crear al menos un usuario LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Error al crear al menos un usuario LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Error: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Error: el servidor LDAP no ha devuelto ningún usuario" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Al menos, un usuario LDAP no se ha encontrado en la base de datos" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} Usuario importado con éxito" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "no configurado" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Faltan permisos de ejecución" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "Columna personalizada No.%(column)d no existe en la base de datos calibre" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Formato de libro eliminado con éxito" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Libro eliminado con éxito" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "oh, oh, el libro seleccionado no está disponible. El archivo no existe o no es accesible" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "editar metadatos" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "%(seriesindex) no es un número válido, saltando" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s no es un idioma válido" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "No se permite subir archivos con la extensión '%(ext)s' a este servidor" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "El archivo a subir debe tener una extensión" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Fallo al crear la ruta %(path)s (permiso denegado)" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Fallo al guardar el archivo %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Error en la base de datos: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Archivo con formato %(ext)s añadido a %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "Los identificadores no distinguen entre mayúsculas y minúsculas, sobrescribiendo el identificador antiguo" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metadatos actualizados con éxito" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Error al editar el libro, por favor, compruebe el archivo de registro (logfile) para tener más detalles" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "El libro cargado probablemente existe en la biblioteca, considera cambiarlo antes de subirlo de nuevo: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "El archivo %(filename)s no pudo salvarse en el directorio temporal (Temp Dir)" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Fallo al mover el archivo de cubierta %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "El fichero %(file)s ha sido subido" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Falta la fuente o el formato de destino para la conversión" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Libro puesto a la cola para su conversión a %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Ocurrió un error al convertir este libro: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "La configuración de Google Drive no se ha completado, intente desactivar y activar Google Drive nuevamente" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "El dominio Callback no se ha verificado, siga los pasos para verificarlo en la consola de desarrollador de Google" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s formato no encontrado para el id del libro: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s no encontrado en Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s no encontrado: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Enviar al Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Este correo electrónico ha sido enviado usando Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Correo de prueba de Calibre-Web" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Comprobar correo electrónico" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Primeros pasos con Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Correo electrónico de registro para el usuario: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Convertir %(orig)s a %(format)s y enviar al Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Enviado %(format)s al Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Enviar al Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "El archivo solicitado no puede ser leído. ¿Quizás existen problemas con los permisos?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "Fallo al intentar borrar la carpeta del libro %(id)s, la ruta tiene subcarpetas: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "El eliminado del libro %(id)s falló: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Borrando el libro %(id)s, la ruta del libro es no válida: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "El renombrado del título de: '%(src)s' a '%(dest)s' falló con el error: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Ha fallado el cambio de nombre del archivo '%(src)s' a '%(dest)s' con el error: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Fichero %(file)s no encontrado en Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "La ruta %(path)s del libro no fue encontrada en Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Encontrada una cuenta existente para esa dirección de correo electrónico" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Este nombre de usuario ya está en uso" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "Dirección de correo no válida" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Error al descargar la cubierta" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Error en el formato de la cubierta" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Error al crear una ruta para la cubierta" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "El archivo de cubierta no es una imágen válida" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Sólo se admiten como portada los archivos jpg/jpeg/png/webp/bmp" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Sólo se admiten como portada los archivos jpg/jpeg" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "No se encuentra el archivo binario UnRar" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Error ejecutando UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Esperando" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Fallido" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Comenzado" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Finalizado" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Estado desconocido" @@ -759,78 +769,78 @@ msgstr "Por favor, accede a calibre-web desde una ubicación que no sea localhos msgid "Kobo Setup" msgstr "Configuración de Kobo" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Registrado con %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "has iniciado sesión como : '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "El enlace a %(oauth)s se ha realizado con éxito" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Acceso erróneo, ningún usuario enlazado con la cuenta OAuth" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "%(oauth)s desenlazado con éxito" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Error al desenlazar %(oauth)s" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "No vinculado con %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Error al iniciar sesión con GitHub." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Error al obtener la información del usuario de GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Error al iniciar sesión con Google." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Error al obtener información del usuario de Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "Error en GitHub Oauth, por favor, vuelva a intentarlo más tarde." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "Error GitHub Oauth {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Error en Google Oauth, por favor vuelva a intentarlo más tarde." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Error Google Oauth {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} Estrellas" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Inicio de sesión" @@ -846,7 +856,7 @@ msgstr "El token ha expirado" msgid "Success! Please return to your device" msgstr "¡Correcto! Por favor regrese a su dispositivo" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Libros" @@ -867,15 +877,15 @@ msgid "Downloaded Books" msgstr "Libros Descargados" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Mostrar Libros Descargados" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Libros mejor valorados" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Mostrar libros mejor valorados" @@ -902,54 +912,54 @@ msgid "Discover" msgstr "Descubrir" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Mostrar libros al azar" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Categorías" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Mostrar selección de categorías" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Series" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Mostrar selección de series" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Autores" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Mostrar selección de autores" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Editores" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Mostrar selección de editores" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Idiomas" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Mostrar selección de idiomas" @@ -957,7 +967,7 @@ msgstr "Mostrar selección de idiomas" msgid "Ratings" msgstr "Calificaciones" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Mostrar selección de calificaciones" @@ -965,7 +975,7 @@ msgstr "Mostrar selección de calificaciones" msgid "File formats" msgstr "Formatos de archivo" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Mostrar selección de formatos de archivo" @@ -973,7 +983,7 @@ msgstr "Mostrar selección de formatos de archivo" msgid "Archived Books" msgstr "Libros archivados" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Mostrar libros archivados" @@ -981,178 +991,178 @@ msgstr "Mostrar libros archivados" msgid "Books List" msgstr "Lista de Libros" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Mostrar Lista de Libros" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Estantería especificada no válida" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Lo sentimos, no tiene permisos para agregar un libro al estante: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "El libro ya forma parte del estante: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "El libro fue agregado a el estante: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "No tiene permiso para añadir un libro a el estante: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Los libros ya forman parte del estante: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Los libros han sido añadidos al estante: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "No se pudieron agregar libros al estante: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "El libro fue eliminado del estante: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Lo siento, no tiene permiso para eliminar un libro del estante: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Crear un estante" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Lo siento, no tiene permiso para eliminar un libro del estante: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Editar un estante" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Estante %(title)s creado" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Estante %(title)s cambiado" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Ha sucedido un error" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Ya existe un estante público con el nombre '%(title)s'." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Ya existe un estante privado con el nombre '%(title)s'." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Cambiar orden del estante: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Estante: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Error al abrir un estante. El estante no existe o no es accesible" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Dato inesperado mientras se leía la información de actualización" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Actualización no disponible. Ya tienes instalada la versión más reciente" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Una nueva actualización está disponible. Haz clic en el botón inferior para actualizar a la versión más reciente." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "No se puede conseguir información sobre la actualización" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Haz clic en el botón de abajo para actualizar a la última versión estable." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Hay una nueva actualización disponible. Haz clic en el botón de abajo para actualizar a la versión: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "No hay información del lanzamiento disponible" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Descubrir (Libros al azar)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Libros populares (los más descargados)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Libros descargados por %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Autor/es: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Editor/es: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Series: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Calificación: %(rating)s estrellas" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Formato del archivo: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Categoría : %(name)s" @@ -1162,166 +1172,166 @@ msgstr "Categoría : %(name)s" msgid "Language: %(name)s" msgstr "Idioma: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Búsqueda avanzada" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Buscar" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Descargas" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Lista de calificaciones" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Lista de formatos" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Tareas" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Publicado después de " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Publicado antes de " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Calificación <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Calificación >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Estado de lectura = $(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "Error en la búsqueda de columnas personalizadas, por favor reinicia Calibre-Web" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Libro puesto en la cola de envío a %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Ha sucedido un error en el envío del libro: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Por favor actualiza tu perfil con la dirección de correo de su kindle..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "El servidor de correo no está configurado, por favor, ¡avisa a tu administrador!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Registro" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Su correo electrónico no está permitido para registrarse" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Se ha enviado un correo electrónico de verificación a su cuenta de correo." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "No se puede activar la autenticación LDAP" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Fallback login como: '%(nickname)s', no se puede acceder al servidor LDAP o usuario desconocido" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "No se pudo entrar: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Usuario o contraseña inválido" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Una nueva contraseña se ha enviado a su cuenta de correo electrónico" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Por favor, introduce un usuario válido para restablecer la contraseña" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Ahora estás conectado como: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "Perfil de %(name)s" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Perfil actualizado" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "No se ha encontrado ningún archivo gmail.json válido con información OAuth" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Calibre ebook-convert %(tool)s no encontrado" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "%(format)s format no encontrado en disco" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "El conversor de Ebook falló con un error desconocido" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Kepubify-converter falló: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Archivo convertido no encontrado, o más de un archivo en el directorio %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Falló Ebook-converter: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Calibre falló con el error: %(error)s" @@ -1330,39 +1340,39 @@ msgstr "Calibre falló con el error: %(error)s" msgid "Users" msgstr "Usuarios" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Nombre de usuario" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "Correo electrónico" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Enviar al correo de Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Admin" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Contraseña" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Subir archivo" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Descargar" @@ -1370,15 +1380,15 @@ msgstr "Descargar" msgid "View Books" msgstr "Ver libros" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Editar" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Borrar" @@ -1398,24 +1408,24 @@ msgstr "Importar usuarios LDAP" msgid "E-mail Server Settings" msgstr "Ajustes del servidor de correo electrónico" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "Servidor SMTP" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "Puerto SMTP" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Encriptado" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "Login SMTP" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Desde el correo" @@ -1435,7 +1445,7 @@ msgstr "Configuración" msgid "Calibre Database Directory" msgstr "Directorio de la base de datos de Calibre" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Nivel de registro" @@ -1447,7 +1457,7 @@ msgstr "Puerto" msgid "External Port" msgstr "Puerto externo" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Libros por página" @@ -1471,7 +1481,7 @@ msgstr "Acceso remoto mediante enlace mágico" msgid "Reverse Proxy Login" msgstr "Acceso mediante Proxy inverso" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Nombre de cabecera de Proxy inverso" @@ -1528,39 +1538,39 @@ msgstr "Detalles" msgid "Current version" msgstr "Versión actual" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Comprobar actualizaciones" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Realizar actualización" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "¿Realmente quieres reiniciar?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Ok" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Cancelar" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "¿Realmente quiere detener?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Actualizando. Por favor, no recargue la página" @@ -1573,39 +1583,39 @@ msgid "In Library" msgstr "En la Librería" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Ordenar en base a fecha del libro, más reciente primero" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Ordenar en base a fecha del libro, menos reciente primero" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Ordenar en base al título en orden alfabético" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Ordenar en base al título en orden alfabético invertido" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Ordenar en base a fecha de publicación, más reciente primero" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Ordenar en base a fecha de publicación, menos reciente primero" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "reducir" @@ -1625,629 +1635,644 @@ msgstr "Borrar formatos:" msgid "Convert book format:" msgstr "Convertir formato de libro:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Convertir desde:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "seleccionar una opción" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Convertir a:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Convertir libro" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Título del libro" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Autor" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Descripción" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identificadores" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Tipo de identificador" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Valor de identificador" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Borrar" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Añadir identificador" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Etiquetas" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "ID de serie" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Clasificación" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Obtener portada de URL (JPEG, la portada ser'a descargada y almacenada en la base de datos)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Subir portada desde un disco local" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Fecha de publicación" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Editor" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Idioma" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Sí" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "No" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Subir formato" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Ver libro tras la edición" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Obtener metadatos" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Guardar" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Palabra clave" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Buscar por palabras clave " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Haz clic en la portada para cargar los metadatos en el formulario" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Cargando..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Cerrar" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Origen" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "¡Error en la búsqueda!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "¡No se encontraron resultados! Por favor intenta con otra palabra clave." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Este campo es obligatorio" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Fusionar libros seleccionados" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Eliminar selección" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "Intercambiar autor y título" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Actualizar orden de título automáticamente" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Actualizar orden de autor automáticamente" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Introduce título" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Título" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Introduce el orden del título" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Orden del título" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Introduce orden del autor" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Orden del autor" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Introduce los autores" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Introduce las categorías" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Introduce las series" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Índice de la serie" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Introduce los idiomas" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Fecha de publicación" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Introduce los Editores" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "¿Estás realmente seguro?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "Libros con título serán fusionados de:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "En el libro con el título:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Fusionar" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Ubicación de la base de datos Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "¿Usar Google Drive?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Autentificar Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Carpeta de Google Drive para Calibre" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Revocar" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "La ruta de la base de datos no es válida. Por favor, Introduce la ruta correcta" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Configuración del servidor" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Puerto del servidor" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Ubicación del archivo de certificado SSL (dejar en blanco si no hay un servidor SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Ubicación del archivo clave SSL (dejar en blanco si no hay un servidor SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Canal de actualización" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Estable" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Nocturno" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Configuración del archivo de registro" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Ubicación y nombre del archivo de registro (si no se especifica será calibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Habilitar registro de acceso" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Ubicación y nombre del archivo de registro de acceso (access.log no tiene ninguna entrada)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Configuración de características" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Permitir subidas" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Formatos de archivo permitidos para subida" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Permitir navegación anónima" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Permitir registro público" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Utilizar eMail como nombre de usuario" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Permitir inicio de sesión remoto (\"magic link\")" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Activar la sincronización con Kobo" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Peticiones proxy a la tienda Kobo desconocidas" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Puerto externo del servidor (para peticiones API)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Usar Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Obtener una API Key" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API Key" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API Secret" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Permitir Autenticación Proxy Inversas" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Tipo de inicio de sesión" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Usar autenticación estándar" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Usar autenticación LDAP" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Usar OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Nombre de host o dirección IP del servidor LDAP" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "Puerto del servidor LDAP" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "Encriptación LDAP" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Ninguno" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "Ruta LDAP CACertificate (Solo necesaria para certificado de autenticación de cliente)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "Ruta LDAP Certificate (Solo necesaria para certificado de autenticación de cliente)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "Ruta LDAP Keyfile (Solo necesaria para certificado de autenticación de cliente)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "Autenticación LDAP" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anónimo" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "No autenticado" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Simple" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "Nombre de usuario de administrador LDAP" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "Contraseña de administrador LDAP" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "Nombre distinguido LDAP (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "Filtro de objetos de usuario LDAP" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "¿El servidor LDAP es OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "La siguiente configuración son necesarias para la importación de usuarios" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "Filtro de objetos de grupo LDAP" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "Nombre de grupo LDAP" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "Campo de miembros de grupo LDAP" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "Filtro de detección LDAP Member User" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Auto detectar" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Filtro personalizado" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "Filtro LDAP Member User" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Obtener la Credencial OAuth de %(provider)s" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "Id de cliente de OAuth de %(provider)s" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "Secreto OAuth de Cliente de %(provider)s" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Binarios externos" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Ruta para Calibre E-Book Converter" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Configuración de Calibre E-Book Converter" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Ruta para Kepubify E-Book Converter" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Ubicación del binario de Unrar" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Ver configuración" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Número de libros aleatorios a mostrar" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Número de autores para mostrar antes de ocultar (0 = desactivar la ocultación)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Tema" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Tema estándar" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Tema Oscuro" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Expresión regular para ignorar columnas" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Enlazar a la columna de Calibre de leído/sin leer" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Ver restricciones basadas en la columna de Calibre" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Expresión regular para ordenar títulos" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Ajustes por defecto para nuevos usuarios" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Usuario administrador" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Permitir descargas" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Permitir visor de libros" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Permitir subidas de archivos" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Permitir editar" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Permitir borrar libros" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Permitir cambiar la contraseña" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Permitir editar estantes públicos" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Excluir idiomas" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Mostrar libros con idioma" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Visibilidad predeterminada para nuevos usuarios" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Mostrar libros aleatorios en la vista detallada" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Añadir etiquetas Permitidas/Denegados" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Añadir valores personalizados Permitidos/Denegados" @@ -2268,115 +2293,115 @@ msgstr "" msgid "Published" msgstr "Publicado" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Marcar como no leido" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Marcar como leido" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Leído" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Restarurar desde el archivo" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Añadir a archivación" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Archivado" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Descripción:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Agregar al estante" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Público)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Editar metadatos" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "Elige tipo de servidor" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "Usar cuenta de correo estándar" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "Verificación de cuenta Gmal con OAuth2" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "Configurar cuenta de Gmail como servidor de correo" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "Revocar acceso a Gmail" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "Contraseña SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Tamaño límite del archivo adjunto" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Guardar y enviar un correo electrónico de prueba" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Regresar" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Dominios permitidos para registrarse" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Añadir dominio" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Añadir" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Introducir nombre de dominio" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Dominios prohibidos (Blaclist)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Siguiente" @@ -2402,12 +2427,12 @@ msgid "Logout User" msgstr "Cerrar sesión" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Ordenar autores en orden alfabético" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Ordenar autores en orden alfabético inverso" @@ -2479,8 +2504,8 @@ msgstr "Libros ordenados por puntuación" msgid "Books ordered by file formats" msgstr "Libros ordenados por formato de archivo" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Estanterías" @@ -2500,60 +2525,60 @@ msgstr "Alternar navegación" msgid "Search Library" msgstr "Buscar en la librería" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Cargando..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Error" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Carga hecha, procesando, por favor espere ..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Ajustes" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Cuenta" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Cerrar sesión" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Cargando..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Por favor, no actualice la página" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Navegar" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Acerca de" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Previo" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Detalles del libro" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Carga hecha, procesando, por favor espere ..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Error" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Recordarme" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "¿Olvidó la contraseña?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Iniciar sesión con un enlace mágico" @@ -2788,7 +2813,7 @@ msgstr "Mostrar" msgid "Hide" msgstr "Ocultar" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "Lector PDF" @@ -2807,27 +2832,27 @@ msgstr "Lector PDF" msgid "Register New Account" msgstr "Registre una cuenta nueva" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Escoger un nombre de usuario" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Tu dirección de correo" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Enlace Mágico - Autorizar un nuevo dispositivo" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Utiliza otro dispositivo, inicia sesión y visita:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Una vez que lo realice, iniciará sesión automáticamente en ese dispositivo." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "El enlace expirará después de 10 minutos." @@ -2843,88 +2868,88 @@ msgstr "Término de búsqueda:" msgid "Results for:" msgstr "Resultados para:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Fecha de publicación desde" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Fecha de publicación hasta" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Leer estado" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Excluir etiquetas" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Excluir series" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Excluir estantes" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Excluir idiomas" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Extensiones" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Extensiones excluidas" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Clasificación mayor que" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Clasificación menor que" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "De:" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "Para:" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Borrar este estante" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Editar propiedades del estante" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Ordenar libros manualmente" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Deshabilitar cambio de orden" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Habilitar cambio de orden" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "La estantería se eliminará para todos los usuarios" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Compartir con todos" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "Sincronizar este estante con un dispositivo Kobo" @@ -2932,7 +2957,7 @@ msgstr "Sincronizar este estante con un dispositivo Kobo" msgid "Drag to Rearrange Order" msgstr "Arrastra para reorganizar el orden" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Libro oculto" @@ -2992,55 +3017,47 @@ msgstr "Tiempo de ejecución" msgid "Start Time" msgstr "Fecha de inicio" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Eliminar tareas finalizadas" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Ocultar todas las tareas" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Resetear contraseña de usuario" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Mostrar libros con idioma" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Ajustes OAuth" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Vincular" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Desvincular" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Token de sincronización de Kobo" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Crear/Ver" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Añadir columnas de valores propios de Permitidos/Denegados" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "Sincronizar con Kobo solo los libros de las estanterías seleccionadas" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Borrar usuario" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Generar Auth URL de Kobo" @@ -3048,103 +3065,103 @@ msgstr "Generar Auth URL de Kobo" msgid "Select..." msgstr "Selección..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Editar usuario" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Introduce el nombre de usuario" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Introduce la dirección de correo electrónico" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Introduce la dirección de correo electrónico Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Correo electrónico Kindle" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Idioma" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "Idiomas de libros visibles" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 #, fuzzy msgid "Edit Allowed Tags" msgstr "Seleccionar etiquetas Permitidas" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "Etiquetas Permitidas" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 #, fuzzy msgid "Edit Denied Tags" msgstr "Seleccionar Etiquetas Denegadas" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "Etiquetas Denegadas" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Edit Allowed Column Values" msgstr "Editar valores permitidos para la columna" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Allowed Column Values" msgstr "Valores permitidos de la columna" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy msgid "Edit Denied Column Values" msgstr "Editar valores no permitidos para la columna" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Valores no permitidos de la columna" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Cambiar la contraseña" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "Vista" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Editar Estanterías públicas" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 #, fuzzy msgid "Sync selected Shelves with Kobo" msgstr "sincronizar estanterías seleccionadas con Kobo" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Mostrar selección leidos/no leidos" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Mostrar libros al azar" diff --git a/cps/translations/fi/LC_MESSAGES/messages.mo b/cps/translations/fi/LC_MESSAGES/messages.mo index f95f1c28..f5fba2d5 100644 Binary files a/cps/translations/fi/LC_MESSAGES/messages.mo and b/cps/translations/fi/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/fi/LC_MESSAGES/messages.po b/cps/translations/fi/LC_MESSAGES/messages.po index fe73c86c..1a325271 100644 --- a/cps/translations/fi/LC_MESSAGES/messages.po +++ b/cps/translations/fi/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-01-12 13:56+0100\n" "Last-Translator: Samuli Valavuo \n" "Language: fi\n" @@ -18,731 +18,740 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "asennettu" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "ei asennettu" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "asennettu" + +#: cps/about.py:117 msgid "Statistics" msgstr "Tilastot" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Palvelin uudelleenkäynnistetty, ole hyvä ja päivitä sivu" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Palvelinta sammutetaan, ole hyvä ja sulje sivu" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Tuntematon" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Ylläpitosivu" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Perusasetukset" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Käyttöliittymän asetukset" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Pääkäyttäjä" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Kaikki" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Näytä kaikki" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Calibre-Web asetukset päivitetty" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Oletko varma, että haluat poistaa hyllyn?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Oletko varma, että haluat poistaa hyllyn?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Oletko varma, että haluat poistaa hyllyn?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Oletko varma, että haluat poistaa hyllyn?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Haluatko varmasti pysäyttää Calibre-Webin?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Sähköpostipalvelimen tiedot päivitetty" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Ominaisuuksien asetukset" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Ole hyvä ja täytä kaikki kentät!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "Sähköpostiosoite ei ole toimivasta domainista" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Lisää uusi käyttäjä" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Käyttäjä '%(user)s' lisätty" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Tälle sähköpostiosoitteelle tai tunnukselle löytyi jo tili." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Käyttäjä '%(nick)s' poistettu" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Pääkäyttäjiä ei jää jäljelle, käyttäjää ei voi poistaa" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Muokkaa käyttäjää %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Käyttäjä '%(nick)s' päivitetty" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Tapahtui tuntematon virhe. Yritä myöhemmin uudelleen." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Muuta SMTP asetuksia" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Testisähköpostin lähetyksessä tapahtui virhe: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "" -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Sähköpostipalvelimen tiedot päivitetty" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Käyttäjän %(user)s salasana palautettu" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Ole hyvä ja aseta SMTP postiasetukset ensin..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Lokitiedoston katselin" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Haetaan päivitystiedostoa" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Ladataan päivitystiedostoa" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Puretaan päivitystiedostoa" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Korvataan tiedostoja" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Tietokantayhteydet on katkaistu" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Sammutetaan palvelin" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Päivitys valmistui, ole hyvä ja paina OK ja lataa sivu uudelleen" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Päivitys epäonnistui:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP virhe" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Yhteysvirhe" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Aikakatkaisu yhteyttä luotaessa" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Yleinen virhe" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +msgid "Update file could not be saved in temp dir" msgstr "" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" msgstr "" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Virhe eKirjan avaamisessa. Tiedostoa ei ole tai se ei ole saatavilla:" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "muokkaa metadataa" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s ei ole kelvollinen kieli" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Tiedostopääte '%(ext)s' ei ole sallittujen palvelimelle ladattavien listalla" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Ladattavalla tiedostolla on oltava tiedostopääte" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Polun %(path)s luonti epäonnistui (Ei oikeutta)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Tiedoston %(file)s tallennus epäonnistui." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Tiedostoformaatti %(ext)s lisätty %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metadata päivitetty onnistuneesti" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Kirjan editoinnissa tapahtui virhe, tarkista virheilmoitus lokista" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "" -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Tiedosto %(file)s tallennettu" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Lähteen tai kohteen tiedostomuoto puuttuu" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Kirja lisätty muutosjonoon muotoon %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Kirjan muunnoksessa tapahtui virhe: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Google Drive asetukset ei ole valmiit. Koita poistaa Google Drive käytöstä ja ottaa se uudelleen käyttöön" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Paluuosoitteen domain ei ole varmistettu, seuraa ohjeita vamistaaksesi sen googlen kehittäjäkonsolissa" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s tiedostomuotoa ei löytynyt kirjalle: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s ei löytynyt Google Drivesta: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s ei löydy: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Lähetä Kindleen" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Tämä sähköposti on lähetetty Calibre-Web:sta." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web testisähköposti" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Testi sähköposti" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Aloita Calibre-Web:in käyttö" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Rekiströintisähköposti käyttäjälle: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Muunna %(orig)s muotoon %(format)s ja lähetä Kindleen" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Lähetä %(format)s Kindleen" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Lähetä Kindleen" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Haettua tiedostoa ei pystytty lukemaan. Ehkä vaäärät oikeudet?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Tiedon muuttaminen arvosta: '%(src)s' arvoon '%(dest)s' epäonnistui virheeseen: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Tiedoston nimeäminen polusta '%(src)s' polkuun '%(dest)s' epäonnistui virheeseen: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Tiedostoa %(file)s ei löytynyt Google Drivesta" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Kirjan polkua %(path)s ei löytynyt Google Drivesta" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Tälle sähköpostiosoitteelle läytyi jo käyttäjätunnus." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Odottaa" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Epäonnistui" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Aloitettu" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Valmistui" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Tuntematon tila" @@ -754,78 +763,78 @@ msgstr "" msgid "Kobo Setup" msgstr "" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Rekisteröi tuottajalle %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "olet nyt kirjautunut tunnuksella: \"%(nickname)s\"" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "GitHubiin kirjautuminen epäonnistui." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Käyttäjätietojen haku GitHubista epäonnistui" -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Googleen kirjautuminen epäonnistui." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Käyttäjätietojen haku Googlesta epäonnistui." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub Oauth virhe, yritä myöhemmin uudelleen." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google Oauth virhe, yritä myöhemmin uudelleen." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Kirjaudu sisään" @@ -841,7 +850,7 @@ msgstr "Valtuutus vanhentunut" msgid "Success! Please return to your device" msgstr "Onnistui! Ole hyvä ja palaa laitteellesi" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Kirjat" @@ -862,15 +871,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Parhaiten arvioidut kirjat" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Näytä parhaiten arvioidut kirjat" @@ -897,54 +906,54 @@ msgid "Discover" msgstr "Löydä" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Näytä satunnausia kirjoja" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Kategoriat" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Näytä kategoriavalinta" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Sarjat" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Näytä sarjavalinta" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Kirjailijat" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Näytä kirjailijavalinta" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Julkaisijat" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Näytä julkaisijavalinta" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Kielet" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Näytä keilivalinta" @@ -952,7 +961,7 @@ msgstr "Näytä keilivalinta" msgid "Ratings" msgstr "Arvostelut" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Näytä arvosteluvalinta" @@ -960,7 +969,7 @@ msgstr "Näytä arvosteluvalinta" msgid "File formats" msgstr "Tiedotomuodot" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Näytä tiedostomuotovalinta" @@ -968,7 +977,7 @@ msgstr "Näytä tiedostomuotovalinta" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -976,178 +985,178 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Virheellinen hylly valittu" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Valitettavasti sinulla ei ole oikeutta lisätä kirjaa hyllyyn: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Kirja on jo hyllyssä: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Kirja on lisätty hyllyyn: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Sinulla ei ole oikeutta lisätä kirjaa hyllyyn: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Kirjat on jo osa hyllyssä: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Kirjat on lisätty hyllyyn: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Kirjojen lisäys hyllyyn: %(sname)s epäonnistui" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Kirja on poistettu hyllystä: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Valitettavsti sinulla ei ole oikeutta poistaa kirjaa hyllystä: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "luo hylly" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Valitettavsti sinulla ei ole oikeutta poistaa kirjaa hyllystä: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Muokkaa hyllyä" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Hylly %(title)s luotu" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Hylly %(title)s muutettu" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Tapahtui virhe" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Muuta hyllyn: '%(name)s' järjestystä" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Hylly: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Virhe hyllyn avauksessa. Hyllyä ei ole tai se ei ole saatavilla" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Odottamatonta tietoa luettaessa päivitystietoa" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Ei päivitystä saatavilla. Sinulla on jo uusin versio" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Uusi päivitys saatavilla. Paina alla olevaa nappia päivittääksesi uusimpaan versioon." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Päivitystiedon hakeminen epäonnistui" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Paina alla olevaa nappia päivittääksesi uusimpaan vakaaseen versioon." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Uusi päivitys saatavilla. Paina alla olevaa nappia päivittääksesi versioon: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Ei päivitystietoa saatavilla" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Löydä (satunnaiset kirjat)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Kuumat kirjat (ladatuimmat)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Kirjailija: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Julkaisija: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Sarja: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Arvostelu: %(rating)s tähteä" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Tiedostomuoto: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Kategoria: %(name)s" @@ -1157,166 +1166,166 @@ msgstr "Kategoria: %(name)s" msgid "Language: %(name)s" msgstr "Kieli: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Edistynyt haku" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Hae" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "DLS" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Arvostelulistaus" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Tiedostomuotolistaus" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Tehtävät" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Julkaistu alkaen " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Julkaisut ennen " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Arvostelu <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Arvostelu >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Kirja lisätty onnistuneeksi lähetettäväksi osoitteeseen %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Kirjan: %(res)s lähettämisessa tapahtui virhe" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Ole hyvä ja aseta Kindle sähköpostiosoite ensin..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Rekisteröi" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Sähköpostiosoitteellasi ei ole sallittua rekisteröityä" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Vahvistusviesti on lähetetty sähköpostiosoitteeseesi." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "LDAP autnetikoinnin aktivointi ei onnistu" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Väärä käyttäjätunnus tai salasana" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "olet kirjautunut tunnuksella: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)sn profiili" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profiili päivitetty" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "E-kirjan muunnos epäonnistui: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1325,39 +1334,39 @@ msgstr "" msgid "Users" msgstr "Käyttäjälista" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Lempinimi" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "Sähköposti" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Ylläpito" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Salasana" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Lähetä" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Lataa" @@ -1365,15 +1374,15 @@ msgstr "Lataa" msgid "View Books" msgstr "Näytä ekirjat" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Muokkaa" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Poista" @@ -1393,24 +1402,24 @@ msgstr "" msgid "E-mail Server Settings" msgstr "SMTP sähköpostipalvelimen asetukset" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP palvein" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP portti" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "SSL" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP tunnus" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Lähettäjän sähköposti" @@ -1430,7 +1439,7 @@ msgstr "Asetukset" msgid "Calibre Database Directory" msgstr "Calibre DB hakemisto" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Lokitaso" @@ -1442,7 +1451,7 @@ msgstr "Portti" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Kirjaa sivulla" @@ -1466,7 +1475,7 @@ msgstr "Etäkirjautuminen" msgid "Reverse Proxy Login" msgstr "" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "" @@ -1523,39 +1532,39 @@ msgstr "Yksityiskohdat" msgid "Current version" msgstr "Nykyinen versio" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Tarkista päivitykset" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Päivitä" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Haluatko varmasti uudelleenkäynnistää Calibre-Webin?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Ok" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Haluatko varmasti pysäyttää Calibre-Webin?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Päivitetään, älä päivitä sivua" @@ -1568,39 +1577,39 @@ msgid "In Library" msgstr "Kirjastossa" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "vähennä" @@ -1620,628 +1629,643 @@ msgstr "Poista tiedostomuodot:" msgid "Convert book format:" msgstr "Muunna kirjan tiedostomuoto:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Muunna muodosta:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "valitse vaihtoehto" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Muunna muotoon:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Muunna kirja" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Kirjan otsikko" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Kirjailija" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Kuvaus" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Tunnisteet" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Arvostelu" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Kannen osoite (jpg, kuva ladataan ja tallennetaan tietokantaan, kenttä jää uudelleen tyhjäksi)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Lataa kuva paikalliselta levyltä" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Julkaisupäivä" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Julkaisija" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Kieli" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Kyllä" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Ei" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Lataa tiedostomuoto" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "katso kirjaa muokkauksen jälkeen" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Hae metadata" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Avainsana" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Hae avainsanaa " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Klikkaa kantta ladataksesi metadata lomakkeelle" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Ladataan..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Sulje" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Lähde" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Hakuvirhe!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Ei osumia! Kokeile jotain tosita hakusanaa." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Otsikko" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Oletko aivan varma?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Calibre -tietokannan paikka" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Käytä Google Drivea?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Autentikoi Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre -kansio" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Katso kanava ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Kumoa" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Palvelinasetukset" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Palvelimen portti" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL sertifikaatin paikka (jätä tyhjäksi ei-SSL -palvelimella)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL avaintiedoston paikka (jätä tyhjäksi ei-SSL -palvelimella)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Päivityskanava" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Vakaa" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Öinen" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Lokitiedoston asetukset" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Lokitiedoston nimi ja paikka (calibre-web.log jos ei asetettu)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Ota pääsyloki käyttöön" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Pääsylokitiedoston nimi ja paikka (access.log jos ei asetettu)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Ominaisuuksien asetukset" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Salli lähetys" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Salli nimetön selailu" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Salli julkinen rekisteröinti" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Salli etäkirjautuminen (\"magic link\")" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Käytä Goodreads -palvelua" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Hae API-avain" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API-avain" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API-salaisuus" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Kirjautumisen tyyppi" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Käytä oletuskirjautumista" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Käytä LDAP kirjautumista" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Käytä OAuth kirjautumista" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "LDAP palvelimen nimi tai IP osoite" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "LDAP Palveimen portti" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Ei mitään" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "LDAP pääkäyttäjän käyttäjänimi" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "LDAP pääkäyttäjän salasana" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP DN" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP käyttäjä suodin (object filter)" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "LDAP palvelin on OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Hanki %(provider)s OAuth valtuutus" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth asiakas Id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth asiakas salaisuus" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Ulkoiset binäärit" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Unrar binäärin paikka" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Näytä konfiguraatio" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Satunnaisten kirjojen näytön lukumäärä" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Kirjailijoiden lukumäärä ennen piilotusta (0=poista piilotus)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Teema" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "oletusteema" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Tumma teema" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Regular expression sarakkeiden poisjättämiseen" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Linkitä luettu/ei luettu -tieto Calibren sarakkeeseen" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Regular expression nimikkeiden järjestämiseen" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Uuden käyttäjän oletusasetukset" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Pääkäyttäjä" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Salli kirjojen lataukset" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Salli kirjojen luku" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Salli lisäykset" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Salli muutokset" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Salli sananan vaihto" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Salli julkisten hyllyjen editointi" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Poissulje kieli" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Näytä kirjat kielellä" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Oletusnäkymä uusille käyttäjille" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Näytä satunnaisia kirjoja näkymässä" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "" @@ -2262,115 +2286,115 @@ msgstr "" msgid "Published" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Merkitse lukemattomaksi" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Merkitse luetuksi" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Luettu" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Kuvaus:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Lisää hyllyyn" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Muokkaa metadataa" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP salasana" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Tallenna asetukset ja testaa sähköpostia" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Palaa" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Rekisteröinnissä sallitut domainit" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Lisää domain" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Lisää" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Syötä domainnimi" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Seuraava" @@ -2395,12 +2419,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2472,8 +2496,8 @@ msgstr "" msgid "Books ordered by file formats" msgstr "" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "" @@ -2493,60 +2517,60 @@ msgstr "Vaihda navigointi" msgid "Search Library" msgstr "" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Ladataan..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Virhe" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Lataus tehty, prosessoidaan, ole hyvä ja odota..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Asetukset" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Tili" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Kirjaudu ulos" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Ladataan..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Selaa" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Tietoja" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Edellinen" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Kirjan tiedot" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Lataus tehty, prosessoidaan, ole hyvä ja odota..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Virhe" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Muista minut" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Kirjadu käyttäen magic link" @@ -2781,7 +2805,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "PDF lukija" @@ -2800,27 +2824,27 @@ msgstr "PDF lukija" msgid "Register New Account" msgstr "Rekisteröi uusi tili" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Valitse käyttäjänimi" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Sähköpostiosoitteesi" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Käytä toista laitetta, kirjaudu ja käy osoitteessa " -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Kun teet näin, sinut kirjataan automaattisesti sisään tälle laitteelle." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Linkki vanhenee 10 minuutissa." @@ -2836,88 +2860,88 @@ msgstr "" msgid "Results for:" msgstr "Tulosket haulle:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Julkaisupäivästä" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Julkaisupäivään" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Poissulje merkintä" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Poissulje sarja" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Poissulje sarja" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Poissulje kieli" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Arvio enemmän kun" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Arvio vähemmän kun" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Poista tämä hylly" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Hylly poistetaan kaikilta ja ikuisesti!" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "pitäisikö hyllyn olla julkinen?" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2925,7 +2949,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Vedä ja pudota muuttaaksesi järjestystä" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "" @@ -2985,55 +3009,47 @@ msgstr "Ajoaika" msgid "Start Time" msgstr "Käynnistysaika" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Tyhjennä valmistuneet tehtävät" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Piilota kaikki tehtävät" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Nollaa käyttäjän salasana" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Näytä kirjat kielellä" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "OAuth asetukset" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Linkitä" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Poista linkitys" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Poista tämä käyttäjä" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "" @@ -3041,96 +3057,96 @@ msgstr "" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Pääkäyttäjä" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Valitse käyttäjänimi" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Sähköpostiosoitteesi" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Testi sähköposti" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Skaalaa" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" msgstr "" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Salli sananan vaihto" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Muokkaa hyllyä" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Näytä sarjavalinta" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Näytä satunnaisia kirjoja" diff --git a/cps/translations/fr/LC_MESSAGES/messages.mo b/cps/translations/fr/LC_MESSAGES/messages.mo index 6f3342df..f59a9934 100644 Binary files a/cps/translations/fr/LC_MESSAGES/messages.mo and b/cps/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/fr/LC_MESSAGES/messages.po b/cps/translations/fr/LC_MESSAGES/messages.po index 79e03453..f3c0e1ca 100644 --- a/cps/translations/fr/LC_MESSAGES/messages.po +++ b/cps/translations/fr/LC_MESSAGES/messages.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-06-07 06:47+0200\n" "Last-Translator: \n" "Language: fr\n" @@ -33,733 +33,743 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "installé" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "non installé" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "installé" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statistiques" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Serveur redémarré, merci de rafraîchir la page" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Arrêt du serveur en cours, merci de fermer la fenêtre" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Reconnecté avec succès" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Commande inconnue" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Inconnu" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Page admin" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Configuration principale" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Configuration de l’interface utilisateur" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Utilisateur admin" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Tout" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "L'utilisateur n'a pas été trouvé" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "{} utilisateurs supprimés avec succès" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Montrer tout" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "Demande malformée" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "Le nom de l’invité ne peut pas être modifié" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "L’invité ne peut pas avoir ce rôle" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Aucun utilisateur admin restant, impossible de supprimer le rôle admin" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "La valeur doit être vraie ou fausse" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "Rôle invalide" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "L’invité ne peut pas avoir cette vue" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "Vue invalide" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "Les paramètres régionaux de l’invité sont déterminés automatiquement et ne peuvent pas être définis" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "Aucun paramètre régional valide n’est donné" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "Aucune langue de livre valide donnée" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "Paramètre non trouvé" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "Colonne de lecture non valide" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "Colonne restreinte non valide" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Configuration de Calibre-Web mise à jour" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Voulez-vous vraiment supprimer le jeton Kobo ?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "Voulez-vous vraiment supprimer ce domaine ?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "Voulez-vous vraiment supprimer cet utilisateur ?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Voulez-vous vraiment supprimer l’étagère ?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Voulez-vous vraiment supprimer l’étagère ?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "Voulez-vous vraiment modifier les langues de livre visibles pour le ou les utilisateurs sélectionnés ?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "Voulez-vous vraiment modifier le rôle sélectionné pour le ou les utilisateurs sélectionnés ?" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Voulez-vous vraiment modifier les restrictions sélectionnées pour le ou les utilisateurs sélectionnés ?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "Voulez-vous vraiment modifier les restrictions de visibilité sélectionnées pour le ou les utilisateurs sélectionnés ?" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Voulez-vous vraiment supprimer l’étagère?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Voulez-vous vraiment arrêter Calibre-Web ?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "Étiquette introuvable" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "Action invalide" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Refuser" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Autoriser" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json n'est pas configuré pour l'application Web" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "L'emplacement du fichier logfile est incorrect, veuillez saisir un chemin valide" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "L'emplacement du fichier Access Logfile est incorrect, veuillez saisir un chemin valide" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Veuillez saisir un fournisseur LDAP, Port, DN et l'identifiant objet de l'utilisateur" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Veuillez entrer un nom d'utilisateur valide pour réinitialiser le mot de passe" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "Veuillez entrer un compte de service LDAP" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "Le filtre objet du groupe LDAP a besoin d'un identifiant de format \"%s\"" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "Le filtre objet du groupe LDAP a une parenthèse non gérée" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "Le filtre objet de l'utilisateur LDAP a besoin d'un identifiant de format \"%s\"" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "Le filtre objet de l'utilisateur LDAP a une parenthèse non gérée" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "Le filtre utilisateur des membres LDAP doit avoir un identificateur de format \"%s\\ »" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "Le filtre utilisateur de membre LDAP a des parenthèses non appariées" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "LDAP CACertificat, certificat ou emplacement de clé non valide, veuillez entrer le chemin correct" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "Les paramètres de la base de données ne sont pas accessibles en écriture" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "L'emplacement de la base de données est incorrect, veuillez saisir un chemin valide" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "La base de données n'est pas accessible en écriture" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "L'emplacement du fichier Keyfile est incorrect, veuillez saisir un chemin valide" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "L'emplacement du fichier Certfile est incorrect, veuillez saisir un chemin valide" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Les paramètres du serveur de courriels ont été mis à jour" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Configuration des options" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Veuillez compléter tous les champs !" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "Cette adresse de courriel n’appartient pas à un domaine valide" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Ajouter un nouvel utilisateur" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Utilisateur '%(user)s' créé" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Un compte existant a été trouvé pour cette adresse de courriel ou pour ce surnom." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Utilisateur '%(nick)s' supprimé" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "Impossible de supprimer l’utilisateur Invité" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Aucun utilisateur admin restant, impossible de supprimer l’utilisateur" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Éditer l'utilisateur %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Utilisateur '%(nick)s' mis à jour" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Une erreur inconnue est survenue. Veuillez réessayer plus tard." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Modifier les paramètres du serveur de courriels" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "La vérification du compte Gmail réussie" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "Teste les courriels en file d’attente pour l’envoi à %(email)s, veuillez vérifier le résultat des tâches" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Il y a eu une erreur pendant l’envoi du courriel de test : %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Veuillez d'abord configurer votre adresse de courriel..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Les paramètres du serveur de courriels ont été mis à jour" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Le mot de passe de l’utilisateur %(user)s a été réinitialisé" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Veuillez configurer les paramètres SMTP au préalable..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Visualiseur de fichier journal" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Demande de mise à jour" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Téléchargement de la mise à jour" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Décompression de la mise à jour" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Remplacement des fichiers" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Les connexions à la base de données ont été fermées" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Arrêt du serveur" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Mise à jour terminée, merci d’appuyer sur okay et de rafraîchir la page" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "La mise à jour a échoué :" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "Erreur HTTP" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Erreur de connexion" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Délai d'attente dépassé lors de l'établissement de connexion" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Erreur générale" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Le fichier de mise à jour ne peut pas être sauvegardé dans le répertoire temporaire" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Impossible de créer au moins un utilisateur LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Impossible de créer au moins un utilisateur LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Erreur : %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Erreur : Aucun utilisateur renvoyé dans la réponse LDAP du serveur" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Au moins un utilisateur LDAP n'a pas été trouvé dans la base de données" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} utilisateur importé avec succès" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "non configuré" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Les permissions d'exécutions manquantes" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "La colonne personnalisée No.%(column)d n'existe pas dans la base de données calibre" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Le format du livre a été supprimé avec succès" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Le livre a été supprimé avec succès" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Erreur d'ouverture du livre numérique. Le fichier n'existe pas ou n'est pas accessible" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "modifier les métadonnées" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "%(seriesindex)s n’est pas un nombre valide, ignoré" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s n'est pas une langue valide" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "L’extension de fichier '%(ext)s' n’est pas autorisée pour être déposée sur ce serveur" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Pour être déposé le fichier doit avoir une extension" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Impossible de créer le chemin %(path)s (Permission refusée)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Échec de la sauvegarde du fichier %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Erreur de la base de données: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Le format de fichier %(ext)s a été ajouté à %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "Les identificateurs ne sont pas sensibles à la casse, écrasant l’ancien identificateur" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Les métadonnées ont bien été mises à jour" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Erreur d’édition du livre, veuillez consulter le journal (log) pour plus de détails" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Le fichier téléchargé existe probablement dans la librairie, veuillez le modifier avant de le télécharger de nouveau: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Le fichier %(filename)s ne peut pas être sauvegardé dans le répertoire temporaire" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Impossible de déplacer le fichier de couverture %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Le fichier %(file)s a été téléchargé" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Le format de conversion de la source ou de la destination est manquant" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Le livre a été mis avec succès en file de traitement pour conversion vers %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Une erreur est survenue au cours de la conversion du livre : %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "La configuration de Google Drive n’est pas terminée, essayez de désactiver et d’activer à nouveau Google Drive" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Le domaine de retour d’appel (Callback domain) est non vérifié, veuillez suivre les étapes nécessaires pour vérifier le domaine dans la console de développement de Google" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "le format %(format)s est introuvable pour le livre : %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "le %(format)s est introuvable sur Google Drive : %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s introuvable : %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Envoyer vers Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Ce courriel a été envoyé depuis Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Courriel de test de Calibre-Web" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Courriel de test" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Bien démarrer avec Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Courriel d’inscription pour l’utilisateur : %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Convertir de %(orig)s vers %(format)s et envoyer au Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Envoyer %(format)s vers le Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Envoyer vers Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Le fichier demandé n’a pu être lu. Problème de permission d’accès ?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "Échec de la suppression du dossier de livre pour le livre %(id)s, le chemin d’accès comporte des sous-dossiers : %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "La suppression du livre %(id)s a échoué: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Suppression du livre %(id)s, le chemin du livre est invalide : %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Renommer le titre de : '%(src)s' à '%(dest)s' a échoué avec l’erreur : %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "La modification du nom de fichier du chemin : '%(src)s' vers '%(dest)s' a échoué avec l’erreur : %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Le fichier %(file)s n'a pas été trouvé dans Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Le chemin du livre %(path)s n'a pas été trouvé dans Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Un compte existant a été trouvé pour cette adresse de courriel." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Cet utilisateur est déjà pris" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "Format de l’adresse courriel invalide" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Erreur lors du téléchargement de la couverture" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Erreur de format de couverture" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Impossible de créer le chemin pour la couverture" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Le fichier couverture n'est pas un fichier image valide, ou ne peut pas être stocké" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Seuls les fichiers jpg/jpeg/png/webp/bmp sont supportés comme fichier de couverture" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Seuls les fichiers jpg/jpeg sont supportés comme fichier de couverture" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Fichier binaire Unrar non trouvé" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Une erreur est survenue lors de l'exécution d'UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "En attente" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Echoué" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Débuté" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Terminé" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Statut inconnu" @@ -771,78 +781,78 @@ msgstr "Veuilllez ne pas accéder à calibre-web par localhost pour obtenir un a msgid "Kobo Setup" msgstr "Configuration Kobo" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Enregistrer avec %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "vous êtes maintenant connecté comme : '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Lien vers %(oauth)s effectué avec succès" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "La connexion a échoué, aucun utilisateur lié au compte OAuth" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Suppression de la liaison vers %(oauth)s effectuée avec succès" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Suppression de la liaison vers %(oauth)s a échoué" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Non lié à %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Échec de la connexion avec GitHub." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Impossible d’obtenir les informations d’utilisateur à partir de GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Échec de la connexion avec Google." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Impossible d’obtenir les informations d’utilisateur avec Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "Erreur Oauth GitHub, veuillez réessayer plus tard." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "Erreur Oauth Github : {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Erreur Oauth Google, veuillez réessayer plus tard." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Erreur Oauth Google : {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} Étoiles" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Connexion" @@ -858,7 +868,7 @@ msgstr "Jeton expiré" msgid "Success! Please return to your device" msgstr "Réussite! Merci de vous tourner vers votre appareil" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Livres" @@ -879,15 +889,15 @@ msgid "Downloaded Books" msgstr "Livres téléchargés" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Montrer les livres téléchargés" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Livres les mieux notés" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Montrer les livres les mieux notés" @@ -914,54 +924,54 @@ msgid "Discover" msgstr "Découvrir" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Montrer des livres au hasard" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Catégories" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Montrer la sélection par catégories" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Séries" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Montrer la sélection par séries" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Auteurs" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Montrer la sélection par auteur" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Éditeurs" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Montrer la sélection par éditeur" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Langues" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Montrer la sélection par langue" @@ -969,7 +979,7 @@ msgstr "Montrer la sélection par langue" msgid "Ratings" msgstr "Notes" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Afficher la sélection des évaluations" @@ -977,7 +987,7 @@ msgstr "Afficher la sélection des évaluations" msgid "File formats" msgstr "Formats de fichier" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Afficher la sélection des formats de fichiers" @@ -985,7 +995,7 @@ msgstr "Afficher la sélection des formats de fichiers" msgid "Archived Books" msgstr "Livres archivés" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Afficher les livres archivés" @@ -993,178 +1003,178 @@ msgstr "Afficher les livres archivés" msgid "Books List" msgstr "Liste des livres" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Montrer la liste des livres" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "L’étagère indiquée est invalide" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Désolé, vous n’êtes pas autorisé à ajouter un livre dans l’étagère: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Ce livre est déjà sur l’étagère : %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Le livre a bien été ajouté à l'étagère : %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Vous n’êtes pas autorisé à ajouter un livre dans l’étagère : %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Ces livres sont déjà sur l’étagère : %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Les livres ont été ajoutés à l’étagère : %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Impossible d’ajouter les livres à l’étagère : %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Le livre a été supprimé de l'étagère %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Désolé, vous n’êtes pas autorisé à enlever un livre de cette étagère : %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Créer une étagère" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Désolé, vous n’êtes pas autorisé à enlever un livre de cette étagère : %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Modifier une étagère" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Étagère %(title)s créée" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "L’étagère %(title)s a été modifiée" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Il y a eu une erreur" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Une étagère publique avec le nom '%(title)s' existe déjà." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Une étagère privée avec le nom '%(title)s' existe déjà." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Modifier l’arrangement de l’étagère : ‘%(name)s’" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Étagère : '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Erreur à l’ouverture de l’étagère. Elle n’existe plus ou n’est plus accessible" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Données inattendues lors de la lecture des informations de mise à jour" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Aucune mise à jour disponible. Vous avez déjà la dernière version installée" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Une nouvelle mise à jour est disponible. Cliquez sur le bouton ci-dessous pour charger la dernière version." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Impossible d'extraire les informations de mise à jour" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Téléchargez la dernière version en cliquant sur le bouton ci-dessous." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Une nouvelle mise à jour est disponible. Cliquez sur le bouton ci-dessous pour charger la version: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Aucune information concernant cette version n’est disponible" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Découvrir (Livres au hasard)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Livres populaires (les plus téléchargés)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Livres téléchargés par %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Auteur : %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Éditeur : '%(name)s'" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Séries : %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Évaluation : %(rating)s étoiles" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Format de fichier : %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Catégorie : %(name)s" @@ -1174,166 +1184,166 @@ msgstr "Catégorie : %(name)s" msgid "Language: %(name)s" msgstr "Langue : %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Recherche avancée" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Chercher" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Téléchargements" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Liste des évaluations" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Liste de formats de fichiers" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Tâches" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Publié après le " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Publié avant le " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Évaluation <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Évaluation >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Status de lecture = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "Erreur lors de la recherche de colonnes personnalisées, veuillez redémarrer Calibre-Web" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Le livre a été mis en file de traitement avec succès pour un envoi vers %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Il y a eu une erreur en envoyant ce livre : %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Veuillez mettre à jour votre profil avec une adresse de courriel Kindle valide." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "Le serveur de courriel n'est pas configuré, veuillez contacter votre administrateur!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Créer un compte" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Votre adresse de courriel n’est pas autorisé pour une inscription" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Le courriel de confirmation a été envoyé à votre adresse." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Impossible d’activer l’authentification LDAP" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Connexion de secours comme: '%(nickname)s', le serveur LDAP est indisponible, ou l'utilisateur est inconnu" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Impossible de se connecter: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Mauvais nom d'utilisateur ou mot de passe" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Le nouveau mot de passe a été envoyé vers votre adresse de courriel" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Veuillez entrer un nom d'utilisateur valide pour réinitialiser le mot de passe" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Vous êtes maintenant connecté en tant que : ‘%(nickname)s’" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "Profil de %(name)s" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profil mis à jour" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "Aucun fichier gmail.json avec information OAuth valide trouvé" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "ebook-convert calibre %(tool)s non trouvé" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "Format %(format)s non trouvé sur le disque" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "Le convertisseur Ebook a échoué avec une erreur inconnue" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "La commande Kepubify-converter a échouée : %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Fichier converti non trouvé ou plus d'un fichier dans le chemin %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "La commande ebook-convert a échouée : %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Calibre a échoué avec l’erreur : %(error)s" @@ -1342,39 +1352,39 @@ msgstr "Calibre a échoué avec l’erreur : %(error)s" msgid "Users" msgstr "Liste des utilisateurs" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Nom d'utilisateur" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "Adresse de courriel" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Envoyer vers une adresse de courriel Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Administration" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Mot de passe" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Téléverser" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Télécharger" @@ -1382,15 +1392,15 @@ msgstr "Télécharger" msgid "View Books" msgstr "Afficher les livres" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Éditer" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Supprimer" @@ -1410,24 +1420,24 @@ msgstr "Importer des utilisateurs LDAP" msgid "E-mail Server Settings" msgstr "Paramètres du serveur de courriels" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "Nom d'hôte du serveur SMTP" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "Port du serveur SMTP" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Chiffrement" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "Compte utilisateur SMTP" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Expéditeur des courriels" @@ -1447,7 +1457,7 @@ msgstr "Configuration" msgid "Calibre Database Directory" msgstr "Répertoire de la base de données Calibre" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Niveau de journalisation" @@ -1459,7 +1469,7 @@ msgstr "Port" msgid "External Port" msgstr "Port exeterne" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Livres par page" @@ -1483,7 +1493,7 @@ msgstr "Connexion à distance Magic Link" msgid "Reverse Proxy Login" msgstr "Compte du Reverse Proxy" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Nom de l'en-tête du Reverse Proxy" @@ -1540,39 +1550,39 @@ msgstr "Détails" msgid "Current version" msgstr "Version actuelle" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Rechercher les mises à jour" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Effectuer la mise à jour" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Voulez-vous vraiment redémarrer Calibre-Web?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "OK" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Annuler" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Voulez-vous vraiment arrêter Calibre-Web?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Mise à jour en cours, ne pas rafraîchir la page" @@ -1585,39 +1595,39 @@ msgid "In Library" msgstr "Dans la librairie" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Trier en fonction de la date du livre, le plus récent en premier" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Trier en fonction de la date du livre, le plus ancien en premier" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Trier les titres dans l’ordre alphabétique" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Trier le titre dans l’ordre alphabétique inverse" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Trier en fonction de la date de publication, le plus récent en premier" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Trier en fonction de la date de publication, le plus ancien en premier" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "réduire" @@ -1637,629 +1647,644 @@ msgstr "Supprimer les formats :" msgid "Convert book format:" msgstr "Convertir le format du livre :" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Convertir depuis :" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "choisir une option" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Convertir vers :" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Convertir le livre" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Titre du livre" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Auteur" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Description" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identifiants" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Type d'identifiant" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Valeur d'identifiant" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Supprimer" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Ajouter un identifiant" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Étiquettes" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "ID de séries" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Évaluation" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Obtenir la couverture à partir d'une URL (JPEG - l'image sera téléchargée et sauvegardée dans la base de données)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Téléverser la couverture depuis un fichier en local" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Date de publication" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Éditeur" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Langue" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Oui" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Non" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Format du fichier téléversé" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Voir le livre lors de la sauvegarde" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Obtenir les métadonnées" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Sauvegarder" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Mot-clé" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Rechercher le mot-clé " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Cliquer sur la couverture pour importer les métadonnées dans le formulaire" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Chargement..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Fermer" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Source" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Erreur lors de la recherche!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Aucun résultat. Veuillez essayer avec un nouveau mot clé." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Ce champ est requis" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Fusionner les livres sélectionnés" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Supprimer la sélection" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "Échanger l’auteur et le titre" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Mettre à jour automatiquement le tri des titres" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Mettre à jour automatiquement le tri des auteurs" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Insérer le titre" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Titre" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Insérer le tri des titres" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Tri des titres" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Insérer le tri des auteurs" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Tri des auteurs" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Insérer les auteurs" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Insérer les catégories" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Insérer les séries" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Index des séries" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Insérer les langues" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Date de publication" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Insérer l’éditeur" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Êtes-vous vraiment sûr?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "Les livres avec titre vont être fusionnés depuis :" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "Dans le livre avec le titre :" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Fusionner" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Emplacement de la base de données Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Utiliser Google Drive ?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Authentification Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Répertoire Google Drive pour Calibre" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Révoquer" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "L'emplacement DB est incorrect, veuillez saisir un chemin valide" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Configuration du serveur" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Numéro de port du serveur" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Emplacement du fichier certificat SSL (laisser vide pour les serveurs non SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Emplacement du fichier Keyfile de chiffrement SSL (laisser vide pour les serveurs non SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Canal de mise à jour" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Stable" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Nightly" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Configuration du fichier journal" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Emplacement et nom du fichier journal (sera calibre-web.log si vide)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Activer le journal des accès" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Emplacement et nom du fichier journal d’accès (access.log pour aucune entrée)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Configuration des options" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Autoriser le téléversement de fichier" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Formats de fichiers à télécharger autorisés" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Autoriser la navigation anonyme" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Autoriser l’inscription publique" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Utiliser l'e-mail comme nom d'utilisateur" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Activer la connexion à distance Magic Link" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Activer la synchro Kobo" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Requêtes du Proxy inconnues vers le magasin Kobo" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Port externe du serveur (pour les appels d’API transférés par port)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Utiliser Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Obtenir la clé API" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Clé de l’API Goodreads" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Secret de l’API Goodreads" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Autoriser l'authentification Reverse Proxy" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Type de connexion" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Utiliser l’authentification standard" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Utiliser l’authentification LDAP" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Utiliser OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Nom d'hôte ou Adresse IP du serveur LDAP" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "Port du serveur LDAP" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "Chiffrement LDAP" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Aucun" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "Chemin d’accès LDAP CACertificat (uniquement requis pour l’authentification par certificat client)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "Chemin d’accès LDAP CACertificat (requis uniquement pour l’authentification par certificat client)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "Chemin d’accès au fichier de clés LDAP (requis uniquement pour l’authentification par certificat client)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "Authentification LDAP" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anonyme" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Non authentifié" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Simple" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "Nom d'utilisateur de l'administrateur LDAP" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "Mot de passe de l'administrateur LDAP" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Distinguished Name (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "Filtre objet de l'utilisateur LDAP" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "Est-ce que le serveur LDAP est OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "Les paramètres suivant sont nécessaires pour importer un utilisateur" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "Filtre objet de groupe LDAP" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "Nom de groupe LDAP" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "Champ des membres de groupe LDAP" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Détecter automatiquement" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Filtre personnalisé" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "Filtre utilisateur des membres LDAP" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Obtenir les identifiants OAuth %(provider)s" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "Client Id OAuth %(provider)s" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "Client secret OAuth %(provider)s" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Configuration des outils de conversion externes" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Chemin vers le convertisseur de livres Calibre" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Paramètres du convertisseur de livres Calibre" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Chemin vers le convertisseur de livres Kepubify" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Chemin d’accès à la commande UnRar" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Configuration du mode d’affichage" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Nombre de livres choisis au hasard à afficher" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Nombre d’auteurs à afficher avant de masquer (0=désactiver le masquage)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Thème" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Thème par défaut" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "Thème sombre caliBur!" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Expression régulière à utiliser pour filtrer les colonnes" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Lier le statut lu/non lu à la colonne équivalente dans Calibre" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Visualiser les restrictions basées sur la colonne Calibre" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Expression régulière à utiliser pour trier les titres" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Réglages par défaut pour les nouveaux utilisateurs" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Utilisateur admin" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Permettre les téléchargements" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Autoriser le visionneur de livres" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Permettre le téléversement de fichiers" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Permettre l'édition" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Permettre la suppression de livres" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Permettre le changement de mot de passe" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Autoriser la modification d’étagères publiques" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Exclure les langues" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Montrer les livres dans la langue" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Mode de visualisation par défaut pour les nouveaux utilisateurs" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Montrer aléatoirement des livres dans la vue détaillée" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Ajouter les étiquettes autorisées/refusées" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Ajouter les valeurs de colonnes autorisées/refusées" @@ -2280,115 +2305,115 @@ msgstr "" msgid "Published" msgstr "Publié" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Marquer comme non lu" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Marquer comme lu" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Lu" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Restaurer à partir de l'archive" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Ajouter comme archive" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Archivé" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Description :" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Ajouter à l'étagère" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Public)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Éditer les métadonnées" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "Choisissez le type de serveur" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "Utilisez le compte courriel standard" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "Compte Gmail avec vérification OAuth2" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "Configuration du compte Gmail comme serveur courriel" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "Révoquer l’accès Gmail" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "Mot de passe SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Limite de la taille de la pièce jointe" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Sauvegarder les réglages et tester l’envoi d’un courriel" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Retour" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Domaines autorisés (Liste blanche)" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Ajouter un domaine" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Ajouter" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Saisir le nom du domaine" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Domaines refusés (Liste noire)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Suivant" @@ -2414,12 +2439,12 @@ msgid "Logout User" msgstr "Déconnecter l’utilisateur" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Trier les auteurs dans l’ordre alphabétique" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Trier les auteurs dans l’ordre alphabétique inverse" @@ -2491,8 +2516,8 @@ msgstr "Livres classés par évaluation" msgid "Books ordered by file formats" msgstr "Livres classés par formats de fichiers" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Etagères" @@ -2512,60 +2537,60 @@ msgstr "Basculer la navigation" msgid "Search Library" msgstr "Chercher dans librairie" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Téléversement en cours..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Erreur" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Téléversement terminé, traitement en cours, veuillez patienter…." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Paramètres" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Compte" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Déconnexion" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Téléversement en cours..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Veuillez ne pas rafraîchir la page" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Explorer" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "À propos" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Précédent" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Détails du livre" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Téléversement terminé, traitement en cours, veuillez patienter…." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Erreur" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Se rappeler de moi" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Mot de passe oublié ?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Se connecter avec Magic Link" @@ -2800,7 +2825,7 @@ msgstr "Montrer" msgid "Hide" msgstr "Cacher" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "Lecteur PDF" @@ -2819,27 +2844,27 @@ msgstr "Lecteur PDF" msgid "Register New Account" msgstr "Enregistrer un nouveau compte" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Choisissez un nom d'utilisateur" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Votre adresse de courriel" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magic Link - Autoriser un nouvel appareil" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Utilisez votre autre appareil, connectez-vous et visitez:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Une fois fait, vous serez automatiquement connecté à cet appareil." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Le lien expirera après 10 minutes." @@ -2855,88 +2880,88 @@ msgstr "Chercher le terme:" msgid "Results for:" msgstr "Résultats pour :" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Date de publication (depuis)" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Date de publication (jusqu’à)" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Status de lecture" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Exclure les étiquettes" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Exclure les séries" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Exclure les séries" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Exclure les langues" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Extensions" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Exclure les extensions" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Évaluation supérieure à" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Évaluation inférieure à" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "Depuis" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "Vers" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Supprimer cette étagère" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Éditer les propriétés de l’étagère" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Organiser les livres manuellement" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Désactiver l’ordre de modification" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Activer l’ordre de modification" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "L’étagère sera supprimée pour tous les utilisateus" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Partager avec tout le monde" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "Synchronisez cette étagère avec l’appareil Kobo" @@ -2944,7 +2969,7 @@ msgstr "Synchronisez cette étagère avec l’appareil Kobo" msgid "Drag to Rearrange Order" msgstr "Glisser-déposer pour modifier l’ordre" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Livre caché" @@ -3004,55 +3029,47 @@ msgstr "Durée" msgid "Start Time" msgstr "Démarrage" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Supprimer les tâches terminées" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Masquer toutes les tâches" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Réinitialiser le mot de passe de l’utilisateur" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Montrer les livres dans la langue" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Réglages OAuth" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Relier" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Dissocier" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Jeton de synchro Kobo" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Créer/visualiser" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Ajouter les valeurs de colonnes personnalisées autorisées/refusées" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "Synchroniser uniquement les livres dans les étagères sélectionnées avec Kobo" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Supprimer l'utilisateur" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Générer l'URL d'authentification Kobo" @@ -3060,103 +3077,103 @@ msgstr "Générer l'URL d'authentification Kobo" msgid "Select..." msgstr "Sélectionner..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Utilisateur admin" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Choisissez un nom d'utilisateur" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Votre adresse de courriel" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Envoyer vers une adresse de courriel Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Courriel de test" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Échelle" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "Langues de livre visibles" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 #, fuzzy msgid "Edit Allowed Tags" msgstr "Sélectionner les étiquettes autorisées/refusées" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "Étiquettes autorisées" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 #, fuzzy msgid "Edit Denied Tags" msgstr "Sélectionner les étiquettes autorisées/refusées" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "Étiquettes refusées" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Edit Allowed Column Values" msgstr "Ajouter les valeurs de colonnes autorisées/refusées" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Allowed Column Values" msgstr "Ajouter les valeurs de colonnes autorisées/refusées" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy msgid "Edit Denied Column Values" msgstr "Ajouter les valeurs de colonnes autorisées/refusées" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Ajouter les valeurs de colonnes autorisées/refusées" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Permettre le changement de mot de passe" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "Vue" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Étagère publique" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 #, fuzzy msgid "Sync selected Shelves with Kobo" msgstr "Synchroniser les étagères sélectionnées avec Kobo" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Montrer la sélection par séries" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Montrer des livres au hasard" diff --git a/cps/translations/hu/LC_MESSAGES/messages.mo b/cps/translations/hu/LC_MESSAGES/messages.mo index 405ca01a..39ad732f 100644 Binary files a/cps/translations/hu/LC_MESSAGES/messages.mo and b/cps/translations/hu/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/hu/LC_MESSAGES/messages.po b/cps/translations/hu/LC_MESSAGES/messages.po index 39eac74e..e4ae4d4c 100644 --- a/cps/translations/hu/LC_MESSAGES/messages.po +++ b/cps/translations/hu/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2019-04-06 23:36+0200\n" "Last-Translator: \n" "Language: hu\n" @@ -18,731 +18,740 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "nincs telepítve" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statisztika" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "A kiszolgáló újraindult, tölts be újra az oldalt!" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "A kiszolgáló leállítása folyamatban, zárd be ezt az ablakot" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Ismeretlen" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Rendszergazda oldala" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Alapvető beállítások" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Felhasználói felület beállításai" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Rendszergazda felhasználó" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Mindent mutass" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "A Calibre-Web konfigurációja frissítve." -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Valóban törölni akarod a polcot?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Valóban törölni akarod a polcot?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Valóban törölni akarod a polcot?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Valóban törölni akarod a polcot?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Valóban le akarod állítani a Calibre-Web-et?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Az e-mail kiszolgáló beállításai frissítve." + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Funkciók beállítása" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Az összes mezőt ki kell tölteni!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "Az e-mail tartománya nem érvényes." -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Új felhasználó hozzáadása" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "A következő felhasználó létrehozva: %(user)s" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Már létezik felhasználó ehhez az e-mail címhez vagy felhasználói névhez." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "A felhasználó törölve: %(nick)s" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr " A felhasználó szerkesztése: %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "A felhasználó frissítve: %(nick)s" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Ismeretlen hiba történt. Próbáld újra később!" -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "SMTP beállítások változtatása" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Hiba történt a teszt levél küldése során: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "" -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Az e-mail kiszolgáló beállításai frissítve." -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "A(z) %(user)s felhasználó jelszavának alaphelyzetbe állítása" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Először be kell állítani az SMTP levelező beállításokat..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Frissítési csomag kérése" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Frissítési csomag letöltése" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Frissítési csomag kitömörítése" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Fájlok cserélése" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Adatbázis kapcsolatok lezárva" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Szerver leállítása" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "A frissítés települt, kattints az OK-ra és újra tölt az oldal" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "A frissítés nem sikerült:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP hiba" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Kapcsolódási hiba" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Időtúllépés a kapcsolódás során" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Általános hiba" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +msgid "Update file could not be saved in temp dir" msgstr "" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" msgstr "" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Hiba történt az e-könyv megnyitásakor. A fájl nem létezik vagy nem érhető el:" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "Metaadatok szerkesztése" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "A(z) %(langname)s nem érvényes nyelv" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "A(z) \"%(ext)s\" kiterjesztésű fájlok feltöltése nincs engedélyezve ezen a szerveren." -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "A feltöltendő fájlnak kiterjesztéssel kell rendelkeznie!" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Nem sikerült létrehozni az elérési utat (engedély megtagadva): %(path)s." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Nem sikerült elmenteni a %(file)s fájlt." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "A(z) %(ext)s fájlformátum hozzáadva a könyvhez: %(book)s." -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "A metaadatok sikeresen frissültek" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Hiba a könyv szerkesztése során, további részletek a naplófájlban." -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "" -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Az átalakításhoz hiányzik a forrás- vagy a célformátum!" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "A könyv sikeresen átalakításra lett jelölve a következő formátumra: %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Hiba történt a könyv átalakításakor: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "A Google Drive beállítása nem fejeződött be, próbáld kikapcsolni és újra aktíválni a Google Drive-ot." -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "A visszahívási tartomány nem ellenőrzött, kövesd az alábbi lépéseket a tartomány ellenőrzéséhez a Google Developer Console-ban:" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "A(z) %(format)s formátum nem található a következő könyvhöz: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s nem található a Google Drive-on: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s nem található: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Küldés Kindle-re" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Ez az e-mail a Calibre-Web-en keresztül lett küldve." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web teszt e-mail" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Teszt e-mail" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Kezdő lépések a Calibre-Web-bel" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Regisztrációs e-mail a következő felhasználóhoz: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "%(orig)s konvertálása %(format)s-ra és küldés Kindle-re" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "%(format)s küldése Kindle-re" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Küldés Kindle-re" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "A kért fájl nem olvasható. Esetleg jogosultsági probléma lenne?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "A cím átnevezése \"%(src)s\"-ról \"%(dest)s\"-ra nem sikerült a következő hiba miatt: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "\"%(src)s\" fájl átnevezése \"%(dest)s\"-re nem sikerült a következő hiba miatt: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "A \"%(file)s\" fájl nem található a Google Drive-on" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "A könyv elérési útja (\"%(path)s\") nem található a Google Drive-on" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Már létezik felhasználó ehhez az e-mail címhez." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Várakozás" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Nem sikerült" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Elindítva" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Végrehajtva" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Ismeretlen állapot" @@ -754,78 +763,78 @@ msgstr "" msgid "Kobo Setup" msgstr "" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "Be vagy jelentkezve mint: %(nickname)s" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "" -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "" -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "" -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "" -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Belépés" @@ -841,7 +850,7 @@ msgstr "A token érvényessége lejárt." msgid "Success! Please return to your device" msgstr "Sikerült! Újra használható az eszköz." -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "" @@ -862,15 +871,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Legjobb könyvek" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Legjobbra értékelt könyvek mutatása" @@ -897,54 +906,54 @@ msgid "Discover" msgstr "Felfedezés" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Mutass könyveket találomra" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Címkék" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Címke választó mutatása" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Sorozatok" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Sorozat választó mutatása" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Szerzők" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Szerző választó mutatása" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Kiadók" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Kiadó választó mutatása" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Nyelvek" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Nyelv választó mutatása" @@ -952,7 +961,7 @@ msgstr "Nyelv választó mutatása" msgid "Ratings" msgstr "" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "" @@ -960,7 +969,7 @@ msgstr "" msgid "File formats" msgstr "" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "" @@ -968,7 +977,7 @@ msgstr "" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -976,178 +985,178 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "A megadott polc érvénytelen!" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Elnézést, nem vagy jogosult hozzáadni a könyvet a következő polcra: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "A könyv már a következő polcon van: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "A könyv hozzá lett adva a következő polchoz: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Nincs jogosultságod könyvet tenni a következő polcra: %(name)s." -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "A könyvek már a következő polcon vannak: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "A könyvek hozzá lettek adva a következő polchoz: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Nem sikerült hozzáadni a könyveket a polchoz: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "A könyv el lett távolítva a polcról: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Sajnálom, nincs jogosultságot eltávolítani könyvet erről a polcról: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Polc készítése" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Sajnálom, nincs jogosultságot eltávolítani könyvet erről a polcról: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Polc szerkesztése" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "A következő polc létre lett hozva: %(title)s" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "A következő polc megváltoztatva: %(title)s" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Hiba történt" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "A következő polc átrendezése: %(name)s" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Polc: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Hiba a polc megnyitásakor. A polc nem létezik vagy nem elérhető." -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Ismeretlen adat a frissítési információk olvasásakor" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Nem érhető el újabb frissítés. Már a legújabb verzió van telepítve." -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Egy új frissítés érhető el. Kattints a lenti gombra a legújabb verzió frissítésére" -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Nem lehetett begyűjteni a frissítési információkat" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "" -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Új frissítés érhető el. Kattints az alábbi gombra a frissítéshez a következő verzióra: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Nincs információ a kiadásról." -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Felfedezés (könyvek találomra)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Kelendő könyvek (legtöbbet letöltöttek)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Kiadó: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Sorozat: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Címke: %(name)s" @@ -1157,166 +1166,166 @@ msgstr "Címke: %(name)s" msgid "Language: %(name)s" msgstr "Nyelv: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Részletes keresés" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Keresés" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Letöltések" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Feladatok" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Kiadva ezután: " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Kiadva ezelőtt: " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Értékelés <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Értékelés <= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "A könyv sikeresen küldésre lett jelölve a következő címre: %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Hiba történt a könyv küldésekor: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Először be kell állítani a kindle e-mail címet..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Regisztrálás" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Nem engedélyezett a megadott e-mail cím bejegyzése" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Jóváhagyó levél elküldve az email címedre." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Rossz felhasználó név vagy jelszó!" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)s profilja" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "A profil frissítve." -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Az e-könyv átalakítás nem sikerült: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1325,39 +1334,39 @@ msgstr "" msgid "Users" msgstr "Felhasználók listája" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Felhasználói név" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "E-mail" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Rendszergazda" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Jelszó" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Feltöltés" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Letöltés" @@ -1365,15 +1374,15 @@ msgstr "Letöltés" msgid "View Books" msgstr "" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Szerkesztés" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Törlés" @@ -1393,24 +1402,24 @@ msgstr "" msgid "E-mail Server Settings" msgstr "SMTP e-mail kiszolgáló beállítások" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP szervernév" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP port" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "SSL" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP felhasználó" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Küldő e-mail cím" @@ -1430,7 +1439,7 @@ msgstr "Konfiguráció" msgid "Calibre Database Directory" msgstr "Calibre adatbázis mappája:" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Naplózás szintje:" @@ -1442,7 +1451,7 @@ msgstr "Port:" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Könyvek oldalanként:" @@ -1466,7 +1475,7 @@ msgstr "Távoli belépés:" msgid "Reverse Proxy Login" msgstr "" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "" @@ -1523,39 +1532,39 @@ msgstr "Részletek" msgid "Current version" msgstr "Jelenlegi verzió" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Frissítés keresése" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Frissítés elkezdése" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Valóban újra akarod indítani a Calibre-Web-et?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "OK" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Valóban le akarod állítani a Calibre-Web-et?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Frissítés folyamatban, ne töltsd újra az oldalt" @@ -1568,39 +1577,39 @@ msgid "In Library" msgstr "Könyvtárban" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "csökkentsd" @@ -1620,628 +1629,643 @@ msgstr "Formátumok törlése:" msgid "Convert book format:" msgstr "Könyvformátum átalakítása:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Konvertálás erről:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "Válassz egy lehetőséget" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Konvertálás erre:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Könyv konvertálása" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Könyv címe" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Szerző" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Leírás" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Címkék" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Értékelés" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Borító URL (jpg, borító letöltve és elmentve az adatbázisban, a mező újra üres lesz utána)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Borító feltöltése helyi meghajtóról" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Kiadás éve" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Kiadó" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Nyelv" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Igen" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Nem" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Feltöltés formátuma" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Könyv megnézése szerkesztés után" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Metaadatok beszerzése" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Kulcsszó" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Keresési kulcsszó " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Kattints a borítóra a metadatok betöltésére" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Betöltés..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Bezárás" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Forrás" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Keresési hiba!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Nincs találat! Próbálj másik kulcsszót." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Név" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Biztosan?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Calibra adatbázis helye" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Használjon Google Drive-ot?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Google Drive hitelesítés" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre mappa" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Visszavonás" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Szerver beállítások" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Szerver port" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL hitelesítő fájl helye (nem SSL szerverekhez üresen kell hagyni)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL kulcsfájl helye (nem SSL szerverekhez üresen kell hagyni)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Frissítési forrás" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Stabil" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Éjszakai" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Naplózási beállítások" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Naplófájl helye és neve (üresen hagyva calibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Funkciók beállítása" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Feltöltés engedélyezése" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Böngészés bejelentkezés nélkül engedélyezése" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Nyilvános regisztráció engedélyezése" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Távoli belépés engedélyezése (\"varázs-hivatkozás\")" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "API-kulcs beszerzése" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API-kulcs" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API titkos kód" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Nincs" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Külső futtatható fájlok" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Az Unrar futtatási állományának helye" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Általános beállítások" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Találomra mutatott könyvek száma" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Mutatott szerzők száma (0=elrejtés kikapcsolása)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Téma" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Alapértelmezett téma" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! sötét téma" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Reguláris kifejezés oszlopok kihagyásához" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Olvasva/olvasatlan állapot hozzárendelése Calibre oszlophoz" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Reguláris kifejezés címek sorbarendezéséhez" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Új felhasználók alapértelmezett beállításai" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Rendszergazda felhasználó" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Letöltés engedélyezése" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Feltöltés engedélyezése" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Szerkesztés engedélyezése" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Jelszó változtatásának engedélyezése" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Nyilvános polcok szerkesztésének engedélyezése" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Nyelvek kizárása" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Mutasd a könyveket a következő nyelvvel" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Új felhasználók alapértelmezett látható elemei" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Mutasson könyveket találomra a részletes nézetben" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "" @@ -2262,115 +2286,115 @@ msgstr "" msgid "Published" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Legyen olvasatlan" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Legyen olvasott" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Olvasva" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Ismertető:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Hozzáadás polchoz" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Metaadatok szerkesztése" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP jelszó" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Beállítások mentése és teszt e-mail küldése" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Vissza" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Regisztráláshoz engedélyezett tartományok" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Tartomány hozzáadása" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Hozzáadás" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Tartomány megadása" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Következő" @@ -2395,12 +2419,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2472,8 +2496,8 @@ msgstr "" msgid "Books ordered by file formats" msgstr "" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "" @@ -2493,60 +2517,60 @@ msgstr "Navigáció átkapcsolása" msgid "Search Library" msgstr "" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Feltöltés..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Hiba" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Feltöltés kész, feldolgozás alatt, kérlek várj..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Beállítások" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Felhasználói fiók" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Kilépés" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Feltöltés..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Böngészés" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Névjegy" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Előző" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Könyv részletei" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Feltöltés kész, feldolgozás alatt, kérlek várj..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Hiba" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Emlékezz rám" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Belépés varázshivatkozással" @@ -2779,7 +2803,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 msgid "DJVU Reader" msgstr "" @@ -2796,27 +2820,27 @@ msgstr "Egyszerű txt olvasó" msgid "Register New Account" msgstr "Új felhasználó regisztrálása" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Válassz egy felhasználónevet" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Az e-mail címed" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Az első belépés után automatikusan be leszel léptetve ezen az eszközön." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "" @@ -2832,88 +2856,88 @@ msgstr "" msgid "Results for:" msgstr "Találatok a következőhöz:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Kiadás éve ettől: " -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Kiadás éve eddig: " -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Cimkék kizárása" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Sorozatok kizárása" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Sorozatok kizárása" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Nyelvek kizárása" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Értékelés nagyob mint" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Értékelés kisebb mint" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Polc törlése" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "A polc el fog tűnni mindenki számára és örökké!" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Nyilvános polc" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2921,7 +2945,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Húzd és dob a sorrend változtatásához" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "" @@ -2981,55 +3005,47 @@ msgstr "Futásidő" msgid "Start Time" msgstr "Indítás ideje" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Elvégzett feladatok törlése" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Összes feladat elrejtése" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Felhasználó jelszavának alaphelyzetbe állítása" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Mutasd a könyveket a következő nyelvvel" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "A felhasználó törlése" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "" @@ -3037,96 +3053,96 @@ msgstr "" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Rendszergazda felhasználó" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Válassz egy felhasználónevet" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Az e-mail címed" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Teszt e-mail" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Méretezés" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" msgstr "" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Jelszó változtatásának engedélyezése" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Polc szerkesztése" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Sorozat választó mutatása" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Könyvek találomra mutatása" diff --git a/cps/translations/it/LC_MESSAGES/messages.mo b/cps/translations/it/LC_MESSAGES/messages.mo index b811ef23..a9fd2ef8 100644 Binary files a/cps/translations/it/LC_MESSAGES/messages.mo and b/cps/translations/it/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/it/LC_MESSAGES/messages.po b/cps/translations/it/LC_MESSAGES/messages.po index a320d6b7..fcf2f28b 100644 --- a/cps/translations/it/LC_MESSAGES/messages.po +++ b/cps/translations/it/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2017-04-04 15:09+0200\n" "Last-Translator: ElQuimm \n" "Language: it\n" @@ -17,729 +17,739 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "installato" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "non installato" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "installato" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statistiche" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Server riavviato, per favore ricarica la pagina" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Eseguo l'arresto del server, per favore chiudi la finestra" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Ricollegato con successo" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Comando sconosciuto" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Sconosciuto" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Pagina di amministrazione" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Configurazione di base" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Configurazione dell'interfaccia utente" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" msgstr "Modifica gli utenti" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Tutti" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Utente non trovato" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "{} utente eliminato con successo" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "tutte le lingue presenti" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "Richiesta non formulata correttamente" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "Il nome dell'utente Guest (ospite) non può essere modificato" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "L'utente Guest (ospite) non può avere questo ruolo" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Non rimarrebbe nessun utente amministratore, non posso rimuovere il ruolo di amministratore" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "Il valore deve essere o vero o flaso" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "Ruolo non valido" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "L'utente Guest (ospite) non può avere questa schermata" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "Visualizzazione invalida" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "Le impostazioni locali dell'utente Guest (ospite) sono determinate automaticamente e non possono essere configurate" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "Nessuna lingua valida indicata" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "Nessuna lingua valida per il libro" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "Parametro non trovato" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "Colonna di lettura non valida" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "Colonna con restrizioni non valida" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "La configurazione di Calibre-Web è stata aggiornata" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Vuoi veramente eliminare il token di Kobo?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "Vuoi veramente eliminare questo dominio?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "Vuoi veramente eliminare questo utente?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Vuoi veramente eliminare questo scaffale?" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Sei sicuro di voler modificare le impostazioni locali dell'/degli utente/i selezionato/i?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "Sei sicuro di voler modificare le impostazioni delle lingue visualizzabili dell'/degli utente/i selezionato/i?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "Sei sicuro di voler modificare il ruolo evidenziato dell'/degli utente/i selezionato/i?" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Sei sicuro di voler modificare le impostazioni delle restrizioni di visualizzazione dell'/degli utente/i selezionato/i?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "Sei sicuro di voler modificare le impostazioni delle restrizioni di visualizzazione dell'/degli utente/i selezionato/i?" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Sei sicuro di voler modificare il ruolo evidenziato dell'/degli utente/i selezionato/i?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Vuoi veramente arrestare Calibre-Web?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "Etichetta non trovata" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "Azione non valida" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Nega" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Permetti" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json non è configurato per Web Application" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "La posizione del Logfile non è valida, per favore indica il percorso corretto" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "La posizione dell'Access Logfile non è valida, per favore indica il percorso corretto" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Per favore digita un Provider LDAP, porta, DN e User Object Identifier" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Per favore digita un nome di utente valido per resettare la password" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "LDAP Group Object Filter deve avere un \"%s\" Format Identifier" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "LDAP Group Object Filter contiene una parentesi senza la corrispettiva" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP User Object Filter deve avere un \"%s\" Format Identifier" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "LDAP User Object Filter contiene una parentesi senza la corrispettiva" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP Member User Filter deve avere un \"%s\" Format Identifier" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "LDAP Member User Filter contiene una parentesi senza la corrispettiva" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "LDAP CACertificate, il certificato o la posizione della chiave non sono corretti, per favore indica il percorso corretto" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "I parametri del DB non sono scrivibili" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "La posizione del DB non è valida, per favore indica il percorso corretto" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "Il DB non è scrivibile" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "La posizione del Keyfile non è valida, per favore indica il percorso corretto" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "La posizione del Certfile non è valida, per favore indica il percorso corretto" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Configurazione del server e-mail aggiornata" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Ulteriori opzioni" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Per favore compila tutti i campi!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "L'e-mail non proviene da un dominio valido" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Aggiungi un nuovo utente" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "L'utente '%(user)s' è stato creato" -#: cps/admin.py:1365 +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." msgstr "Trovato un account esistente con questo e-mail o nome di utente" -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "L'utente '%(nick)s' è stato eliminato" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "Non posso eliminare l'utente Guest (ospite)" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Non rimarrebbe nessun utente amministratore, non posso eliminare l'utente" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Modifica l'utente %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "L'utente '%(nick)s' è stato aggiornato" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Si è verificato un errore sconosciuto: per favore riprova." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Modifica le impostazioni del server e-mail" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "L'account Gmail è stato verificato con successo" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "L'e-mail di test è stato accodato con successo per essere spedito a %(email)s, per favore verifica tramite il pulsante 'Compito' il risultato" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Si è verificato un errore nell'invio dell'e-mail di test: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Per favore prima configura il tuo indirizzo e-mail..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Configurazione del server e-mail aggiornata" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "La password dell'utente %(user)s è stata resettata" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Configura dapprima le impostazioni del server SMTP..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Visualizzatore del Logfile" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Richiedo il pacchetto di aggiornamento" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Scarico il pacchetto di aggiornamento" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Decomprimo il pacchetto di aggiornamento" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Sostituisco i file" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Le connessioni al database sono chiuse" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Arresto il server" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Aggiornamento completato, per favore premi ok e ricarica la pagina" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Aggiornamento non riuscito:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "Errore HTTP" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Errore di connessione" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Tempo scaduto nello stabilire la connessione" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Errore generale" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Il file di aggiornamento non può essere salvato nella cartella temporanea" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Fallita la creazione di almeno un utente LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Fallita la creazione di almeno un utente LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Errore: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Errore: nessun utente restituito in risposta dal server LDAP" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Almeno un utente LDAP non è stato trovato nel database" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} utente importato con successo" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "non configurato" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Mancano i permessi di esecuzione" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "La colonna personale no.%(column)d non esiste nel database di Calibre" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Il formato del libro è stato eliminato con successo" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Il libro é stato eliminato con successo" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Errore durante l'apertura del libro selezionato. Il file non esiste o il file non è accessibile" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "modifica i metadati" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s non è una lingua valida" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Non è consentito caricare file con l'estensione '%(ext)s' su questo server" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Il file da caricare deve avere un'estensione" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Impossibile creare la cartella %(path)s (autorizzazione negata)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Il salvataggio del file %(file)s non è riuscito." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Errore nel database: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Ho aggiunto il formato %(ext)s al libro %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "Gli identificatori non tengono conto delle lettere maiuscole o minuscole, sovrascrivo l'identificatore precedente" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "I metadati sono stati aggiornati con successo" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Errore nella modifica del libro. Per favore verifica i dettagli nel file di registro (logfile)" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Probabilmente il libro caricato esiste già nella libreria; considera di cambiare prima di sottoporlo nuovamente: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Il file %(filename)s non può essere salvato nella cartella temporanea" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Impossibile spostare il file della copertina %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Il file %(file)s è stato caricato" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Mancano o il formato sorgente o quello di destinazione, entrambi necessari alla conversione" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Libro accodato con successo per essere convertito in %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Si è verificato un errore durante la conversione del libro: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "La configurazione di Google Drive non è stata completata correttamente. Prova a disattivare e riattivare nuovamente Google Drive" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Callback domain non è stato verificato. Per favore intraprendi il necessario per verificare il dominio nella developer console di Google" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "Formato %(format)s non trovato per il libro: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s non trovato su Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s non trovato: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Invia a Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Questo e-mail è stato spedito tramite Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "E-mail di test da Calibre-Web" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "E-mail di test" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Inizia con Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "E-mail di registrazione dell'utente: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Converti %(orig)s in %(format)s e spedisci a Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Invia %(format)s a Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Invia a Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Il file richiesto non può essere letto. I permessi sono corretti?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "L'eliminazione della cartella del libro %(id)s non è riuscita, il percorso ha sottocartelle: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "L'eliminazione del libro %(id)s non è riuscita: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Eliminazione del libro %(id)s. Il percorso del libro non è valido: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "La modifica del titolo da '%(src)s' a '%(dest)s' è terminata con l'errore: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "La modifica del file nella cartella da '%(src)s' a '%(dest)s' è terminata con l'errore: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "File %(file)s non trovato su Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Non ho trovato la cartella %(path)s del libro su Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" msgstr "Ho trovato un account creato in precedenza con questo indirizzo e-mail." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Questo nome di utente è già utilizzato" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "L'e-mail non è scritto in un formato valido" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Errore nello scaricare la copertina" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Errore di formato della copertina" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Errore nel creare la cartella per la copertina" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Il file della copertina non è in un formato immagine valido o non può essere salvato" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Solamente i file nei formati jpg/jpeg/png/webp/bmp sono supportati per le copertine" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Solamente i file nei formati jpg/jpeg sono supportati per le copertine" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Non ho trovato il file binario di UnRar" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Errore nell'eseguire UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Attendi" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Non riuscito" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Avviato" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Terminato" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Stato sconosciuto" @@ -751,78 +761,78 @@ msgstr "Per favore accedi a calibe-web non da localhost per ottenere un api-endp msgid "Kobo Setup" msgstr "Configurazione di Kobo" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Registra con %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "ora sei connesso come: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Collegamento a %(oauth)s avvenuto con successo" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Accesso non riuscito, non c'è un utente collegato all'account OAuth" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Scollegamento da %(oauth)s avvenuto con successo" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Scollegamento da %(oauth)s non riuscito" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Non collegato a %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Accesso con GitHub non è riuscito." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Il recupero delle informazioni dell'utente da GitHub non è riuscito." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "L'accesso con Google non è riuscito." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Il recupero delle informazioni dell'utente da Google non è riuscito." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub, errore Oauth: per favore riprova più tardi." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "GitHub, errore Oauth: {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google, errore Oauth: per favore riprova più tardi." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Google, errore Oauth: {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} Stelle" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Accesso" @@ -838,7 +848,7 @@ msgstr "Il token è scaduto" msgid "Success! Please return to your device" msgstr "Riuscito! Torna al tuo dispositivo" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Libri" @@ -859,15 +869,15 @@ msgid "Downloaded Books" msgstr "Libri scaricati" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Mostra l'opzione per la visualizzazione dei libri scaricati" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Libri meglio valutati" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Mostra l'opzione per la selezione dei libri meglio valutati" @@ -894,54 +904,54 @@ msgid "Discover" msgstr "Per scoprire" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Mostra libri casualmente" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Categorie" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Mostra l'opzione per la selezione delle categorie" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Serie" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Mostra l'opzione per la selezione delle serie" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Autori" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Mostra l'opzione per la selezione degli autori" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Editori" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Mostra l'opzione per la selezione degli editori" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Lingue" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Mostra l'opzione per la selezione delle lingue" @@ -949,7 +959,7 @@ msgstr "Mostra l'opzione per la selezione delle lingue" msgid "Ratings" msgstr "Valutazioni" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Mostra l'opzione per la selezione della valutazione" @@ -957,7 +967,7 @@ msgstr "Mostra l'opzione per la selezione della valutazione" msgid "File formats" msgstr "Formati file" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Mostra l'opzione per la selezione del formato dei file" @@ -965,7 +975,7 @@ msgstr "Mostra l'opzione per la selezione del formato dei file" msgid "Archived Books" msgstr "Libri archiviati" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Mostra l'opzione per la selezione dei libri archiviati" @@ -973,178 +983,178 @@ msgstr "Mostra l'opzione per la selezione dei libri archiviati" msgid "Books List" msgstr "Elenco libri" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Mostra l'opzione per visualizzare i libri sottoforma di elenco" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Lo scaffale specificato non è valido" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Mi spiace, ma non sei autorizzato ad aggiungere libri allo scaffale: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Il libro è gia presente nello scaffale: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Il libro è stato aggiunto allo scaffale: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Non sei autorizzato ad aggiungere libri allo scaffale: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "I libri sono già presenti nello scaffale: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "I libri sono stati aggiunti allo scaffale: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Non posso aggiungere libri allo scaffale: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Il libro è stato rimosso dallo scaffale: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Spiacente, ma non sei autorizzato a togliere libri dallo scaffale: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Crea uno scaffale" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Spiacente, ma non sei autorizzato a togliere libri dallo scaffale: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Modifica uno scaffale" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Lo scaffale %(title)s è stato creato" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Lo scaffale %(title)s è stato modificato" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "C'era un errore" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Esiste già uno scaffale pubblico denominato '%(title)s'." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Esiste già uno scaffale privato denominato '%(title)s'." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Modifica l'ordine dello scaffale: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Scaffale: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Errore durante l'apertura dello scaffale. Lo scaffale non esiste o non è accessibile" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Dati inattesi durante il processo di aggiornamento" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Nessun aggiornamento disponibile. Hai già installata l'ultima versione" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Nuovo aggiornamento disponibile. Clicca sul pulsante sottostante per aggiornare all'ultima versione." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Impossibile recuperare le informazioni di aggiornamento" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Clicca sul pulsante per aggiornare all'ultima versione stabile." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Nuovo aggiornamento disponibile. Clicca sul pulsante sottostante per aggiornare alla versione: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Non sono disponibili informazioni sulla versione" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Scopri (libri casuali)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "I libri più richiesti" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "I libri scaricati da %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Autore: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Editore: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Serie: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Valutazione: %(rating)s stelle" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Formato del file: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Categoria: %(name)s" @@ -1154,166 +1164,166 @@ msgstr "Categoria: %(name)s" msgid "Language: %(name)s" msgstr "Lingua: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Ricerca avanzata" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Cerca" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Downloads" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Elenco delle valutazioni" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Elenco dei formati" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Compito" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Pubblicato dopo il " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Pubblicato prima del " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Valutazione <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Valutazione >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Stato di lettura = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Libro accodato con successo per essere spedito a %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Oops! Si è verificato un errore durante l'invio di questo libro: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Per favore aggiorna il tuo profilo con un indirizzo e-mail Kindle a cui inviare i libri." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "Il server e-mail non è configurato, per favore contatta l'amministratore" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Registra" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Il tuo e-mail non è autorizzato alla registrazione" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Un messaggio di conferma è stato inviato al tuo recapito e-mail." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Non posso attivare l'autenticazione LDAP" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Fallback login come: '%(nickname)s', il server LDAP non è raggiungibile o l'utente è sconosciuto" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Non posso accedere: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Nome utente o password errati" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Una nuova password è stata inviata al tuo recapito e-mail" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Per favore digita un nome di utente valido per resettare la password" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Ora sei connesso come '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "Profilo di %(name)s" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profilo aggiornato" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "Ho trovato un gmail.json file senza informazione OAuth" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Non ho trovato il convertitore %(tool)s di libri di Calibre" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "Non ho trovato il formato %(format)s nel disco" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "La conversione del libro è terminata con un errore sconosciuto" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Si è verificato un errore con il convertitore Kepubify: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Non ho trovato il file convertito o ci sono più di un file nella cartella %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Errore nel convertitore: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Si è verificato un errore con Calibre: %(error)s" @@ -1322,39 +1332,39 @@ msgstr "Si è verificato un errore con Calibre: %(error)s" msgid "Users" msgstr "Elenco utenti" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Utente" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "Indirizzo e-mail" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Invia all'indirizzo e-mail di Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Amministrazione" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Password" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Upload" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Download" @@ -1362,15 +1372,15 @@ msgstr "Download" msgid "View Books" msgstr "Vedi libri" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Modifica" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Elimina" @@ -1390,24 +1400,24 @@ msgstr "Importa gli utenti LDAP" msgid "E-mail Server Settings" msgstr "Configurazione server e-mail" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "Indirizzo server SMTP" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "Porta SMTP" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Crittografia" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "Login SMTP" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "E-mail da" @@ -1427,7 +1437,7 @@ msgstr "Configurazione" msgid "Calibre Database Directory" msgstr "Cartella del database di Calibre" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Livello di log" @@ -1439,7 +1449,7 @@ msgstr "Porta" msgid "External Port" msgstr "Porta esterna" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Libri per pagina" @@ -1463,7 +1473,7 @@ msgstr "Magic Link Login remoto" msgid "Reverse Proxy Login" msgstr "Login reverse proxy" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Nome dell'intestazione Reverse Proxy" @@ -1520,39 +1530,39 @@ msgstr "Dettagli" msgid "Current version" msgstr "Versione attuale" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Ricerca aggiornamenti" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Esegui l'aggiornamento" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Vuoi veramente riavviare Calibre-Web?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Ok" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Annulla" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Vuoi veramente arrestare Calibre-Web?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Aggiornamento, non ricaricare la pagina." @@ -1565,39 +1575,39 @@ msgid "In Library" msgstr "Nella libreria" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Ordina secondo la data dei libri, prima i più recenti" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Ordina secondo la data dei libri, prima i più vecchi" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Ordina i titoli in ordine alfabetico" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Ordina i titoli in ordine alfabetico inverso" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Ordina secondo la data di pubblicazione, prima i più recenti" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Ordina secondo la data di pubblicazione, prima i più vecchi" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "riduci" @@ -1617,629 +1627,644 @@ msgstr "Elimina i formati:" msgid "Convert book format:" msgstr "Converti il libro nel formato:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Converti da:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "seleziona un formato" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Converti in:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Converti libro" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Titolo del libro" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Autore" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Descrizione" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identificatori" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Tipo di identificatore" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Valore dell'identificatore" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Rimuovi" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Aggiungi un identificatore" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Categorie" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "ID della serie" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Valutazione" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Carica la copertina da URL (jpeg - l'immagine della copertina viene scaricata e salvata nel database)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Carica la copertina dal disco locale" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Data di pubblicazione" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Editore" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Lingua" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Sì" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "No" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Carica formato" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Visualizza il libro dopo la modifica" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Ottieni metadati" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Salva" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Parola chiave" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " ricerca parola chiave " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Fai clic sulla copertina per caricare i metadati nel modulo" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Caricamento in corso..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Chiudi" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Fonte" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Errore nella ricerca!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Nessun risultato! Prova con un altro criterio di ricerca." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Questo campo è obbligatorio" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Unisci i libri selezionati" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Rimuovi le selezioni" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Aggiorna automaticamente l'ordinamento dei titoli" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Aggiorna automaticamente l'ordinamento degli autori" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Indica il titolo" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Titolo" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Indica l'ordinamento del titolo" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Ordinamento del titolo" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Indica l'ordinamento dell'autore" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Ordinamento dell'autore" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Indica gli autori" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Indica le categorie" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Indica le serie" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Indice delle serie" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Indica le lingue" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Data di pubblicazione" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Indica gli editori" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Sei veramente sicuro?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "I libri con il titolo vengono uniti da:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "Nel libro con il titolo:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Unisci" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Posizione del database di Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Utilizza Google Drive" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Autenticazione Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Cartella di Calibre in Google Drive" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "ID canale Watch Metadata" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Revoca" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "La posizione del DB non è valida, per favore indica il percorso corretto" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Configurazione del server" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Porta del server" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Percorso del file del certificato SSL (lascia vuoto per una configurazione del server senza SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Percorso del file della chiave SSL (lascia vuoto per una configurazione del server senza SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Canale d'aggiornamento" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Stabile" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Nightly" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Configurazione del Logfile" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Percorso e nome del Logfile (senza indicazioni sarà calibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Abilita l'Access Log" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Percorso e nome del Logfile di accesso (senza indicazioni sarà access.log)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Ulteriori opzioni" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Abilita il caricamento" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Formati di file autorizzati ad essere caricati" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Abilita la navigazione anonima" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Abilita la registrazione pubblica" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Utilizza l'e-mail quale nome di utente" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Attiva login remoto Magic Link" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Abilita la sincronia per Kobo" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Richieste proxy sconosciute allo store di Kobo" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Porta esterna del server (per chiamate API alle porte inoltrate)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Utilizza Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Otteni una chiave API" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "API di Goodreads" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API Secret" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Permetti l'autenticazione Reverse Proxy" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Tipo di login" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Utilizza l'autenticazione standard" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Utilizza l'autenticazione LDAP" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Utilizza OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Nome o indirizzo IP del server LDAP" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "Porta del server LDAP" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "Crittografia LDAP" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Nessuna" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "Percorso del CACertificate LDAP (necessario unicamente in caso di Client Certificate Authentication)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "Percorso del certificato LDAP (necessario unicamente in caso di Client Certificate Authentication)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "Percorso della chiave LDAP (necessario unicamente in caso di Client Certificate Authentication)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "Autenticazione LDAP" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anonimo" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Non autenticato" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Semplice" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "Nome di utente dell'amministratore LDAP" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "Password dell'amministratore LDAP" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Distinguished Name (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP User Object Filter" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "Il server LDAP è un server OpenLDAP." -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "I seguenti parametri sono necessari per importare utenti" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "LDAP Group Object Filter" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "LDAP Group Name" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "LDAP Group Members Field" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "LDAP Member User Filter Detection" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Autodetect - identifica automaticamente" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Filtro personalizzato" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "LDAP Member User Filter" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Ottieni le credenziali OAuth di %(provider)s" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth Client Id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Client Secret" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Files binari esterni" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Percorso del convertitore di libri di Calibre" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Configurazione del convertitore di libri di Calibre" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Percorso del convertitore di libri Kepubify" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Percorso del file binario di UnRar" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Configurazione aspetto biblioteca" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Numero di libri casuali da mostrare" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Numero di autori da mostrare prima di nascondere (0=disabilita mascheramento)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Tema" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Tema standard" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "Tema caliBlur! Dark" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Espressione regolare per ignorare le colonne" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Collega lo stato letto/non letto nella colonna di Calibre" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Visualizza le restrizioni basate sulla colonna di Calibre" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Espressione regolare per ordinare la visualizzazione dei titoli" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Impostazioni predefinite per i nuovi utenti" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Utente amministratore" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Permetti il download" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Permetti l'utilizzo del visualizzatore di libri" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Permetti l'upload" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Permetti la modifica" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Permetti l'eliminazione di libri" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Permetti la modifica della password" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Permetti la modifica degli scaffali pubblici" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Escludi lingue" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Mostra libri in" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Visibilità di base per i nuovi utenti" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Mostra libri scelti aleatoriamente nella vista dettagliata" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Aggiungi categorie permesse/negate" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Aggiungi valori personali permetti/nega nelle colonne" @@ -2260,117 +2285,117 @@ msgstr "" msgid "Published" msgstr "Pubblicato" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Marca come non letto" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Marca come letto" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Letto" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Ripristina dall'archivio" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Aggiungi all'archivio" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Archiviato" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Descrizione:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Aggiungi allo scaffale" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Pubblico)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Modifica metadati" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "Scegli il tipo di server" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "Utilizza un account e-mail standard" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 #, fuzzy msgid "Gmail Account with OAuth2 Verification" msgstr "Utilizza un account Gmail con la verifica OAuth2" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "Configura l'account Gmail quale server e-mail" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 #, fuzzy msgid "Revoke Gmail Access" msgstr "Revoca l'accesso Gmail" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "Password SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Dimensione massima dell'allegato" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Salva le impostazioni e invia e-mail di test" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Indietro" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Dominii autorizzati alla registrazione (Whitelist)" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Aggiungi dominio" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Aggiungi" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Digita il nome di dominio" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Dominii bloccati per la registrazione (Blacklist)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Prossimo" @@ -2396,12 +2421,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Ordina gli autori in ordine alfabetico" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Ordina gli autori in ordine alfabetico inverso" @@ -2473,8 +2498,8 @@ msgstr "Libri ordinati per valutazione" msgid "Books ordered by file formats" msgstr "Libri ordinati per formato" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Scaffali" @@ -2494,60 +2519,60 @@ msgstr "Alterna navigazione" msgid "Search Library" msgstr "Ricerca nella libreria" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Uploading..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Errore" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Caricamento riuscito, sto elaborando, per favore aspetta..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Configurazione" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Account" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Logout" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Uploading..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Per favore non ricaricare la pagina" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Naviga" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Informazioni su" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Precedente" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Dettagli del libro" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Caricamento riuscito, sto elaborando, per favore aspetta..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Errore" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Ricordami" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Password dimenticata?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Accedi con Magic Link" @@ -2781,7 +2806,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "Lettore PDF" @@ -2800,27 +2825,27 @@ msgstr "Lettore PDF" msgid "Register New Account" msgstr "Registra un nuovo account" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Scegli un nome utente" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Il tuo indirizzo e-mail" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magic Link - Autorizza un nuovo apparecchio" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Utilizza il tuo altro apparecchio, accedi e visita" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Una volta completato, verrai automaticamente connesso con questo dispositivo." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Il link scadrà tra 10 minuti." @@ -2836,87 +2861,87 @@ msgstr "Termine di ricerca:" msgid "Results for:" msgstr "Risultati per:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Data di pubblicazione da" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Data di pubblicazione fino a" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Stato di lettura" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Escludi categorie" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Escludi serie" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 msgid "Exclude Shelves" msgstr "Escludi scaffali" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Escludi lingue" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Estensioni" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Escludi estensioni" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Valutazione superiore a" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Valutazione inferiore a" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "Da:" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "A:" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Cancella questo scaffale" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Modifica le caratteristiche dello scaffale" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Disponi i libri manualmente" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Disabilita la modifica della disposizione" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Abilita la modifica della disposizione" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Lo scaffale verrà eliminato per tutti gli utenti" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Condividi con tutti" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2924,7 +2949,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Trascina per riordinare" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Libro nascosto" @@ -2984,55 +3009,47 @@ msgstr "Tempo d'esecuzione" msgid "Start Time" msgstr "Ora d'inizio" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Elimina le operazioni terminate" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Nascondi tutte le operazioni" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Reimposta la password dell'utente" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Mostra libri in" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Configurazione OAuth" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Collega" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Scollega" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Token Kobo Sync" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Crea/Visualizza" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Aggiungi valori personali permessi/negati nelle colonne" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Elimina utente" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Genera un URL di autenticazione per Kobo" @@ -3040,88 +3057,89 @@ msgstr "Genera un URL di autenticazione per Kobo" msgid "Select..." msgstr "Seleziona..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "Modifica utente" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 msgid "Enter Username" msgstr "Digita il nome utente" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 msgid "Enter E-mail Address" msgstr "Digita l'indirizzo e-mail" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Enter Kindle E-mail Address" msgstr "Digita l'email di Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "E-mail di Kindle" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "Locale" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "Lingue dei libri visualizzabili" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "Modifica le categorie permesse" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "Categorie permesse" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "Modifica le categorie negate" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "Categorie negate" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "Modifica i valori delle colonne permesse" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "Valori delle colonne permesse" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "Modifica i valori delle colonne negate" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +#, fuzzy +msgid "Denied Column Values" msgstr "Valori delle colonne negate" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 msgid "Change Password" msgstr "Modifica la password" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "Visualizza" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Modifica gli scaffali pubblici" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 msgid "Show read/unread selection" msgstr "Mostra l'opzione per la selezione dello stato letto/non letto" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Mostra l'opzione per presentare libri aleatoriamente" diff --git a/cps/translations/ja/LC_MESSAGES/messages.mo b/cps/translations/ja/LC_MESSAGES/messages.mo index aecda494..b38f8e41 100644 Binary files a/cps/translations/ja/LC_MESSAGES/messages.mo and b/cps/translations/ja/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ja/LC_MESSAGES/messages.po b/cps/translations/ja/LC_MESSAGES/messages.po index e0a4db65..66c0b479 100644 --- a/cps/translations/ja/LC_MESSAGES/messages.po +++ b/cps/translations/ja/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2018-02-07 02:20-0500\n" "Last-Translator: white \n" "Language: ja\n" @@ -18,726 +18,735 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "インストールされていません" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "" + +#: cps/about.py:117 msgid "Statistics" msgstr "統計" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "サーバを再起動しました。ページを再読み込みしてください" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "サーバをシャットダウンしています。ページを閉じてください" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "不明" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "管理者ページ" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "基本設定" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "UI設定" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" msgstr "" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Calibre-Web の設定を更新しました" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "" -#: cps/admin.py:591 +#: cps/admin.py:592 msgid "Are you sure you want to change Calibre library location?" msgstr "" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "メールサーバの設定を更新しました" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "機能設定" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "全ての項目を入力してください" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "このメールは有効なドメインからのものではありません" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "新規ユーザ追加" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "ユーザ '%(user)s' を作成しました" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "このメールアドレスかニックネームで登録されたアカウントが見つかりました" -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "ユーザ '%(nick)s' を削除しました" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "%(nick)s を編集" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "ユーザ '%(nick)s' を更新しました" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "不明なエラーが発生しました。あとで再試行してください。" -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "SMTP設定を変更" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "テストメールを %(res)s に送信中にエラーが発生しました" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "" -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "メールサーバの設定を更新しました" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "%(user)s 用のパスワードをリセット" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "初めにSMTPメールの設定をしてください" -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "更新データを要求中" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "更新データをダウンロード中" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "更新データを展開中" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "ファイルを置換中" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "データベースの接続を切断完了" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "サーバ停止中" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "アップデート完了、OKを押してページをリロードしてください" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "アップデート失敗:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTPエラー" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "接続エラー" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "接続を確立中にタイムアウトしました" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "エラー発生" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +msgid "Update file could not be saved in temp dir" msgstr "" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" msgstr "" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "メタデータを編集" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s は有効な言語ではありません" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "ファイル拡張子 '%(ext)s' をこのサーバにアップロードすることは許可されていません" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "アップロードするファイルには拡張子が必要です" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "%(path)s の作成に失敗しました (Permission denied)。" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "%(file)s を保存できません。" -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "ファイル形式 %(ext)s が %(book)s に追加されました" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "メタデータを更新しました" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "本の編集でエラーが発生しました。詳細はログファイルを確認してください" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "" -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "変換元の形式または変換後の形式が指定されていません" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "本の %(book_format)s への変換がキューに追加されました" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "この本の変換中にエラーが発生しました: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Googleドライブの設定が完了していません。Googleドライブを無効化してから再度有効にしてみてください" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "コールバックドメインが認証されていません。Google Developer Consoleでドメインを認証してください" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "ID: %(book)d の本に %(format)s フォーマットはありません" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "Googleドライブ: %(fn)s に %(format)s はありません" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s がありません: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Kindleに送信" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "このメールはCalibre-Web経由で送信されました。" -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web テストメール" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "テストメール" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Calibre-Webを始める" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "ユーザ: %(name)s 用の登録メール" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "%(orig)s を %(format)s に変換してからKindleに送信" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Kindleに %(format)s を送信" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Kindleに送信" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "要求されたファイルを読み込めませんでした。権限設定が正しいか確認してください。" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "エラー: %(error)s により、タイトルを %(src)s から %(dest)s に変更できませんでした。" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "エラー: %(error)s により、ファイルパスを %(src)s から %(dest)s に変更できませんでした。" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "ファイル %(file)s はGoogleドライブ上にありません" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "本のパス %(path)s はGoogleドライブ上にありません" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "このメールアドレスで登録されたアカウントがあります" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "待機中" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "失敗" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "開始" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "終了" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "不明" @@ -749,78 +758,78 @@ msgstr "" msgid "Kobo Setup" msgstr "" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "%(nickname)s としてログイン中" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "" -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "" -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "" -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "" -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "ログイン" @@ -836,7 +845,7 @@ msgstr "トークンが無効です" msgid "Success! Please return to your device" msgstr "成功です!端末に戻ってください" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "" @@ -857,15 +866,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "" @@ -892,54 +901,54 @@ msgid "Discover" msgstr "見つける" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "ランダムで本を表示" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "カテゴリ" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "カテゴリ選択を表示" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "シリーズ" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "シリーズ選択を表示" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "著者" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "著者選択を表示" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "出版社" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "出版社選択を表示" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "言語" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "言語選択を表示" @@ -947,7 +956,7 @@ msgstr "言語選択を表示" msgid "Ratings" msgstr "" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "" @@ -955,7 +964,7 @@ msgstr "" msgid "File formats" msgstr "" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "" @@ -963,7 +972,7 @@ msgstr "" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -971,178 +980,178 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "指定された本棚は無効です" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "申し訳ありませんが、あなたは %(shelfname)s に本を追加することが許可されていません" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "この本は %(shelfname)s にすでに追加されています" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "本を %(sname)s に追加しました" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "%(name)s に本を追加することが許可されていません" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "これらの本は %(name)s にすでに追加されています" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "本が %(sname)s に追加されました" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "%(sname)s に本を追加できません" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "本が %(sname)s から削除されました" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "申し訳ありませんが、%(sname)s から本を削除することが許可されていません" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "本棚を作成する" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "申し訳ありませんが、%(sname)s から本を削除することが許可されていません" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "本棚を編集する" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "%(title)s を作成しました" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "%(title)s を変更しました" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "エラーが発生しました" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "'%(name)s' 内の本の順番を変更する" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "本棚: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "本棚を開けません。この本棚は存在しないかアクセスできません" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "アップデート情報を読み込み中に予期しないデータが見つかりました" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "アップデートはありません。すでに最新バージョンがインストールされています" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "アップデートが利用可能です。下のボタンをクリックして最新バージョンにアップデートしてください。" -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "アップデート情報を取得できません" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "" -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "アップデートが利用可能です。下のボタンをクリックしてバージョン: %(version)s にアップデートしてください。" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "リリース情報がありません" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "本を見つける (ランダムで表示)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "出版社: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "シリーズ: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "カテゴリ: %(name)s" @@ -1152,166 +1161,166 @@ msgstr "カテゴリ: %(name)s" msgid "Language: %(name)s" msgstr "言語: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "詳細検索" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "検索" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "タスク" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "これ以降に出版 " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "これ以前に出版 " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "評価 <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "評価 >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "本の %(kindlemail)s への送信がキューに追加されました" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "%(res)s を送信中にエラーが発生しました" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "初めにKindleのメールアドレスを設定してください" -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "登録" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "このメールアドレスは登録が許可されていません" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "確認メールがこのメールアドレスに送信されました。" -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "ユーザ名またはパスワードが違います" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)s のプロフィール" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "プロフィールを更新しました" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Ebook-converter が失敗しました: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1320,39 +1329,39 @@ msgstr "" msgid "Users" msgstr "" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "ユーザ名" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "管理者" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "パスワード" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "アップロード" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "ダウンロード" @@ -1360,15 +1369,15 @@ msgstr "ダウンロード" msgid "View Books" msgstr "" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "編集" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "削除" @@ -1388,24 +1397,24 @@ msgstr "" msgid "E-mail Server Settings" msgstr "" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "暗号化" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "" @@ -1425,7 +1434,7 @@ msgstr "設定" msgid "Calibre Database Directory" msgstr "" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "ログレベル" @@ -1437,7 +1446,7 @@ msgstr "ポート番号" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "" @@ -1461,7 +1470,7 @@ msgstr "" msgid "Reverse Proxy Login" msgstr "" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "" @@ -1518,39 +1527,39 @@ msgstr "詳細" msgid "Current version" msgstr "現在のバージョン" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "更新を実行" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "" @@ -1563,39 +1572,39 @@ msgid "In Library" msgstr "ライブラリ内" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "減らす" @@ -1615,628 +1624,642 @@ msgstr "削除する形式:" msgid "Convert book format:" msgstr "変換する形式:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "変換元:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "選択肢を選ぶ" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "変換先:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "本を変換" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "本のタイトル" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "著者" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "詳細" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "タグ" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "評価" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "出版社" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "言語" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "はい" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "いいえ" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "キーワード" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr "キーワードを検索" -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "カバー画像をクリックしてメタデータをフォームに読み込んでください" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "読み込み中..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "閉じる" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "ソース" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "検索エラー" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "検索結果が見つかりません。別のキーワードで検索してみてください。" -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "タイトル" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "よろしいですか?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Googleドライブを利用しますか?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Googleドライブを認証" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Googleドライブ上のCalibreフォルダ" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "取り消す" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "サーバ設定" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "ポート" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL証明書の場所 (非SSLサーバでは空欄にしてください)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL鍵ファイルの場所 (非SSLサーバでは空欄にしてください)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "安定" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "最新" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "ログファイルの設定" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "ログファイル名 (空欄の場合はcalibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "機能設定" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "GoodreadsのAPIキー" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "GoodreadsのAPIシークレット" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "なし" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "外部バイナリ" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Unrarバイナリのパス" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "表示設定" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "テーマ" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "通常テーマ" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! ダークテーマ" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "ダウンロードを許可" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "アップロードを許可" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "編集を許可" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "パスワード変更を許可" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "みんなの本棚の編集を許可" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "言語を除外" + +#: cps/templates/config_view_edit.html:127 +msgid "Default Visible Language of Books" +msgstr "" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "" @@ -2257,115 +2280,115 @@ msgstr "" msgid "Published" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "未読に設定" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "既読に設定" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "読んだ" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "詳細:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "本棚に追加" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "戻る" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "ドメインを追加" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "追加" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "ドメイン名を入力" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "次" @@ -2390,12 +2413,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2467,8 +2490,8 @@ msgstr "" msgid "Books ordered by file formats" msgstr "" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "" @@ -2488,60 +2511,60 @@ msgstr "" msgid "Search Library" msgstr "" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "アップロード中..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "エラー" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "アップロード完了。現在処理中ですのでお待ち下さい..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "設定" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "アカウント" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "ログアウト" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "アップロード中..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "閲覧" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "このサイトについて" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "前" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "本の詳細" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "アップロード完了。現在処理中ですのでお待ち下さい..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "エラー" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "" @@ -2774,7 +2797,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 msgid "DJVU Reader" msgstr "" @@ -2791,27 +2814,27 @@ msgstr "テキストリーダ" msgid "Register New Account" msgstr "" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "ユーザ名を入力してください" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "あなたのメールアドレス" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "" -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "" @@ -2827,88 +2850,88 @@ msgstr "" msgid "Results for:" msgstr "結果:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "タグを除外" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "シリーズを除外" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "シリーズを除外" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "言語を除外" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "この本棚を削除" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2916,7 +2939,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "" @@ -2976,55 +2999,47 @@ msgstr "" msgid "Start Time" msgstr "" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "終了したタスクを削除する" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "すべてのタスクを非表示にする" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "ユーザパスワードをリセット" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "" @@ -3032,95 +3047,95 @@ msgstr "" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "ユーザ名を入力してください" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "あなたのメールアドレス" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "あなたのメールアドレス" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "テストメール" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "サイズ" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" msgstr "" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "パスワード変更を許可" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "本棚を編集する" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "シリーズ選択を表示" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "ランダムで本を表示" diff --git a/cps/translations/km/LC_MESSAGES/messages.mo b/cps/translations/km/LC_MESSAGES/messages.mo index 2d5e66a6..dd8baf60 100644 Binary files a/cps/translations/km/LC_MESSAGES/messages.mo and b/cps/translations/km/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/km/LC_MESSAGES/messages.po b/cps/translations/km/LC_MESSAGES/messages.po index 97e896ba..07f30e5e 100644 --- a/cps/translations/km/LC_MESSAGES/messages.po +++ b/cps/translations/km/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2018-08-27 17:06+0700\n" "Last-Translator: \n" "Language: km_KH\n" @@ -19,729 +19,738 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "មិនបានតម្លើង" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "" + +#: cps/about.py:117 msgid "Statistics" msgstr "ស្ថិតិ" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "ម៉ាស៊ីន server បានដំណើរការម្តងទៀត សូមបើកទំព័រជាថ្មី" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "កំពុងបិទម៉ាស៊ីន server សូមបិទផ្ទាំងនេះ" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "មិនដឹង" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "ទំព័ររដ្ឋបាល" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "ការកំណត់សាមញ្ញ" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "ការកំណត់ផ្ទាំងប្រើប្រាស់" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "អ្នកប្រើប្រាស់រដ្ឋបាល" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "បង្ហាញទាំងអស់" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះមែនទេ?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះមែនទេ?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះមែនទេ?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះមែនទេ?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះមែនទេ?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "ទំនាក់ទំនងទៅមូលដ្ឋានទិន្នន័យត្រូវបានផ្តាច់" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "ការកំណត់មុខងារ" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "សូមបំពេញចន្លោះទាំងអស់!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "បន្ថែមអ្នកប្រើប្រាស់ថ្មី" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "បានបង្កើតអ្នកប្រើប្រាស់ ‘%(user)s’" -#: cps/admin.py:1365 +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." msgstr "" -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "អ្នកប្រើប្រាស់ ‘%(nick)s’ ត្រូវបានលុប" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "កែប្រែអ្នកប្រើប្រាស់ %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "អ្នកប្រើប្រាស់ ‘%(nick)s’ ត្រូវបានកែប្រែ" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "" -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "ប្តូរការកំណត់ SMTP" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "" -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "សូមកំណត់អ៊ីមែល SMTP ជាមុនសិន" -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "កំពុងស្នើសុំឯកសារបច្ចុប្បន្នភាព" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "កំពុងទាញយកឯកសារបច្ចុប្បន្នភាព" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "កំពុងពន្លាឯកសារបច្ចុប្បន្នភាព" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "ទំនាក់ទំនងទៅមូលដ្ឋានទិន្នន័យត្រូវបានផ្តាច់" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "ការធ្វើបច្ចុប្បន្នភាពបានបញ្ចប់ សូមចុច okay រួចបើកទំព័រជាថ្មី" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +msgid "Update file could not be saved in temp dir" msgstr "" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" msgstr "" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "កែប្រែទិន្នន័យមេតា" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "ឯកសារប្រភេទ '%(ext)s' មិនត្រូវបានអនុញ្ញាតឲអាប់ឡូដទៅម៉ាស៊ីន server នេះទេ" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "ឯកសារដែលត្រូវអាប់ឡូដត្រូវមានកន្ទុយឯកសារ" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "មិនអាចបង្កើតទីតាំង %(path)s (ពុំមានសិទ្ធិ)។" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "មិនអាចរក្សាទុកឯកសារ %(file)s ។" -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "ឯកសារទម្រង់ %(ext)s ត្រូវបានបន្ថែមទៅ %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "មានបញ្ហាពេលកែប្រែសៀវភៅ សូមពិនិត្យមើល logfile សម្រាប់ព័ត៌មានបន្ថែម" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "" -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Callback domain មិនទាន់បានផ្ទៀងផ្ទាត់ឲប្រើទេ សូមធ្វើតាមជំហានដើម្បីផ្ទៀងផ្ទាត់ domain នៅក្នុង Google Developer Console" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "ផ្ញើទៅ Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "" -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "ផ្ញើទៅ Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "ឯកសារដែលបានស្នើសុំមិនអាចបើកបានទេ។ អាចនឹងខុសសិទ្ធិប្រើប្រាស់ទេដឹង?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "ប្តូរចំណងជើងពី “%(src)s” ទៅជា “%(dest)s” បរាជ័យដោយបញ្ហា: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "ឯកសារ %(file)s រកមិនឃើញក្នុង Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "ទីតាំងសៀវភៅ %(path)s រកមិនឃើញក្នុង Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" msgstr "" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "កំពុងរង់ចាំ" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "បានបរាជ័យ" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "បានចាប់ផ្តើម" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "បានបញ្ចប់" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "" @@ -753,78 +762,78 @@ msgstr "" msgid "Kobo Setup" msgstr "" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "ឥឡូវអ្នកបានចូលដោយមានឈ្មោះថា៖ ‘%(nickname)s’" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "" -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "" -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "" -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "" -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "ចូលប្រើប្រាស់" @@ -840,7 +849,7 @@ msgstr "វត្ថុតាងហួសពេលកំណត់" msgid "Success! Please return to your device" msgstr "ជោគជ័យ! សូមវិលមកឧបករណ៍អ្នកវិញ" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "" @@ -861,15 +870,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "សៀវភៅដែលមានការវាយតម្លៃល្អជាងគេ" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "បង្ហាញសៀវភៅដែលមានការវាយតម្លៃល្អជាងគេ" @@ -896,54 +905,54 @@ msgid "Discover" msgstr "ស្រាវជ្រាវ" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "បង្ហាញសៀវភៅចៃដន្យ" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "ប្រភេទនានា" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "បង្ហាញជម្រើសប្រភេទ" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "ស៊េរី" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "បង្ហាញជម្រើសស៊េរី" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "អ្នកនិពន្ធ" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "បង្ហាញជម្រើសអ្នកនិពន្ធ" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "ភាសានានា" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "បង្ហាញផ្នែកភាសា" @@ -951,7 +960,7 @@ msgstr "បង្ហាញផ្នែកភាសា" msgid "Ratings" msgstr "" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "" @@ -959,7 +968,7 @@ msgstr "" msgid "File formats" msgstr "" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "" @@ -967,7 +976,7 @@ msgstr "" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -975,178 +984,178 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "សូមអភ័យទោស អ្នកមិនមានសិទ្ធិដកសៀវភៅចេញពីធ្នើនេះទេ៖ %(sname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "សៀវភៅត្រូវបានបន្ថែមទៅធ្នើ៖ %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "សៀវភៅត្រូវបានដកចេញពីធ្នើ៖ %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "សូមអភ័យទោស អ្នកមិនមានសិទ្ធិដកសៀវភៅចេញពីធ្នើនេះទេ៖ %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "បង្កើតធ្នើ" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "សូមអភ័យទោស អ្នកមិនមានសិទ្ធិដកសៀវភៅចេញពីធ្នើនេះទេ៖ %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "កែប្រែធ្នើ" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "ធ្នើឈ្មោះ %(title)s ត្រូវបានបង្កើត" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "ធ្នើឈ្មោះ %(title)s ត្រូវបានប្តូរ" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "មានបញ្ហា" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "ប្តូរលំដាប់ធ្នើ៖ ‘%(name)s’" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "ធ្នើ៖ ‘%(name)s’" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "មានបញ្ហាពេលបើកធ្នើ។ ពុំមានធ្នើ ឬមិនអាចបើកបាន" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "" -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "" -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "ស្រាវជ្រាវ (សៀវភៅចៃដន្យ)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "សៀវភៅដែលត្រូវបានទាញយកច្រើនជាងគេ" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "ស៊េរី៖ %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "ប្រភេទ៖ %(name)s" @@ -1156,166 +1165,166 @@ msgstr "ប្រភេទ៖ %(name)s" msgid "Language: %(name)s" msgstr "ភាសា៖ %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "ស្វែងរកកម្រិតខ្ពស់" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "ស្វែងរក" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "ឯកសារ DLS" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "កិច្ចការនានា" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "បានបោះពុម្ភក្រោយ " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "បានបោះពុម្ភមុន " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "ការវាយតម្លៃ <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "ការវាយតម្លៃ >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "សៀវភៅបានចូលជួរសម្រាប់ផ្ញើទៅ %(kindlemail)s ដោយជោគជ័យ" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "មានបញ្ហានៅពេលផ្ញើសៀវភៅនេះ៖ %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "" -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "ចុះឈ្មោះ" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "" -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "ខុសឈ្មោះអ្នកប្រើប្រាស់ ឬលេខសម្ងាត់" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "ព័ត៌មានសង្ខេបរបស់ %(name)s" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "ព័ត៌មានសង្ខេបបានកែប្រែ" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Ebook-converter បានបរាជ័យ៖ %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1324,39 +1333,39 @@ msgstr "" msgid "Users" msgstr "បញ្ជីអ្នកប្រើប្រាស់" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "ឈ្មោះហៅក្រៅ" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "ឧបករណ៍ Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "រដ្ឋបាល" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "លេខសម្ងាត់" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "អាប់ឡូដ" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "ទាញយក" @@ -1364,15 +1373,15 @@ msgstr "ទាញយក" msgid "View Books" msgstr "" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "កែប្រែ" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "លុប" @@ -1392,24 +1401,24 @@ msgstr "" msgid "E-mail Server Settings" msgstr "" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "ឈ្មោះម៉ាស៊ីន SMTP" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "លេខ port SMTP" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "SSL" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "អ្នកចូលប្រើ SMTP" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "ពីអ៊ីមែល" @@ -1429,7 +1438,7 @@ msgstr "ការកំណត់" msgid "Calibre Database Directory" msgstr "ទីតាំង database Calibre" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "" @@ -1441,7 +1450,7 @@ msgstr "លេខ port" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "ចំនួនសៀវភៅក្នុងមួយទំព័រ" @@ -1465,7 +1474,7 @@ msgstr "ការចូលប្រើប្រាស់ពីចម្ងាយ msgid "Reverse Proxy Login" msgstr "" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "" @@ -1522,39 +1531,39 @@ msgstr "" msgid "Current version" msgstr "" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "រកមើលបច្ចុប្បន្នភាព" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "ធ្វើបច្ចុប្បន្នភាព" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "បាទ/ចាស" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "កំពុងធ្វើបច្ចុប្បន្នភាព សូមកុំបើកទំព័រជាថ្មី" @@ -1567,39 +1576,39 @@ msgid "In Library" msgstr "នៅក្នុងបណ្ណាល័យ" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "" @@ -1619,628 +1628,643 @@ msgstr "លុបឯកសារទម្រង់៖" msgid "Convert book format:" msgstr "" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "ចំណងជើងសៀវភៅ" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "អ្នកនិពន្ធ" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "ពិពណ៌នា" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Tag" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "លេខសម្គាល់ស៊េរី" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "ការវាយតម្លៃ" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "URL របស់ក្របមុខ (ឯកសារ JPG ក្របមុខត្រូវបានទាញយក និងរក្សាទុកក្នុង database ក្រោយមកចន្លោះនេះទទេម្តងទៀត)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "ថ្ងៃបោះពុម្ភ" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "អ្នកបោះពុម្ភ" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "ភាសា" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "បាទ/ចាស" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "ទេ" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "ទម្រង់អាប់ឡូដ" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "មើលសៀវភៅក្រោយពីកែប្រែ" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "មើលទិន្នន័យមេតា" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "ពាក្យគន្លឹះ" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr "ស្វែងរកពាក្យគន្លឹះ" -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "ចុចលើគម្របដើម្បីបញ្ចូលទិន្នន័យមេតាទៅក្នុង form" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "កំពុងដំណើរការ..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "បិទ" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "ប្រភព" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "ការស្វែងរកមានកំហុស!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "" -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "ចំណងជើង" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "ទីតាំង database របស់ Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "ប្រើ Google Drive ឬ?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "វាយបញ្ចូលគណនី Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Folder របស់ Google Drive Calibre" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "ដកសិទ្ធិ" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "ការកំណត់ម៉ាស៊ីន server" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "លេខ port របស់ម៉ាស៊ីន server" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "ទីតាំង SSL certfile (ទុកទទេសម្រាប់ម៉ាស៊ីន server ដែលមិនប្រើ SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "ទីតាំង SSL keyfile (ទុកទទេសម្រាប់ម៉ាស៊ីន server ដែលមិនប្រើ SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "ការកំណត់ logfile" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "ទីតាំង និងឈ្មោះ logfile (calibre-web.log ប្រសិនបើទទេ)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "ការកំណត់មុខងារ" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "អនុញ្ញាតការរុករកដោយអនាមិក" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "អនុញ្ញាតការចុះឈ្មោះសាធារណៈ" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "អនុញ្ញាតការ login ពីចម្ងាយ (ឬ “magic link”)" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "ទាញយក API key" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API key" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API secret" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "គ្មាន" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "មើលការកំណត់" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "ចំនួនសៀវភៅចៃដន្យដើម្បីបង្ហាញ" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "ការតុបតែង" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "ការតុបតែងសម្រាប់ប្រើ" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "ការតុបតែងពណ៌ងងឹត caliBlur!" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Regular expression សម្រាប់រំលងជួរឈរ" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "ភ្ជាប់ស្ថានភាពបានអាន/មិនទាន់បានអានទៅជួរឈររបស់ Calibre" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Regular expression ដើម្បីរៀបចំណងជើងតាមលំដាប់" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "ការកំណត់មកស្រាប់សម្រាប់អ្នកប្រើប្រាស់ថ្មី" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "អ្នកប្រើប្រាស់រដ្ឋបាល" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "អនុញ្ញាតឲទាញយក" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "អនុញ្ញាតឲអាប់ឡូត" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "អនុញ្ញាតឲកែប្រែ" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "អនុញ្ញាតឲលុបសៀវភៅ" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "អនុញ្ញាតឲប្តូរលេខសម្ងាត់" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "អនុញ្ញាតឲកែប្រែធ្នើសាធារណៈ" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "លើកលែងភាសា" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "បង្ហាញសៀវភៅដែលមានភាសា" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "ភាពមើលឃើញដែលមកស្រាប់សម្រាប់អ្នកប្រើប្រាស់ថ្មី" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "បង្ហាញសៀវភៅចៃដន្យក្នុងការបង្ហាញជាពិស្តារ" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "" @@ -2261,115 +2285,115 @@ msgstr "" msgid "Published" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "អាន" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "ពិពណ៌នា" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "បន្ថែមទៅធ្នើ" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "កែប្រែទិន្នន័យមេតា" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "លេខសម្ងាត់ SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "រក្សាទុកការកំណត់រួចផ្ញើអ៊ីមែលសាកល្បង" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "មកក្រោយ" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "បន្ទាប់" @@ -2394,12 +2418,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2471,8 +2495,8 @@ msgstr "" msgid "Books ordered by file formats" msgstr "" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "" @@ -2492,60 +2516,60 @@ msgstr "បិទ/បើកការរុករក" msgid "Search Library" msgstr "" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "កំពុងអាប់ឡូត..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "" + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "ការកំណត់" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "ចេញពីការប្រើប្រាស់" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "កំពុងអាប់ឡូត..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "រុករក" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "អំពី" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "មុន" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "ព័ត៌មានលម្អិតរបស់សៀវភៅ" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "" - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "ចងចាំខ្ញុំ" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "ចូលប្រើប្រាស់ដោយ magic link" @@ -2778,7 +2802,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 msgid "DJVU Reader" msgstr "" @@ -2795,27 +2819,27 @@ msgstr "កម្មវិធីមើល txt សាមញ្ញ" msgid "Register New Account" msgstr "ចុះឈ្មោះបង្កើតគណនីថ្មី" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "ជ្រើសរើសឈ្មោះអ្នកប្រើប្រាស់" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "អាសយដ្ឋានអ៊ីមែលរបស់អ្នក" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "ក្រោយពីនេះ អ្នកនឹងត្រូវបានឲចូលប្រើប្រាស់ក្នុងឧបករណ៍នេះដោយស្វ័យប្រវត្តិ។" -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "" @@ -2831,88 +2855,88 @@ msgstr "" msgid "Results for:" msgstr "លទ្ធផលសម្រាប់៖" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "ថ្ងៃបោះពុម្ភចាប់ពី" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "ថ្ងៃបោះពុម្ភរហូតដល់" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "លើកលែង tag" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "លើកលែងស៊េរី" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "លើកលែងស៊េរី" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "លើកលែងភាសា" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "ការវាយតម្លៃលើសពី" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "ការវាយតម្លៃតិចជាង" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "លុបធ្នើនេះ" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "ធ្នើនេះនឹងបាត់បង់ជាអចិន្ត្រៃយ៍សម្រាប់គ្រប់គ្នា!" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "តើធ្នើនេះគួរជាសាធារណៈទេ?" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2920,7 +2944,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "ទាញដើម្បីប្តូរលំដាប់" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "" @@ -2980,55 +3004,47 @@ msgstr "រយៈពេលដែលបានចាប់ផ្តើម" msgid "Start Time" msgstr "ពេលចាប់ផ្តើម" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "លុបការងារដែលបានបញ្ចប់" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "លាក់ការងារទាំងអស់" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "បង្ហាញសៀវភៅដែលមានភាសា" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "លុបអ្នកប្រើប្រាស់នេះ" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "" @@ -3036,94 +3052,94 @@ msgstr "" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "អ្នកប្រើប្រាស់រដ្ឋបាល" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "ជ្រើសរើសឈ្មោះអ្នកប្រើប្រាស់" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "អាសយដ្ឋានអ៊ីមែលរបស់អ្នក" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "ឧបករណ៍ Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" msgstr "" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "អនុញ្ញាតឲប្តូរលេខសម្ងាត់" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "កែប្រែធ្នើ" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "បង្ហាញជម្រើសស៊េរី" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "បង្ហាញសៀវភៅចៃដន្យ" diff --git a/cps/translations/nl/LC_MESSAGES/messages.mo b/cps/translations/nl/LC_MESSAGES/messages.mo index d678b934..5b8bc8bc 100644 Binary files a/cps/translations/nl/LC_MESSAGES/messages.mo and b/cps/translations/nl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/nl/LC_MESSAGES/messages.po b/cps/translations/nl/LC_MESSAGES/messages.po index b4503ef6..f58652f0 100644 --- a/cps/translations/nl/LC_MESSAGES/messages.po +++ b/cps/translations/nl/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web (GPLV3)\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-12-12 08:20+0100\n" "Last-Translator: Marcel Maas \n" "Language: nl\n" @@ -19,732 +19,742 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "geïnstalleerd" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "niet geïnstalleerd" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "geïnstalleerd" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statistieken" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "De server is herstart, vernieuw de pagina" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Bezig met het afsluiten van de server, sluit het venster" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Opnieuw verbinden gelukt" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Onbekende opdracht" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Onbekend" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Systeembeheer" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Basisconfiguratie" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Uiterlijk aanpassen" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Systeembeheerder" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Alles" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Gebruiker niet gevonden" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "{} gebruikers succesvol verwijderd" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Alle talen" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "Misvormd verzoek" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "Gast naam kan niet worden veranderd" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "Gast kan deze rol niet hebben" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Kan systeembeheerder rol niet verwijderen van de laatste systeembeheerder" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "Waarde moet Waar of Onwaar zijn" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "Ongeldige rol" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "Gast kan dit niet bekijken" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "Ongeldige waarde" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "Gasts locale is automatisch bepaald en kan niet handmatig worden ingesteld" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "Geen geldige locale is opgegeven" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "Geen geldige boek taal is opgegeven" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "Parameter is niet gevonden" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "Ongeldige gelezen kolom" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "Ongeldige beperkte kolom" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Calibre-Web-configuratie bijgewerkt" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Wil je je Kobo Token echt verwijderen?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "Wil je dit domein echt verwijderen?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "Wil je deze gebruiker echt verwijderen?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Weet je zeker dat je deze boekenplank wilt verwijderen?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Weet je zeker dat je de locales van de geselecteerde gebruiker(s) wil veranderen?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "Weet je zeker dat je de zichtbare talen voor de geselecteerde gebruiker(s) wil veranderen?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "Weet je zeker dat je de geselecteerde rol van de geselecteerde gebruiker(s) wil veranderen?" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Weet je zeker dat je de geselecteerde beperkingen voor de geselecteerde gebruikers(s) wil verwijderen?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "Weet je zeker dat je de geselecteerde zichtbaarheidsbeperkingen voor de geselecteerde gebruiker(s) wil veranderen?" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Weet je zeker dat je de synchronisatiegedrag van boekenplanken voor de geselecteerde gebruiker(s) wil veranderen?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Weet je zeker dat je de locatie van de Calibre-bibliotheek wil veranderen?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "Tag niet gevonden" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "Ongeldige actie" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Weigeren" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Toestaan" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json is niet geconfigureerd voor webapplicatie" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "De locatie van het logbestand is onjuist, voer een geldige locatie in" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "De locatie vam het toegangslog is onjuist, voer een geldige locatie in" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Voer alsjeblieft een LDAP Provider, Port, DN en User Object Identifier in" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "Voer een geldig LDAP Service Account en wachtwoord in" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "Voer een LDAP Service Account in" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "LDAP Groep Object Filter Moet Een \"%s\" Formaat Identificiatie hebben" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "LDAP Groep Object Filter heeft een niet-gebalanceerd haakje" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP Gebruiker Object Filter moet \"%s\" Formaat Identificatie hebben" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "LDAP Gebruiker Filter heeft een niet-gebalanceerd haakje" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP Lid Gebruiker Filter moet een \"%s\" Formaat Identificatie hebben" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "LDAP Lid Gebruiker Filter heeft een niet-gebalanceerd haakje" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "LDAP CACertficaat, Certificaat of Sleutel Locatie is ongeldig. Voer alsjeblieft een geldig pad in." -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "DB-instellingen niet opgeslagen" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "Database niet gevonden, voer de juiste locatie in" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "Kan niet schrijven naar database" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "SSL-sleutellocatie is niet geldig, voer een geldig pad in" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "SSL-certificaatlocatie is niet geldig, voer een geldig pad in" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "E-mailserver-instellingen bijgewerkt" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Databaseconfiguratie" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Vul alle velden in!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "Het e-mailadres bevat geen geldige domeinnaam" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Gebruiker toevoegen" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Gebruiker '%(user)s' aangemaakt" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Bestaand account met dit e-mailadres of deze gebruikersnaam aangetroffen." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Gebruiker '%(nick)s' verwijderd" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "Kan Gast gebruiker niet verwijderen" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Kan laatste systeembeheerder niet verwijderen" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Gebruiker '%(nick)s' bewerken" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Gebruiker '%(nick)s' bijgewerkt" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Onbekende fout opgetreden. Probeer het later nog eens." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "SMTP-instellingen bewerken" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "Gmail Account succesvol geverifieerd" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "Test E-Mail wordt verzonden naar %(email)s, controleer de taken voor het resultaat" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Fout opgetreden bij het versturen van de test-e-mail: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Gelieve eerst je e-mail adres configureren..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "E-mailserver-instellingen bijgewerkt" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Wachtwoord voor gebruiker %(user)s is hersteld" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Stel eerst SMTP-mail in..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Logbestand lezer" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Update opvragen" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Update downloaden" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Update uitpakken" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Update toepassen" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Databaseverbindingen zijn gesloten" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Bezig met stoppen van Calibre-Web" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Update voltooid, klik op 'Oké' en vernieuw de pagina" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Update mislukt:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP-fout" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Verbindingsfout" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Time-out tijdens maken van verbinding" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Algemene fout" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Geüpload bestand kon niet opgeslagen worden in de tijdelijke map" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Mislukt om minstens een LDAP gebruiker aan te maken" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Het is niet gelukt tenminste een LDAP gebruiker aan te maken" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Fout: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Fout: No user returned in response of LDAP server" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Minstens een LDAP Gebruiker is niet gevonden in de Database" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} Gebruiker succesvol geïmporteerd" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "niet geconfigureerd" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Kan programma niet uitvoeren" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "Aangepaste kolom Nr.%(column)d bestaat niet in de Calibre Database" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Het boekformaat is verwijderd" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Het boek is verwijderd" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Oeps! Geselecteerd boek is niet beschikbaar. Bestand bestaat niet of is niet toegankelijk" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "metagegevens bewerken" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "%(seriesindex)s is geen geldig nummer, sla het over" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s is geen geldige taal" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "De bestandsextensie '%(ext)s' is niet toegestaan op deze server" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Het te uploaden bestand moet voorzien zijn van een extensie" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Kan de locatie '%(path)s' niet aanmaken (niet gemachtigd)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Kan %(file)s niet opslaan." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Database fout: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Bestandsformaat %(ext)s toegevoegd aan %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "Identificatoren zijn niet hoofdlettergevoelig, overschrijf huidige identificatoren" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "De metagegevens zijn bijgewerkt" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Kan het boek niet bewerken, controleer het logbestand" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Geüpload boek staat mogelijk al in de bibliotheek, controleer alvorens door te gaan: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Bestand %(filename)s kon niet opgeslagen worden in de tijdelijke map" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Omslag %(file)s niet verplaatst: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Bestand %(file)s geüpload" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Bron- of doelformaat ontbreekt voor conversie" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Het boek is in de wachtrij geplaatst voor conversie naar %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Er is een fout opgetreden bij het converteren van dit boek: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Het instellen van Google Drive is niet afgerond, heractiveer Google Drive" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Het callback-domein is niet geverifieerd. Volg de stappen in de Google-ontwikkelaarsconsole om het domein te verifiëren" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s formaat niet gevonden voor boek met id: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s niet aangetroffen op Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s niet gevonden %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Versturen naar Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Deze e-mail is verstuurd via Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web - test-e-mail" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Test-e-mail" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Aan de slag met Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Registratie-e-mailadres van gebruiker: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "%(orig)s converteren naar %(format)s en versturen naar Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "%(format)s versturen naar Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "%(book)s verzonden naar Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Het opgevraagde bestand kan niet worden gelezen. Ben je hiertoe gemachtigd?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "Het verwijderen van de boekenmap voor boek %(id)s is mislukt, het pad heeft submappen: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "Verwijderen van boek %(id)s mislukt: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Verwijder boek %(id)s alleen uit database, boek pad is ongeldig: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Kan de titel '%(src)s' niet wijzigen in '%(dest)s': %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Kan het bestand in '%(src)s' niet wijzigen naar '%(dest)s': %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Bestand '%(file)s' niet aangetroffen op Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Boeken locatie '%(path)s' niet aangetroffen op Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Bestaand account met dit e-mailadres aangetroffen." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Deze gebruikersnaam is al in gebruik" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "Ongeldig E-Mail adres" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Fout bij downloaden omslag" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Onjuist omslagformaat" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Locatie aanmaken voor omslag mislukt" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Omslag-bestand is geen afbeelding of kon niet opgeslagen worden" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Alleen jpg/jpeg/png/webp/bmp bestanden worden ondersteund als omslag" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Alleen jpg/jpeg bestanden zijn toegestaan als omslag" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Unrar executable niet gevonden" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Fout bij het uitvoeren van Unrar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Wachten" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Mislukt" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Gestart" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Voltooid" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Onbekende status" @@ -756,78 +766,78 @@ msgstr "Je kunt Calibre-Web niet vanaf de lokale computer openen om een geldige msgid "Kobo Setup" msgstr "Kobo Instellen" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Aanmelden bij %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "je bent ingelogd als: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Koppeling gemaakt met %(oauth)s" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Inloggen mislukt, geen gebruiker gekoppeld aan OAuth account" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Koppeling met %(oauth)s verbroken" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Ontkoppelen van %(oauth)s mislukt" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Niet gelinkt aan %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Inloggen bij GitHub mislukt." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Opvragen gebruikersinfo bij GitHub mislukt." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Inloggen bij Google mislukt." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Opvragen gebruikersinfo bij Google mislukt." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub OAuth fout, probeer het later nog eens." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "Github OAuth foutmelding: {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google OAuth fout, probeer het later nog eens." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Google OAuth foutmelding: {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} sterren" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Inloggen" @@ -843,7 +853,7 @@ msgstr "Toegangssleutel is verlopen" msgid "Success! Please return to your device" msgstr "Gelukt! Ga terug naar je apparaat" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Boeken" @@ -864,15 +874,15 @@ msgid "Downloaded Books" msgstr "Gedownloade boeken" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Gedownloade boeken tonen" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Best beoordeelde boeken" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Best beoordeelde boeken tonen" @@ -899,54 +909,54 @@ msgid "Discover" msgstr "Willekeurige boeken" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Willekeurige boeken tonen" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Categorieën" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Categoriekeuze tonen" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Boekenreeksen" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Boekenreeksenkeuze tonen" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Auteurs" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Auteurkeuze tonen" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Uitgevers" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Uitgeverskeuze tonen" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Talen" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Taalkeuze tonen" @@ -954,7 +964,7 @@ msgstr "Taalkeuze tonen" msgid "Ratings" msgstr "Beoordelingen" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Beoordelingen tonen" @@ -962,7 +972,7 @@ msgstr "Beoordelingen tonen" msgid "File formats" msgstr "Bestandsformaten" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Bestandsformaten tonen" @@ -970,7 +980,7 @@ msgstr "Bestandsformaten tonen" msgid "Archived Books" msgstr "Gearchiveerde boeken" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Gearchiveerde boeken tonen" @@ -978,178 +988,178 @@ msgstr "Gearchiveerde boeken tonen" msgid "Books List" msgstr "Boekenlijst" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Boekenlijst tonen" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Ongeldige boekenplank opgegeven" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Sorry, je mag geen boeken toevoegen aan boekenplank: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Dit boek maakt al deel uit van boekenplank: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Het boek is toegevoegd aan boekenplank: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Je bent niet gemachtigd om boeken toe te voegen aan boekenplank: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Deze boeken maken al deel uit van boekenplank: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "De boeken zijn toegevoegd aan boekenplank: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Kan boeken niet toevoegen aan boekenplank: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Het boek is verwijderd van boekenplank: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Je bent niet gemachtigd om boeken te verwijderen van boekenplank: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Boekenplank maken" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Je bent niet gemachtigd deze boekenplank aan te passen" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Pas een boekenplank aan" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Boekenplank '%(title)s' aangemaakt" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Boekenplank '%(title)s' is aangepast" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Er is een fout opgetreden" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Een openbare boekenplank met de naam '%(title)s' bestaat al." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Een persoonlijke boekenplank met de naam '%(title)s' bestaat al." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Volgorde van boekenplank veranderen: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Boekenplank: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Kan boekenplank niet openen: de boekenplank bestaat niet of is ontoegankelijk" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Onverwachte gegevens tijdens het uitlezen van de update-informatie" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Er is geen update beschikbaar." -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Er is een update beschikbaar. Klik op de knop hieronder om te updaten naar de nieuwste versie." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "De update-informatie kan niet worden opgehaald" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Klik op de onderstaande knop om de laatste stabiele versie te installeren." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Er is een update beschikbaar. Klik op de knop hieronder om te updaten naar versie: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Geen update-informatie beschikbaar" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Verkennen (willekeurige boeken)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Populaire boeken (meest gedownload)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Gedownloade boeken door %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Auteur: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Uitgever: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Reeks: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Beoordeling: %(rating)s sterren" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Bestandsformaat: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Categorie: %(name)s" @@ -1159,166 +1169,166 @@ msgstr "Categorie: %(name)s" msgid "Language: %(name)s" msgstr "Taal: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Geavanceerd zoeken" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Zoeken" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Downloads" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Beoordelingen" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Alle bestandsformaten" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Taken" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Gepubliceerd na " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Gepubliceerd vóór " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Beoordeling <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Beoordeling >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Lees Status = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "Fout tijdens het zoeken van aangepaste kolommen, start Calibre-Web opnieuw op" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Het boek is in de wachtrij geplaatst om te worden verstuurd aan %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Fout opgetreden bij het versturen van dit boek: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Stel je kindle-e-mailadres in..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "E-mailserver is niet geconfigureerd, neem contact op met de beheerder!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Registreren" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Dit e-mailadres mag niet worden gebruikt voor registratie" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Er is een bevestigings-e-mail verstuurd naar je e-mailadres." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Kan de LDAP authenticatie niet activeren" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Terugvallen op login: '%(nickname)s', LDAP Server is onbereikbaar, of de gebruiker is onbekend" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Inloggen mislukt: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Verkeerde gebruikersnaam of wachtwoord" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Een nieuw wachtwoord is verzonden naar je e-mailadres" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Geef een geldige gebruikersnaam op om je wachtwoord te herstellen" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Je bent ingelogd als: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)ss profiel" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profiel bijgewerkt" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "Geen geldig gmail.json bestand gevonden met OAuth informatie" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Calibre ebook-convert %(tool)s niet gevonden" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "%(format)s formaat is niet gevonden op de schijf" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "E-Book converter mislukt met een onbekende foutmelding" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Kepubify-converteerder mislukt: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Omgezette bestand is niet gevonden of meer dan een bestand in map %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "E-boek-conversie mislukt: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Calibre mislukt met foutmelding: %(error)s" @@ -1327,39 +1337,39 @@ msgstr "Calibre mislukt met foutmelding: %(error)s" msgid "Users" msgstr "Gebruikers" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Gebruikersnaam" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "E-mailadres" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Kindle-e-mailadres" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Beheer" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Wachtwoord" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Uploaden" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Downloaden" @@ -1367,15 +1377,15 @@ msgstr "Downloaden" msgid "View Books" msgstr "Boeken lezen" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Bewerken" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Verwijderen" @@ -1395,24 +1405,24 @@ msgstr "LDAP gebruikers importeren" msgid "E-mail Server Settings" msgstr "SMTP-serverinstellingen" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP-hostnaam (gebruik mail.example.org om wachtwoordherstel uit te schakelen)" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP-poort" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Encryptie" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP-gebruikersnaam" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Van e-mail" @@ -1432,7 +1442,7 @@ msgstr "Instellingen" msgid "Calibre Database Directory" msgstr "Calibre-database locatie" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Logniveau" @@ -1444,7 +1454,7 @@ msgstr "Poort" msgid "External Port" msgstr "Externe poort" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Aantal boeken per pagina" @@ -1468,7 +1478,7 @@ msgstr "Inloggen op afstand" msgid "Reverse Proxy Login" msgstr "Reverse Proxy Login" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Reverse proxy header naam" @@ -1525,39 +1535,39 @@ msgstr "Details" msgid "Current version" msgstr "Huidige versie" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Controleren op updates" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Update uitvoeren" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Weet je zeker dat je Calibre-Web wilt herstarten?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Oké" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Annuleren" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Weet je zeker dat je Calibre-Web wilt stoppen?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Bezig met bijwerken, vernieuw de pagina niet" @@ -1570,39 +1580,39 @@ msgid "In Library" msgstr "In bibliotheek" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Sorteren op datum, nieuwste boeken eerst" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Sorteren op datum, oudste boeken eerst" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Sorteren op alfabetische volgorde" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Sorteren op omgekeerde alfabetische volgorde" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Sorteren op publicatiedatum, nieuwste boeken eerst" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Sorteren op publicatiedatum, oudste boeken eerst" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "beperken" @@ -1622,629 +1632,644 @@ msgstr "Formaten verwijderen:" msgid "Convert book format:" msgstr "Boekformaat converteren:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Converteren van:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "kies een optie" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Converteren naar:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Boek converteren" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Boektitel" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Auteur" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Omschrijving" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identificatoren" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Identificatie type" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Identificatie waarde" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Verwijderen" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Identificator toevoegen" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Labels" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "Boekenreeks volgnummer" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Beoordeling" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Omslag-url (jpg) (de omslag wordt gedownload en opgeslagen in de database)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Omslag uploaden vanaf de harde schijf" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Publicatiedatum" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Uitgever" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Taal" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Ja" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Nee" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Uploadformaat" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Boek inkijken na bewerking" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Metagegevens ophalen" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Opslaan" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Trefwoord" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Trefwoord zoeken " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Klik op de omslag om de metagegevens in het formulier te laden" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Bezig met laden..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Sluiten" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Bron" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Zoekfout!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Geen resultaten gevonden! Gebruik een ander trefwoord." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Dit veld is verplicht" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Geselecteerde boeken samenvoegen" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Geselecteerde boeken verwijderen" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "Auteur en titel omwisselen" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Automatisch sorteren op titel" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Automatisch sorteren op auteur" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Geef titel" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Titel" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Voer Titel sorteervolgorde in" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Titel sorteren" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Voer Auteur sorteervolgorde in" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Auteur sorteren" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Voer Auteurs in" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Voer categorieën in" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Voer serie in" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Serie index" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Voer talen in" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Voer publicatiedatum in" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Voer uitgevers in" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Weet je het zeker?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "Boeken met de titel zullen worden samengevoegd van:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "In boek met titel:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Samenvoegen" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Locatie van de Calibre-database" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Google Drive gebruiken?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Google Drive goedkeuren" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre-map" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metagegevens Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Intrekken" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "Database niet gevonden, voer een geldig pad in" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Serverinstellingen" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Serverpoort" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL-certificaatlocatie ('certfile' - laat leeg voor niet-SSL-servers)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL-sleutellocatie ('keyfile' - laat leeg voor niet-SSL-servers)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Updatekanaal" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Stabiel" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Bèta" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Logbestanden" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Locatie en naam van logbestand (calibre-web.log indien niet opgegeven)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Toegangslog aanzetten" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Locatie en naam van het toegangslog (access.log indien niet opgegeven)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Geavanceerde opties" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Uploaden inschakelen" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Toegelaten upload bestandsformaten" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Anoniem verkennen inschakelen" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Openbare registratie inschakelen" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Gebruik e-mail als inlognaam" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Inloggen op afstand inschakelen ('magic link')" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Zet Kobo sync aan" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Proxy onbekende verzoeken naar Kobo winkel" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Server Externe Port (voor port doorgestuurde API oproepen)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Gebruik Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Maak API-sleutel aan" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API-sleutel" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API-geheim" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Reverse Proxy authenticatie toestaan" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Login type" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Gebruik standaard authenticatie" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Gebruik LDAP authenticatie" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Gebruik OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "LDAP Server hostnaam of IP-adres" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "LDAP Server Poort" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "LDAP encryptie" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Geen" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP CACertificataat Path (Alleen nodig voor Client Certificaat Autorisatie)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP Certificaat Pad (Alleen nodig voor Client Certificaat Autorisatie)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "LDAP SleutelBestand Pad (alleen nodig voor Client Certificaat Autorisatie)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "LDAP Authenticatie" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anoniem" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Niet geverifieerd" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Eenvoudig" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "LDAP Administrator naam" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "LDAP Administrator wachtwoord" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Distinguished Name (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP User Object Filter" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "LDAP Server is OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "De volgende instellingen zijn nodig voor het importeren van gebruikers:" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "LDAP Groep Object Filter" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "LDAP groepnaam" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "LDAP groepleden veld" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "LDAP Lid Gebruiker Filter Detectie" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Automatisch detecteren" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Aangepast Filter" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "LDAP Lid Gebruiker Filter" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Verkrijg %(provider)s OAuth Verificatiegegevens" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth Client Id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Client geheim" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Externe programma's" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Pad naar Calibre E-Book Converteerder" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Calibre E-Book omzet instellingen" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Pad naar Kepubify E-book Converteerder" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Locatie van Unrar-programma" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Instellingen bekijken" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Aantal te tonen willekeurige boeken" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Aantal te tonen auteurs alvorens te verbergen (0=nooit verbergen)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Thema" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Standaard thema" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! donker thema" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Reguliere expressie om kolommen te negeren" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Gelezen/ongelezen-status koppelen aan Calibre-kolom" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Bekijk restricties gebaseerd op Calibre kolommen" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Reguliere expressie voor het sorteren op titel" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Standaardinstellingen voor nieuwe gebruikers" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Systeembeheerder" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Downloads toestaan" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Boeken lezen toestaan" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Uploads toestaan" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Bewerken toestaan" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Verwijderen van boeken toestaan" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Wachtwoord wijzigen toestaan" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Bewerken van openbare boekenplanken toestaan" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Talen uitsluiten" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Taal van boeken" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Standaard zichtbaar voor nieuwe gebruikers" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Willekeurige boeken tonen in gedetailleerde weergave" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Voeg toegestane/geweigerde tags toe" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Voeg toegestane/geweigerde aangepaste kolomwaarden toe" @@ -2265,115 +2290,115 @@ msgstr "Boek %(index)s van %(range)s" msgid "Published" msgstr "Gepubliceerd" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Markeren als ongelezen" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Markeren als gelezen" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Gelezen" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Terughalen uit archief" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Toevoegen aan archief" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Gearchiveerd" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Beschrijving:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Toevoegen aan boekenplank" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Openbaar)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Metagegevens bewerken" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "Kies Server Type" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "Gebruik Standaard E-Mail Account" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "Gmail Account met OAuth2 Verificatie" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "Gmail Account opzetten als E-Mail Server" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "Gmail toegang intrekken" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP-wachtwoord" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Bijlage bestandsgrootte limiet" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Opslaan en test-e-mail versturen" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Annuleren" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Toegelaten domeinen voor registratie" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Domein toevoegen" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Toevoegen" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Voer domeinnaam in" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Geweigerde domeinen voor registratie" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Volgende" @@ -2399,12 +2424,12 @@ msgid "Logout User" msgstr "Gebruiker uitloggen" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Auteurs sorteren op alfabetische volgorde" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Auteurs sorteren op omgekeerde alfabetische volgorde" @@ -2476,8 +2501,8 @@ msgstr "Boeken gesorteerd op beoordeling" msgid "Books ordered by file formats" msgstr "Boeken gesorteerd op bestandsformaat" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Boekenplanken" @@ -2497,60 +2522,60 @@ msgstr "Navigatie aanpassen" msgid "Search Library" msgstr "Zoek in bibliotheek" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Bezig met uploaden..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Fout" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Uploaden voltooid, bezig met verwerken..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Instellingen" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Account" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Afmelden" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Bezig met uploaden..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Deze pagina niet vernieuwen" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Verkennen" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Informatie" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Vorige" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Boekgegevens" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Uploaden voltooid, bezig met verwerken..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Fout" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Gegevens opslaan" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Wachtwoord Vergeten?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Inloggen met magische koppeling" @@ -2785,7 +2810,7 @@ msgstr "Toon" msgid "Hide" msgstr "Verberg" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "PDF lezer" @@ -2804,27 +2829,27 @@ msgstr "PDF lezer" msgid "Register New Account" msgstr "Nieuw account registreren" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Kies een gebruikersnaam" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Je e-mailadres" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magische link - autoriseer een nieuw apparaat" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Meld je aan op een ander apparaat en ga naar:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Na controle wordt je automatisch op dit apparaat ingelogd." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "De link vervalt na 10 minuten." @@ -2840,88 +2865,88 @@ msgstr "Zoekterm:" msgid "Results for:" msgstr "Resultaten voor:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Publicatiedatum van" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Publicatiedatum tot" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Lees Status" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Labels uitsluiten" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Boekenreeksen uitsluiten" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Boekenreeksen uitsluiten" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Talen uitsluiten" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Extenties" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Extenties uitsluiten" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Met beoordeling hoger dan" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Met beoordeling lager dan" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "Van:" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "Tot:" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Deze boekenplank verwijderen" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Bewerk boekenplank eigenschappen" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Boeken handmatig rangschikken" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Schakel verandering van de volgorde uit" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Schakel verandering van de volgorde in" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Boekenplank wordt permanent verwijderd voor iedereen" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Delen met iedereen" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "Synchroniseer deze boekenplank met een Kobo-apparaat" @@ -2929,7 +2954,7 @@ msgstr "Synchroniseer deze boekenplank met een Kobo-apparaat" msgid "Drag to Rearrange Order" msgstr "Pas de volgorde aan middels slepen-en-neerzetten" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Verborgen boek" @@ -2989,55 +3014,47 @@ msgstr "Looptijd" msgid "Start Time" msgstr "Begintijd" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Afgeronde taken verwijderen" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Alle taken verbergen" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Gebruikerswachtwoord herstellen" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Taal van boeken" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "OAuth Instellingen" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Koppelen" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Ontkoppelen" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo Sync Token" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Aanmaken/Bekijken" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Voeg toegestane/geweigerde aangepaste kolomwaarden toe" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "Synchroniseer alleen boeken op geselecteerde boekenplanken met Kobo" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Gebruiker verwijderen" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Genereer Kobo Auth URL" @@ -3045,90 +3062,90 @@ msgstr "Genereer Kobo Auth URL" msgid "Select..." msgstr "Selecteer..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "Gebruiker Bewerken" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 msgid "Enter Username" msgstr "Voer gebruikersnaam in" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 msgid "Enter E-mail Address" msgstr "Voer e-mailadres in" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Enter Kindle E-mail Address" msgstr "Voer Kindle-e-mailadres in" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "Kindle-e-mail" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "Locale" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "Zichtbare Boek Talen" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "Toegestaande labels bewerken" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "Toegestaande Labels" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "Verboden labels bewerken" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "Verboden Labels" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "Toegestane kolomwaarden bewerken" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "Toegestane kolomwaarden" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy msgid "Edit Denied Column Values" msgstr "Geweigerde kolomwaarden bewerken" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Geweigerde kolomwaarden" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Wachtwoord wijzigen" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "Toon" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 msgid "Edit Public Shelves" msgstr "Openbare boekenplank bewerken" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "Synchroniseer geselecteerde boekenplanken met Kobo" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 msgid "Show read/unread selection" msgstr "Toon gelezen/niet gelezen selectie" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Willekeurige boeken tonen" diff --git a/cps/translations/pl/LC_MESSAGES/messages.mo b/cps/translations/pl/LC_MESSAGES/messages.mo index 9f57b221..f41da1f1 100644 Binary files a/cps/translations/pl/LC_MESSAGES/messages.mo and b/cps/translations/pl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/pl/LC_MESSAGES/messages.po b/cps/translations/pl/LC_MESSAGES/messages.po index 297eabeb..568204c5 100644 --- a/cps/translations/pl/LC_MESSAGES/messages.po +++ b/cps/translations/pl/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre Web - polski (POT: 2021-06-12 08:52)\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2021-06-12 15:35+0200\n" "Last-Translator: Radosław Kierznowski \n" "Language: pl\n" @@ -19,734 +19,744 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "zainstalowane" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "nie zainstalowane" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "zainstalowane" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statystyki" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Serwer uruchomiony ponownie, proszę odświeżyć stronę" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Wykonano wyłączenie serwera, proszę zamknąć okno" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Ponowne połączenie zakończono sukcesem" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Nieznane polecenie" # ??? -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Nieznany" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Panel administratora" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Konfiguracja podstawowa" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Konfiguracja Interfejsu" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" msgstr "Edytuj użytkowników" # ??? -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Wszystko" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Nie znaleziono użytkownika" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "{} użytkowników usuniętych pomyślnie" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Pokaż wszystkie" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "Nieprawidłowo sformułowane żądanie" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "Nazwa gościa nie może być zmieniona" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "Gość nie może pełnić tej roli" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Nie można odebrać praw administratora. Brak na serwerze innego konta z prawami administratora" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "Wartość musi być prawdziwa lub fałszywa" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "Nieprawidłowa rola" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "Gość nie może tego zobaczyć" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "Nieprawidłowy widok" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "Lokalizacja gościa jest określana automatycznie i nie można jej ustawić" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "Nie podano prawidłowej lokalizacji" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "Nie podano obowiązującego języka książki" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "Nie znaleziono parametru" -#: cps/admin.py:534 +#: cps/admin.py:533 #, fuzzy msgid "Invalid Read Column" msgstr "Nieprawidłowa kolumna odczytu" -#: cps/admin.py:540 +#: cps/admin.py:539 #, fuzzy msgid "Invalid Restricted Column" msgstr "Nieprawidłowa kolumna z ograniczeniami" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Konfiguracja Calibre-Web została zaktualizowana" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Czy na pewno chcesz usunąć Token Kobo?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "Czy naprawdę chcesz usunąć tę domenę?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "Czy naprawdę chcesz usunąć tego użytkownika?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Czy na pewno chcesz usunąć półkę?" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Czy na pewno chcesz zmienić ustawienia lokalne wybranego użytkownika(ów)?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "Czy na pewno chcesz zmienić widoczne języki książek dla wybranego użytkownika (użytkowników)?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "Czy na pewno chcesz zmienić wybraną rolę dla wybranego użytkownika (użytkowników)?" -#: cps/admin.py:585 +#: cps/admin.py:586 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Czy na pewno chcesz zmienić wybrane ograniczenia dla wybranego użytkownika(ów)?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "Czy na pewno chcesz zmienić wybrane ograniczenia widoczności dla wybranego użytkownika(ów)?" -#: cps/admin.py:589 +#: cps/admin.py:590 msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Czy na pewno chcesz zmienić zachowanie synchronizacji półek dla wybranego użytkownika(ów)?" -#: cps/admin.py:591 +#: cps/admin.py:592 msgid "Are you sure you want to change Calibre library location?" msgstr "Czy na pewno chcesz zmienić lokalizację biblioteki Calibre?" -#: cps/admin.py:740 +#: cps/admin.py:741 #, fuzzy msgid "Tag not found" msgstr "Nie znaleziono znacznika" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "Nieprawidłowe działanie" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Zabroń" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Zezwalaj" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json nie został skonfigurowany dla aplikacji webowej" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "Lokalizacja pliku dziennika jest nieprawidłowa, wprowadź poprawną ścieżkę" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "Lokalizacja pliku dziennika dostępu jest nieprawidłowa, wprowadź poprawną ścieżkę" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Wprowadź dostawcę LDAP, port, nazwę wyróżniającą i identyfikator obiektu użytkownika" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "Proszę wprowadzić konto i hasło usługi LDAP" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "Proszę wprowadzić konto usługi LDAP" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "Filtr obiektów grupy LDAP musi mieć jeden identyfikator formatu \"% s\"" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "Filtr obiektów grupy LDAP ma niedopasowany nawias" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "Filtr obiektów użytkownika LDAP musi mieć jeden identyfikator formatu \"% s\"" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "Filtr obiektów użytkownika LDAP ma niedopasowany nawias" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "Filtr użytkownika członka LDAP musi mieć jedno \"%s\" identyfikator formatu" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "Filtr użytkownika członka LDAP ma niedopasowane nawiasy" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "Główny urząd certyfikatu LDAP, Certyfikat lub Lokalizacja Klucza nie jest prawidłowa, Proszę wprowadzić poprawną ścieżkę" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "Ustawienia Bazy Danych nie są zapisywalne" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "Lokalizacja bazy danych jest nieprawidłowa, wprowadź poprawną ścieżkę" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "Baza danych nie jest zapisywalna" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "Lokalizacja pliku klucza jest nieprawidłowa, wprowadź poprawną ścieżkę" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "Lokalizacja pliku certyfikatu jest nieprawidłowa, wprowadź poprawną ścieżkę" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Zaktualizowano ustawienia serwera poczty e-mail" + +#: cps/admin.py:1324 msgid "Database Configuration" msgstr "Konfiguracja bazy danych" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Proszę wypełnić wszystkie pola!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "E-mail nie pochodzi z prawidłowej domeny" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Dodaj nowego użytkownika" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Użytkownik '%(user)s' został utworzony" -#: cps/admin.py:1365 +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." msgstr "Znaleziono istniejące konto dla tego adresu e-mail lub nazwy." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Użytkownik '%(nick)s' został usunięty" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 #, fuzzy msgid "Can't delete Guest User" msgstr "Nie można usunąć użytkownika gościa" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Nie można usunąć użytkownika. Brak na serwerze innego konta z prawami administratora" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Edytuj użytkownika %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Użytkownik '%(nick)s' został zaktualizowany" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Wystąpił nieznany błąd. Spróbuj ponownie później." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Zmień ustawienia SMTP" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "Weryfikacja konta Gmail przebiegła pomyślnie" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, fuzzy, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "Testowy e-mail czeka w kolejce do wysłania do %(email)s, sprawdź zadania, aby uzyskać wynik" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Wystąpił błąd podczas wysyłania e-maila testowego: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Najpierw skonfiguruj swój adres e-mail..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Zaktualizowano ustawienia serwera poczty e-mail" # ??? -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Zrestartowano hasło użytkownika %(user)s" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Proszę najpierw skonfigurować ustawienia SMTP poczty e-mail..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Przeglądanie dziennika" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Żądanie o pakiet aktualizacji" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Pobieranie pakietu aktualizacji" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Rozpakowywanie pakietu aktualizacji" # ??? -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Zastępowanie plików" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Połączenia z bazą danych zostały zakończone" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Zatrzymywanie serwera" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Aktualizacja zakończona, proszę nacisnąć OK i odświeżyć stronę" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Aktualizacja nieudana:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "Błąd HTTP" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Błąd połączenia" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Przekroczono limit czasu podczas nawiązywania połączenia" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Błąd ogólny" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Plik aktualizacji nie mógł zostać zapisany w katalogu tymczasowym" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Błąd przy tworzeniu przynajmniej jednego użytkownika LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Błąd przy tworzeniu przynajmniej jednego użytkownika LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Błąd: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Błąd. LDAP nie zwrócił żadnego użytkownika" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Przynajmniej jeden użytkownik LDAP nie został znaleziony w bazie danych" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} Użytkownik pomyślnie zaimportowany" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "nie skonfigurowane" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Brak uprawnienia do wykonywania pliku" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "Niestandardowa kolumna No.%(column)d nie istnieje w bazie calibre" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Plik książki w wybranym formacie został usunięty" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Książka została usunięta" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Błąd otwierania e-booka. Plik nie istnieje lub jest niedostępny" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "edytuj metadane" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "%(seriesindex)s nie jest poprawną liczbą, pomijanie" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s nie jest prawidłowym językiem" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Rozszerzenie pliku '%(ext)s' nie jest dozwolone do wysłania na ten serwer" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Plik do wysłania musi mieć rozszerzenie" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Nie udało się utworzyć łącza %(path)s (Odmowa dostępu)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Nie można zapisać pliku %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Błąd bazy danych: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Format pliku %(ext)s dodany do %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "W identyfikatorach nie jest rozróżniana wielkość liter, nadpisywanie starego identyfikatora" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metadane zostały pomyślnie zaktualizowane" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Błąd podczas edycji książki, sprawdź plik dziennika, aby uzyskać szczegółowe informacje" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Wysłana książka prawdopodobnie istnieje w bibliotece, rozważ zmianę przed przesłaniem nowej: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Nie można zapisać pliku %(filename)s w katalogu tymczasowym" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Nie udało się przenieść pliku okładki %(file)s:%(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Wysłano plik %(file)s" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Brak formatu źródłowego lub docelowego do konwersji" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Książka została pomyślnie umieszczona w zadaniach do konwersji %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Podczas konwersji książki wystąpił błąd: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Konfiguracja Google Drive nie została zakończona, spróbuj dezaktywować i ponownie aktywować Google Drive" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Zwrotna domena nie jest zweryfikowana, proszę zweryfikowania domenę w konsoli deweloperskiej google" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "Nie znaleziono formatu %(format)s dla id książki: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "Nie znaleziono %(format)s na Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s nie znaleziono: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Wyślij do Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Ten e-mail został wysłany za pośrednictwem Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Testowy e-mail Calibre-Web" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Testowy e-mail" # ??? -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Zacznij korzystać z Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Rejestracja e-mail dla użytkownika: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Konwertuj %(orig)s do %(format)s i wyślij do Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Wyślij %(format)s do Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Wyślij do Kindle" # ??? -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Żądany plik nie mógł zostać odczytany. Może brakuje uprawnień?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "Usuwanie folderu książki dla książki %(id)s nie powiodło się, ścieżka ma podfoldery: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "Usuwanie książki %(id)s zakończyło się błędem: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Usuwanie książki %(id)s, ścieżka książki jest niepoprawna: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Zmiana nazwy tytułu z: „%(src)s” na „%(dest)s” zakończyła się błędem: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Zmiana nazwy pliku w ścieżce '%(src)s' na '%(dest)s' zakończyło się błędem: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Nie znaleziono pliku %(file)s na Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Nie znaleziono ścieżki do książki %(path)s na Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" msgstr "Znaleziono istniejące konto dla tego adresu e-mail" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Nazwa użytkownika jest już zajęta" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "Nieprawidłowy format adresu e-mail" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Błąd przy pobieraniu okładki" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Błędny format okładki" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Nie udało się utworzyć ścieżki dla okładki" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Plik okładki nie jest poprawnym plikiem obrazu lub nie mógł zostać zapisany" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Jako plik okładki obsługiwane są tylko pliki jpg/jpeg/png/webp/bmp" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Jako plik okładki dopuszczalne są jedynie pliki jpg/jpeg" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Plik wykonywalny programu unrar nie znaleziony" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Błąd przy wykonywaniu unrar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Oczekiwanie" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Nieudane" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Rozpoczynanie" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Zakończone" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Ststus nieznany" @@ -759,78 +769,78 @@ msgid "Kobo Setup" msgstr "Konfiguracja Kobo" # ??? -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Zarejestruj się %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "zalogowałeś się jako: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Łączenie z %(oauth)s zakończono sukcesem" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Błąd logowania, użytkownik niepołączony z kontem OAuth" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Rozłączanie z %(oauth)s zakończono sukcesem" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Rozłączanie z %(oauth)s zakończono porażką" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Nie połączono z %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Nie udało się zalogować za pomocą GitHub." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Nie udało się pobrać informacji o użytkowniku z GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Nie udało się zalogować do Google." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Nie udało się pobrać informacji o użytkowniku z Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "Błąd GitHub Oauth, proszę spróbować później." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "Błąd GitHub Oauth: {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Błąd Google Oauth, proszę spróbować później." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Błąd Google Oauth: {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} Gwiazdek" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Zaloguj się" @@ -846,7 +856,7 @@ msgstr "Token wygasł" msgid "Success! Please return to your device" msgstr "Powodzenie! Wróć do swojego urządzenia" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Książki" @@ -867,15 +877,15 @@ msgid "Downloaded Books" msgstr "Pobrane książki" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Pokaż pobrane książki" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Najwyżej ocenione" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Pokaż menu najwyżej ocenionych książek" @@ -902,54 +912,54 @@ msgid "Discover" msgstr "Odkrywaj" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Pokazuj losowe książki" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Kategorie" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Pokaż menu wyboru kategorii" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Cykle" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Pokaż menu wyboru cyklu" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Autorzy" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Pokaż menu wyboru autora" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Wydawcy" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Pokaż menu wyboru wydawcy" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Języki" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Pokaż menu wyboru języka" @@ -957,7 +967,7 @@ msgstr "Pokaż menu wyboru języka" msgid "Ratings" msgstr "Oceny" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Pokaż menu listy ocen" @@ -965,7 +975,7 @@ msgstr "Pokaż menu listy ocen" msgid "File formats" msgstr "Formaty plików" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Pokaż menu formatu plików" @@ -973,7 +983,7 @@ msgstr "Pokaż menu formatu plików" msgid "Archived Books" msgstr "Zarchiwizowane książki" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Pokaż zarchiwizowane książki" @@ -981,178 +991,178 @@ msgstr "Pokaż zarchiwizowane książki" msgid "Books List" msgstr "Lista książek" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Pokaż listę książek" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Podano niewłaściwą półkę" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Niestety, nie posiadasz uprawnień do dodania książki do półki: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Książka jest już dodana do półki: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Książka została dodana do półki: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Nie masz uprawnień do dodania ksiażki do półki: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Książki są już dodane do półki: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Książki zostały dodane do półki %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Nie można dodać książek do półki: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Książka została usunięta z półki: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Niestety nie możesz usunąć książki z tej półki %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Utwórz półkę" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Niestety nie możesz usunąć książki z tej półki %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Edytuj półkę" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Półka %(title)s została utworzona" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Półka %(title)s została zmieniona" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Wystąpił błąd" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Publiczna półka o nazwie '%(title)s' już istnieje." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Prywatna półka o nazwie '%(title)s' już istnieje." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Zmieniono kolejność półki: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Półka: „%(name)s”" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Błąd otwierania półki. Półka nie istnieje lub jest niedostępna" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Nieoczekiwane dane podczas odczytywania informacji o aktualizacji" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Brak dostępnej aktualizacji. Masz już zainstalowaną najnowszą wersję" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Dostępna jest nowa aktualizacja. Kliknij przycisk poniżej, aby zaktualizować do najnowszej wersji." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Nie można pobrać informacji o aktualizacji" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Kliknij przycisk poniżej, aby zaktualizować do najnowszej stabilnej wersji." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Dostępna jest nowa aktualizacja. Kliknij przycisk poniżej, aby zaktualizować do wersji: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Brak dostępnych informacji o wersji" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Odkrywaj (losowe książki)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Najpopularniejsze książki (najczęściej pobierane)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Książki pobrane przez %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Autor: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Wydawca: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Cykl: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Ocena: %(rating)s gwiazdek" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Format pliku: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Kategoria: %(name)s" @@ -1162,167 +1172,167 @@ msgstr "Kategoria: %(name)s" msgid "Language: %(name)s" msgstr "Język: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Wyszukiwanie" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Szukaj" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "DLS" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Lista z ocenami" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Lista formatów" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Zadania" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Opublikowane po " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Opublikowane przed " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Ocena <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Ocena >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Status przeczytania = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 #, fuzzy msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "Błąd podczas wyszukiwania kolumn niestandardowych, proszę zrestartować Calibre-Web" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Książka została umieszczona w kolejce do wysłania do %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Wystąpił błąd podczas wysyłania tej książki: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Najpierw skonfiguruj adres e-mail Kindle..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "Serwer e-mail nie jest skonfigurowany, skontaktuj się z administratorem!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Zarejestruj się" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Twój e-mail nie może się zarejestrować" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Wiadomość e-mail z potwierdzeniem została wysłana na Twoje konto e-mail." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Nie można aktywować uwierzytelniania LDAP" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Nie można zalogować: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Błędna nazwa użytkownika lub hasło" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Nowe hasło zostało wysłane na Twój adres e-mail" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Wprowadź prawidłową nazwę użytkownika, aby zresetować hasło" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Jesteś teraz zalogowany jako: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "Profil użytkownika %(name)s" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Zaktualizowano profil" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "Nie znaleziono poprawnego pliku gmail.json z informacjami OAuth" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Nie znaleziono narzędzia calibre %(tool)s do konwertowania" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "Nie znaleziono na dysku formatu %(format)s" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "Konwertowanie ebooka zakończyło się niepowodzeniem z nieznanego powodu" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Kepubify-converter spowodowało błąd: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Konwertowany plik nie został znaleziony, lub więcej niż jeden plik w folderze %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Konwertowanie nie powiodło się: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, fuzzy, python-format msgid "Calibre failed with error: %(error)s" msgstr "Calibre nie powiodło się z błędem: %(error)s" @@ -1331,41 +1341,41 @@ msgstr "Calibre nie powiodło się z błędem: %(error)s" msgid "Users" msgstr "Lista użytkowników" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Nazwa użytkownika" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "E-mail" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Adres e-mail dla wysyłania do Kindle" # ??? -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Panel administratora" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Hasło" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Wysyłanie" # ??? #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Pobieranie" @@ -1373,16 +1383,16 @@ msgstr "Pobieranie" msgid "View Books" msgstr "Przeglądanie" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Edycja" # ??? #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Usuń" @@ -1402,24 +1412,24 @@ msgstr "Importuj użytkowników LDAP" msgid "E-mail Server Settings" msgstr "Ustawienia serwera e-mail SMTP" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "Adres serwera SMTP" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "Port serwera SMTP" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "SSL" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "Nazwa użytkownika SMTP" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Wyślij z adresu e-mail" @@ -1439,7 +1449,7 @@ msgstr "Konfiguracja" msgid "Calibre Database Directory" msgstr "Folder bazy danych Calibre" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Poziom dziennika" @@ -1451,7 +1461,7 @@ msgstr "Port" msgid "External Port" msgstr "Port zewnętrzny" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Liczba książek na stronie" @@ -1475,7 +1485,7 @@ msgstr "Zdalne logowanie (Magic Link)" msgid "Reverse Proxy Login" msgstr "Logowanie reverse proxy" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Nazwa nagłowka reverse proxy" @@ -1531,39 +1541,39 @@ msgstr "Szczegóły" msgid "Current version" msgstr "Bieżąca wersja" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Sprawdź aktualizacje" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Wykonaj aktualizację" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Na pewno chcesz uruchomić ponownie Calibre Web?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "OK" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Anuluj" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Na pewno chcesz zatrzymać Calibre Web?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Aktualizowanie, proszę nie odświeżać strony" @@ -1576,39 +1586,39 @@ msgid "In Library" msgstr "W Bibliotece" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Sortuj książki według daty, najnowsze jako pierwsze" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Sortuj książki według daty, najstarsze jako pierwsze" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Sortuj tytuły w porządku alfabetycznym" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Sortuj tytuły w odwrotnym porządku alfabetycznym" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Sortuj według daty publikacji, najnowsze jako pierwsze" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Sortuj według daty publikacji, najstarsze jako pierwsze" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "zwiń" @@ -1628,635 +1638,650 @@ msgstr "Usuń formaty:" msgid "Convert book format:" msgstr "Konwertuj format książki:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Konwertuj z:" # ??? -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "wybierz opcję" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Konwertuj na:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Konwertuj książkę" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Tytuł książki" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Autor" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Opis" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identyfikatory" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Rodzaj identyfikatora" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Wartość identyfikatora" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Usuń" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Dodaj identyfikator" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Etykiety" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "ID cyklu" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Ocena" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Pobierz okładkę z linku (JPEG - obraz zostanie pobrany i zapisany w bazie)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Wyślij okładkę z dysku lokalnego" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Data publikacji" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Wydawca" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Język" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Tak" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Nie" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Wyślij format" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Po zapisaniu wyświetl szczegóły książki" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Uzyskaj metadane" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Zapisz" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Słowo kluczowe" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Szukaj słowa kluczowego " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Kliknij okładkę, aby załadować metadane do formularza" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Ładowanie..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Zamknij" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Źródło" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Błąd wyszukiwania!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Nie znaleziono! Spróbuj użyć innego słowa kluczowego." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "To pole jest wymagane" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Łączenie wybranych książek" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Usuń zaznaczone" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "Zamień autora i tytuł" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 #, fuzzy msgid "Update Title Sort automatically" msgstr "Aktualizuj tytuł Sortuj automatycznie" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 #, fuzzy msgid "Update Author Sort automatically" msgstr "Automatyczna aktualizacja sortowania autorów" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Wpisz tytuł" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Tytuł" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Wprowadź tytuł sortowania" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Tytuł sortowania" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Wpisz autora sortowania" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Autor sortowania" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Wpisz autorów" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Wprowadź kategorie" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Wpisz serię" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Indeks serii" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Wprowadź języki" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Data publikacji" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Wpisz Wydawnictwa" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Czy jesteś pewny?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 #, fuzzy msgid "Books with Title will be merged from:" msgstr "Książki z tytułem będą łączone z:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 #, fuzzy msgid "Into Book with Title:" msgstr "Into Book with Title:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Połącz" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Lokalizacja bazy danych Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Użyć dysku Google?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Uwierzytelnij Dysk Google" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Folder Calibre na Google Drive" # ??? -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 #, fuzzy msgid "Metadata Watch Channel ID" msgstr "Metadane Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Unieważnij" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "Nowa lokalizacja bazy danych jest nieprawidłowa, proszę podać prawidłową ścieżkę" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Konfiguracja serwera" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Port serwera" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Lokalizacja certyfikatu SSL (pozostaw puste jeśli bez SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Lokalizacja klucza SSL (pozostaw puste jeśli bez SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Kanał aktualizacji" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Wersje stabilne" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Wydania nocne" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Konfiguracja dziennika" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Lokalizacja i nazwa pliku dziennika (domyślnie calibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Włącz dziennik dostępu (access log)" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Lokalizacja i nazwa pliku dziennika dostepu (domyślnie access.log)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Konfiguracja funkcjonalności" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Włącz wysyłanie" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Dozwolone formaty przesyłania" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Włącz anonimowe przeglądanie" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Włącz publiczną rejestrację" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Użyj e-maila jako nazwy użytkownika" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Włącz zdalne logowanie („Magic Link”)" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Włącz synchronizację Kobo" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Nieznane żądania proxy do Kobo Store" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Zewnętrzny port serwera (dla połączeń API przekierowanych przez port)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Użyj Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Uzyskaj klucz API" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Klucz API Goodreads" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API Secret" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Zezwalaj na uwierzytelnianie reverse proxy" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Rodzaj logowania" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Użyj standardowego uwierzytelnienia" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Użyj uwierzytelniania LDAP" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Uzyj OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Nazwa hosta lub adres IP serwera LDAP" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "Port serwera LDAP" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "Szyfrowanie LDAP" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Brak" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "Ścieżka certyfikatu urzędu certyfikacji LDAP (wymagana tylko dla uwierzytelniania certyfikatu klienta)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "Ścieżka certyfikatu LDAP (potrzebna tylko do uwierzytelniania certyfikatem klienta)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "Ścieżka pliku klucza LDAP (wymagana tylko dla uwierzytelniania certyfikatem klienta)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "Uwierzytelnianie LDAP" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anonim" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Nieuwierzytelniony" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Proste" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "Nazwa administratora LDAP" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "Hasło administratora LDAP" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Distinguished Name (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP User Object Filter" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "Serwer LDAP to OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "Następujące ustawienia są niezbędne dla zaimportowania użytkowników" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "Filtr obiektów grupy LDAP" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "Nazwa grupy LDAP" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "Pola członków grupy LDAP" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "Wykrywanie filtra użytkownika członka LDAP" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Autodetekcja" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Filtr niestandardowy" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "Filtr użytkownika członka LDAP" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Uzyskaj %(provider)s OAuth Credential" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth Client Id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Client Secret" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Zewnętrzne pliki" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Ścieżka do konwertera Calibre" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Ustawienia konwertera calibre" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Ścieżka do konwertera Kepubify" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Lokalizacja pliku binarnego Unrar" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Konfiguracja widoku" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Liczba losowych książek do pokazania" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Liczba autorów do pokazania przed ukryciem (0=wyłącza ukrywanie)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Motyw" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Motyw standardowy" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "Motyw caliBlur! Dark" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Wyrażenie regularne dla ignorowanych kolumn" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Link do statusu Przeczytanych/Nieprzeczytanych książek z kolumny Calibre (własna kolumna)" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Ograniczenie przeglądania w oparciu o kolumnę Calibre" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Wyrażenie regularne dla tytułu sortującego" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Domyślne ustawienia dla nowych użytkowników" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Użytkownik z uprawnieniami administratora" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Zezwalaj na pobieranie" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Zezwalaj na przeglądanie e-booków" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Zezwalaj na wysyłanie" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Zezwalaj na edycję" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Zezwalaj na usuwanie książek" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Zezwalaj na zmianę hasła" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Zezwalaj na edycję półek publicznych" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Wyklucz języki" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Pokaż książki w języku" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Domyślne ustawienia widoku dla nowych użytkowników" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Pokaz losowe książki w widoku szczegółowym" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Dodaj dozwolone/zabronione etykiety" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Dodaj dozwolone/zabronione wartości własnych kolumn" @@ -2277,115 +2302,115 @@ msgstr "" msgid "Published" msgstr "Data publikacji" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Oznacz jako nieprzeczytane" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Oznacz jako przeczytane" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Przeczytana" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Przywróć z archiwum" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Dodaj do archiwum" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Zarchiwizowane" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Opis:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Dodaj do półki" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(publiczna)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Edytuj metadane" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "Wybierz typ serwera" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "Użyj standardowego konta e-mail" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "Konto Gmail z weryfikacją OAuth2" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "Skonfiguruj konto Gmail jako serwer poczty e-mail" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "Cofnij dostęp do Gmaila" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "Hasło SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Limit rozmiaru załącznika" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Zapisz ustawienia i wyślij testową wiadomość e-mail" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Wróć" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Domeny dozwolone do rejestracji (biała lista)" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Dodaj domenę" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Dodaj" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Podaj nazwę domeny" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Domeny zabronione (czarna lista)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Następne" @@ -2413,12 +2438,12 @@ msgid "Logout User" msgstr "Wyloguj użytkownika" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Sortuj autorów w porządku alfabetycznym" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Posortuj autorów w odwrotnym porządku alfabetycznym" @@ -2490,8 +2515,8 @@ msgstr "Książki sortowane według oceny" msgid "Books ordered by file formats" msgstr "Ksiązki sortowane według formatu" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Półki" @@ -2511,62 +2536,62 @@ msgstr "Przełącz nawigację" msgid "Search Library" msgstr "Przeszukaj bibliotekę" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Wysyłanie…" + +# ??? +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Błąd" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Wysyłanie zakończone, przetwarzanie, proszę czekać…" + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Ustawienia" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Konto" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Wyloguj się" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Wysyłanie…" - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Proszę nie odświeżać strony" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Przeglądaj" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Informacje" # ??? -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Poprzedni" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Szczegóły książki" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Wysyłanie zakończone, przetwarzanie, proszę czekać…" - -# ??? -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Błąd" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Zapamiętaj mnie" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Zapomniałeś hasło?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Zaloguj się za pomocą „magic link”" @@ -2801,7 +2826,7 @@ msgstr "Pokaż" msgid "Hide" msgstr "Ukryj" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "Czytnik PDF" @@ -2820,27 +2845,27 @@ msgstr "Czytnik PDF" msgid "Register New Account" msgstr "Zarejestruj nowe konto" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Wybierz nazwę użytkownika" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Twój adres e-mail" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magic Link – Autoryzuj nowe urządzenie" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Użyj innego urządzenia, zaloguj się i odwiedź:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Gdy to zrobisz, automatycznie zalogujesz się na tym urządzeniu." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Link wygaśnie po 10 minutach." @@ -2856,87 +2881,87 @@ msgstr "Wyszukiwano:" msgid "Results for:" msgstr "Wyniki dla:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Data publikacji od" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Data publikacji do" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Status odczytu" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Wyklucz etykiety" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Wyklucz cykle" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 msgid "Exclude Shelves" msgstr "Z wyłączeniem półek" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Wyklucz języki" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Rozszerzenia" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Wyklucz rozszerzenia" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Ocena większa niż" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Ocena mniejsza niż" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "Od:" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "Do:" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Usuń tą półkę" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Edytuj właściwości półki" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Ręczne porządkowanie książek" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Wyłączenie Zlecenie zmiany" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Włącz polecenie zmiany" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Półka zostanie usunięta dla wszystkich użytkowników" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Współdziel z wszystkimi" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "Zsynchronizuj tę półkę z urządzeniem Kobo" @@ -2944,7 +2969,7 @@ msgstr "Zsynchronizuj tę półkę z urządzeniem Kobo" msgid "Drag to Rearrange Order" msgstr "Przeciągnij i upuść, aby zmienić kolejność" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Ukryta książka" @@ -3005,56 +3030,47 @@ msgstr "Czas wykonania" msgid "Start Time" msgstr "Start" -# ??? -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Usuń ukończone zadania" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Ukryj wszystkie zadania" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Zresetuj hasło użytkownika" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Pokaż książki w języku" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Ustawienia OAuth" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Połącz" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Rozłącz" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Token Kobo Sync" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Utwórz/Przeglądaj" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Dodaj dozwolone/zabronione wartości własnych kolumn" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "Synchronizuj z Kobo tylko książki z wybranych półek" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Usuń tego użytkownika" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Generuj Kobo Auth URL" @@ -3062,90 +3078,90 @@ msgstr "Generuj Kobo Auth URL" msgid "Select..." msgstr "Wybierz..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "Edytuj użytkownika" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 msgid "Enter Username" msgstr "Wprowadź nazwę użytkownika" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 msgid "Enter E-mail Address" msgstr "Wpisz adres e-mail" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Enter Kindle E-mail Address" msgstr "Wprowadź adres e-mail Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "E-mail Kindle" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Ustawienia regionalne" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "Widoczne języki książek" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "Edytuj dozwolone tagi" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "Dozwolone Tagi" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "Edytuj zabronione etykiety" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "Zabronione etykiety" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "Edycja dozwolonych wartości kolumn" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "Dozwolone wartości kolumn" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "Edycja zabronionych wartości kolumn" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Wartości kolumn odmowy" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 msgid "Change Password" msgstr "Zmień hasło" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "Zobacz" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 msgid "Edit Public Shelves" msgstr "Edytuj półki publiczne" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 #, fuzzy msgid "Sync selected Shelves with Kobo" msgstr "Zsynchronizuj wybrane półki z Kobo" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 msgid "Show read/unread selection" msgstr "Pokaż wybór przeczytane/nieprzeczytane" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Pokaż menu losowych książek" diff --git a/cps/translations/pt_BR/LC_MESSAGES/messages.mo b/cps/translations/pt_BR/LC_MESSAGES/messages.mo index 5e77031e..e01760b0 100644 Binary files a/cps/translations/pt_BR/LC_MESSAGES/messages.mo and b/cps/translations/pt_BR/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/pt_BR/LC_MESSAGES/messages.po b/cps/translations/pt_BR/LC_MESSAGES/messages.po index 422e534d..8c19e6ea 100644 --- a/cps/translations/pt_BR/LC_MESSAGES/messages.po +++ b/cps/translations/pt_BR/LC_MESSAGES/messages.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: br\n" @@ -15,734 +15,744 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "instalado" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "não instalado" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "instalado" + +#: cps/about.py:117 msgid "Statistics" msgstr "Estatística" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Servidor reiniciado, por favor recarregue a página" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Executando o desligamento do servidor, por favor, feche a janela" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Reconexão bem-sucedida" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Comando desconhecido" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Desconhecido" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Página de administração" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Configuração Básica" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Configuração de UI" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Usuário Admin" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Todos" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Usuário não encontrado" -#: cps/admin.py:354 +#: cps/admin.py:357 #, fuzzy msgid "{} users deleted successfully" msgstr "{} Usuário Importado com Sucesso" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Mostrar tudo" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Nenhum usuário administrador restante, não pode remover a função de administrador" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Configuração do Calibre-Web atualizada" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Você realmente quer excluir o Kobo Token?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "Você realmente quer excluir este domínio?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "Você realmente quer excluir este usuário?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Tem certeza que quer apagar essa estante?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Tem certeza que quer apagar essa estante?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Tem certeza que quer apagar essa estante?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Tem certeza que quer apagar essa estante?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Tens a certeza que queres fechar?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Negar" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Permita" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json não está configurado para aplicativo da web" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "A localização do arquivo de log não é válida, digite o caminho correto" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "A localização do arquivo de log de acesso não é válida, digite o caminho correto" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Digite um provedor LDAP, porta, DN e identificador de objeto do usuário" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Por favor, digite um nome de usuário válido para redefinir a senha" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "O filtro de objeto de grupo LDAP precisa ter um identificador de formato \"%s\"" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "Filtro de objeto de grupo LDAP tem parênteses incomparáveis" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "O filtro de objeto de usuário LDAP precisa ter um identificador de formato \"%s\"" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "Filtro de objeto de usuário LDAP tem parênteses incomparáveis" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "O filtro de usuário membro do LDAP precisa ter um identificador de formato \"%s\"" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "Filtro de usuário de membro LDAP tem parênteses incomparáveis" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "LDAP CACertificate, Certificados ou chave de localização não é válida, Insira o caminho correto" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "O banco de dados de configurações não é gravável" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "A localização do banco de dados não é válida, digite o caminho correto" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "DB não é gravável" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "A localização do arquivo-chave não é válida, por favor insira o caminho correto" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "A localização do arquivo de certificação não é válida, digite o caminho correto" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Atualização das configurações do servidor de e-mail" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Configuração das Características" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Por favor, preencha todos os campos!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "O e-mail não é de um domínio válido" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Adicionar novo usuário" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Usuário '%(user)s' criado" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Encontrei uma conta existente para este endereço de e-mail ou apelido." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Usuário '%(nick)s' excluído" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Nenhum usuário administrador restante, não é possível excluir o usuário" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Editar usuário %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Usuário '%(nick)s' atualizado" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Ocorreu um erro desconhecido. Por favor, tente novamente mais tarde." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Editar configurações do servidor de e-mail" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Ocorreu um erro ao enviar o e-mail de teste: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Por favor, configure seu endereço de e-mail primeiro..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Atualização das configurações do servidor de e-mail" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Senha para redefinição do usuário %(user)s" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Por favor, configure primeiro as configurações de correio SMTP..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "visualizador de arquivo de registro" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Solicitação de pacote de atualização" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Download do pacote de atualização" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Descompactação de pacote de atualização" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Substituição de arquivos" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "As ligações à base de dados estão fechadas" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Parar servidor" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Atualização concluída, pressione okay e recarregue a página" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Atualização falhou:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "Erro HTTP" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Erro de conexão" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Tempo limite durante o estabelecimento da conexão" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Erro geral" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Arquivo de atualização não pôde ser salvo no diretório temporário" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Falha na criação no mínimo de um usuário LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Falha na criação no mínimo de um usuário LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Erro: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Erro: Nenhum usuário retornado em resposta do servidor LDAP" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "No mínimo um usuário LDAP não encontrado no banco de dados" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} Usuário Importado com Sucesso" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "não configurado" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Faltam as permissões de execução" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "A coluna personalizada No.%(column)d não existe no banco de dados do calibre" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Formato do Livro Eliminado com Sucesso" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Livro Eliminado com Sucesso" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Oops! O título do livro seleccionado não está disponível. O arquivo não existe ou não é acessível" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "editar metadados" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s não é um idioma válido" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "A extensão de arquivo '%(ext)s' não pode ser enviada para este servidor" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "O arquivo a ser carregado deve ter uma extensão" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Falha ao criar o caminho %(path)s (Permission denied)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Falha ao armazenar o arquivo %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Erro de banco de dados: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Formato de arquivo %(ext)s adicionado a %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "Os identificadores não são sensíveis a maiúsculas ou minúsculas, mas sim a maiúsculas e minúsculas" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metadados atualizados com sucesso" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Livro de edição de erros, por favor verifique o ficheiro de registo para mais detalhes" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "O livro carregado provavelmente existe na biblioteca, considere mudar antes de carregar novo: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "O arquivo %(filename)s não pôde ser salvo no diretório temporário" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Falha ao mover arquivo de capa %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Arquivo %(file)s enviado" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Falta o formato de origem ou destino para a conversão" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Livro enfileirado com sucesso para conversão em %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Ocorreu um erro ao converter este livro: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Configuração do Google Drive não concluída, tente desativar e ativar o Google Drive novamente" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "O domínio Callback não é verificado, por favor siga os passos para verificar o domínio no console do desenvolvedor do google" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "Formato %(format)s não encontrado para o id do livro: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s não encontrado no Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s não encontrado: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Enviar para Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Este e-mail foi enviado via Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "E-mail de teste do Calibre-Web" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "E-mail de teste" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Comece a usar o calibre-web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "E-mail de registro do usuário: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Converta %(orig)s em %(format)s e envie para o Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Envie %(format)s para o Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Enviar para Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "O arquivo solicitado não pôde ser lido. Talvez permissões erradas?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "A exclusão da pasta de livros do livro %(id)s falhou, o caminho tem subpastas: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "Falha ao excluir livro %(id)s: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Excluindo livro %(id)s, caminho do livro inválido: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Renomear título de: '%(src)s' para '%(dest)s' falhou com o erro: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Renomear arquivo no caminho '%(src)s' para '%(dest)s' falhou com o erro: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Arquivo %(file)s não encontrado no Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Caminho do livro %(path)s não encontrado no Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Encontrado uma conta existente para este endereço de e-mail." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Este nome de usuário já está registrado" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "Formato de endereço de e-mail inválido" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Erro ao Baixar a capa" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Erro de Formato da Capa" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Falha em criar caminho para a capa" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "O arquivo de capa não é um arquivo de imagem válido, ou não pôde ser armazenado" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Apenas ficheiros jpg/jpeg/png/webp/bmp são suportados como arquivos de capa" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Apenas arquivos jpg/jpeg são suportados como arquivos de capa" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Unrar arquivo binário não encontrado" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Erro excecutando UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Aguardando" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Falha" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Iniciado em" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Concluído" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Status Desconhecido" @@ -754,78 +764,78 @@ msgstr "Por favor, acesse o calibre-web de um host não local para obter um api_ msgid "Kobo Setup" msgstr "Configuração Kobo" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Registre-se com %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "agora você está logado como: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Link para %(oauth)s bem-sucedido" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Login falhou, nenhum utilizador ligado a uma conta OAuth" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Desvincular para %(oauth)s bem-sucedido" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Falha ao desvincular para %(oauth)s" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Não vinculado a %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Falha no login com o GitHub." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Falha na busca de informações do usuário no GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Falha no login com o Google." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Falha em ir buscar informações de usuário ao Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "Erro de GitHub Oauth, por favor tente novamente mais tarde." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Erro no Google Oauth, por favor tente novamente mais tarde." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Login" @@ -841,7 +851,7 @@ msgstr "O Token expirou" msgid "Success! Please return to your device" msgstr "Sucesso! Por favor, volte ao seu aparelho" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Livros" @@ -862,22 +872,22 @@ msgid "Downloaded Books" msgstr "Livros descarregados" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Mostrar Livros Descarregados" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Livros Mais Bem Avaliados" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Mostrar os melhores livros avaliados" #: cps/render_template.py:59 cps/templates/index.xml:54 #: cps/templates/index.xml:58 cps/web.py:666 msgid "Read Books" -msgstr "Ler Livros" +msgstr "Livros Lidos" #: cps/render_template.py:61 msgid "Show read and unread" @@ -897,54 +907,54 @@ msgid "Discover" msgstr "Descubra" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Mostrar Livros Aleatórios" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Categorias" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Mostrar seleção de categoria" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Série" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Mostrar selecção de séries" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Autores" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Mostrar selecção de autor" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Editores" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Mostrar selecção de editores" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Idiomas" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Mostrar seleção de idioma" @@ -952,7 +962,7 @@ msgstr "Mostrar seleção de idioma" msgid "Ratings" msgstr "Classificações" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Mostrar selecção de classificações" @@ -960,7 +970,7 @@ msgstr "Mostrar selecção de classificações" msgid "File formats" msgstr "Formatos de arquivo" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Mostrar seleção de formatos de arquivo" @@ -968,7 +978,7 @@ msgstr "Mostrar seleção de formatos de arquivo" msgid "Archived Books" msgstr "Livros Arquivados" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Mostrar livros arquivados" @@ -976,178 +986,178 @@ msgstr "Mostrar livros arquivados" msgid "Books List" msgstr "Lista de Livros" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Mostrar Lista de Livros" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Estante inválida especificada" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Desculpe, você não tem permissão para adicionar um livro à estante: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "O livro já faz parte da estante: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "O livro foi adicionado à estante: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Você não tem permissão para adicionar um livro à estante: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Os livros já fazem parte da estante: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Livros foram adicionados à estante: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Não foi possível adicionar livros à estante: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "O livro foi removido da estante: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Desculpe, você não tem permissão para remover um livro desta estante: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Crie uma estante" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Desculpe, você não tem permissão para remover um livro desta estante: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Editar uma estante" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Estante %(title)s criada" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Estante %(title)s alterada" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Houve um erro" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Já existe uma estante pública com o nome '%(title)s' ." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Já existe uma estante privada com o nome'%(title)s' ." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Alterar ordem da Estante: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Estante: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Erro ao abrir estante. A estante não existe ou não está acessível" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Dados inesperados ao ler informações de atualização" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Não há atualização disponível. Você já tem a última versão instalada" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Uma nova atualização está disponível. Clique no botão abaixo para atualizar para a versão mais recente." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Não consegui obter informações actualizadas" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Clique no botão abaixo para atualizar para a última versão estável." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Uma nova atualização está disponível. Clique no botão abaixo para atualizar para a versão: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Não há informações de lançamento disponíveis" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Descobrir (Livros Aleatórios)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Hot Books (Os Mais Descarregados)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Livros baixados por %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Autor: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Editor: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Série: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Avaliação: %(rating)s estrelas" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Formato do arquivo: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Categoria: %(name)s" @@ -1157,166 +1167,166 @@ msgstr "Categoria: %(name)s" msgid "Language: %(name)s" msgstr "Idioma: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Pesquisa Avançada" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Pesquisa" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Downloads" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Lista de classificações" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Lista de formatos de arquivo" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Tarefas" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Publicado depois de " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Publicado antes de " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Avaliação <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Avaliação >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Status de leitura = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Livro enfileirado com sucesso para envio para %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Ups! Ocorreu um erro ao enviar este livro: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Por favor, atualize seu perfil com um endereço de e-mail válido para Kindle." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "O servidor de E-Mail não está configurado, por favor contacte o seu administrador!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Registe-se" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Seu e-mail não tem permissão para registrar" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "O e-mail de confirmação foi enviado para a sua conta de e-mail." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Não é possível ativar a autenticação LDAP" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Login de reserva como:'%(nickname)s', servidor LDAP não acessível ou usuário desconhecido" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Não foi possível fazer o login: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Nome de usuário ou senha incorretos" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Nova senha foi enviada para seu endereço de e-mail" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Por favor, digite um nome de usuário válido para redefinir a senha" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Você agora está logado como: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "Perfil de %(name)s's" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Perfil atualizado" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Calibre ebook-convert %(tool)s não encontrado" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "Formato %(format)s não encontrado no disco" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "O conversor de Ebook falhou com erro desconhecido" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "O conversor de Kepubify falhou: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Arquivo convertido não encontrado ou mais de um arquivo na pasta %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Conversor de ebook falhou: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Calibre falhou com erro: %(error)s" @@ -1325,39 +1335,39 @@ msgstr "Calibre falhou com erro: %(error)s" msgid "Users" msgstr "Usuários" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Nome de usuário" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "Endereço de e-mail" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Enviar para o endereço de e-mail do Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Admin" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Senha" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Upload" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Baixar" @@ -1365,15 +1375,15 @@ msgstr "Baixar" msgid "View Books" msgstr "Ver Livros" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Editar" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Eliminar" @@ -1393,24 +1403,24 @@ msgstr "Importar usuários LDAP" msgid "E-mail Server Settings" msgstr "Configurações do servidor de e-mail" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP Nome do anfitrião" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "Porto SMTP" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Criptografia" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "Login SMTP" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Do E-mail" @@ -1430,7 +1440,7 @@ msgstr "Configuração" msgid "Calibre Database Directory" msgstr "Diretório do Banco de Dados de Calibres" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Nível de registo" @@ -1442,7 +1452,7 @@ msgstr "Porto" msgid "External Port" msgstr "Porto externo" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Livros por página" @@ -1466,7 +1476,7 @@ msgstr "Login remoto Magic Link" msgid "Reverse Proxy Login" msgstr "Login de Proxy Reversa" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Nome do cabeçalho do Proxy Reverso" @@ -1523,39 +1533,39 @@ msgstr "Detalhes" msgid "Current version" msgstr "Versão atual" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Verificar Atualizações" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Realizar Atualizações" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Tem a certeza que quer recomeçar?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Ok" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Cancelar" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Tens a certeza que queres fechar?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Atualizando, por favor, não recarregue esta página" @@ -1568,39 +1578,39 @@ msgid "In Library" msgstr "Na Biblioteca" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Classificar de acordo com a data do livro, o mais recente primeiro" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Classificar de acordo com a data do livro, o mais antigo primeiro" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Classificar título em ordem alfabética" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Classificar título em ordem alfabética inversa" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Classificar de acordo com a data de publicação, o mais novo primeiro" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Classificar de acordo com a data de publicação, primeiro mais antigo" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "reduzir" @@ -1620,629 +1630,644 @@ msgstr "Eliminar formatos:" msgid "Convert book format:" msgstr "Converta o formato do livro:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Converte de:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "selecione uma opção" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Converte para:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Converter livro" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Título do Livro" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Autor" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Descrição" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identificadores" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Tipo de identificador" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Valor do Identificador" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Remover" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Adicionar Identificador" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Etiquetas" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "Identificação da série" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Classificação" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Buscar capa na URL (JPEG - Imagem será baixada e armazenada na base de dados)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Upload de capa do disco local" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Data de Publicação" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Editora" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Idioma" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Sim" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Não" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Formato de upload" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Ver Livro ao salvar" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Buscar Metadados" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Salvar" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Palavra-chave" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Pesquisar palavra-chave " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Clique na capa para carregar os metadados para o formulário" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "A carregar..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Fechar" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Fonte" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Erro de busca!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Nenhum resultado(s) encontrado(s)! Por favor, tente outra palavra-chave." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Este campo é obrigatório" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Fundir livros selecionados" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Remover Seleções" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Atualizar a Classificação de Título automaticamente" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Atualizar a Classificação do Autor automaticamente" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Digite o título" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Título" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Digite o título Sort" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Título Ordenar" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Digite Author Sort" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Ordenar Autor" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Entrar Autores" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Entrar nas categorias" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Entrar na série" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Índice da série" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Entrar idiomas" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Data de publicação" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Entrar Editores" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Tens mesmo a certeza?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "Os livros com título serão fundidos a partir de:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "Into Book with Title:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Fundir" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Localização da Base de Dados Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Use o Google Drive?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Autenticar o Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Pasta Google Drive Calibre" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Revogar" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "A localização do banco de dados não é válida, digite o caminho correto" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Configuração do Servidor" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Porta do servidor" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL certfile location (deixe-o vazio para Servidores não-SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL Keyfile location (deixe-o vazio para servidores não-SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Canal de atualização" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Estável" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Nocturno" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Configuração do ficheiro de registo" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Localização e nome do arquivo de log (calibre-web.log para nenhuma entrada)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Habilitar Log de Acesso" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Localização e nome do arquivo de log de acesso (access.log para nenhuma entrada)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Configuração das Características" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Habilitar Uploads" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Upload de formatos de arquivo permitidos" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Habilitar Navegação Anônima" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Habilitar Registro Público" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Use e-mail como nome de usuário" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Habilitar login remoto do Magic Link" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Activar a sincronização de Kobo" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Proxy de pedidos desconhecidos para a loja Kobo" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Porta externa do servidor (para chamadas API de porta encaminhadas)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Use Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Criar uma chave API" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads Chave API" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API Secreto" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Permitir a Autenticação por Proxy Reversa" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Tipo de Login" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Usar autenticação padrão" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Usar autenticação LDAP" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Use OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Nome ou endereço IP do servidor LDAP" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "Porta do servidor LDAP" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "Criptografia LDAP" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Nenhum" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP CACertificate Path (Somente necessário para Autenticação de Certificado de Cliente)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP Certificate Path (Somente necessário para Autenticação de Certificado de Cliente)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "LDAP Keyfile Path (Somente necessário para Autenticação de Certificado de Cliente)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "Autenticação LDAP" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anônimo" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Não autenticado" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Simples" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "Nome de usuário do administrador LDAP" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "Senha de Administrador LDAP" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "Nome distinto LDAP (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "Filtro de objeto do usuário LDAP" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "O LDAP Server é OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "As seguintes configurações são necessárias para a importação do usuário" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "Filtro de objetos do grupo LDAP" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "Nome do Grupo LDAP" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "Campo de Membros do Grupo LDAP" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "LDAP Detecção de filtro de usuário membro LDAP" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Autodetectar" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Filtro Personalizado" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "Filtro de Utilizador Membro LDAP" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Obtenha a credencial OAuth de %(provider)s" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "ID do cliente OAuth de %(provider)s" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s Cliente segredo do OAuth" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Binários externos" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Caminho para o Calibre E-Book Converter" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Configurações do conversor de E-Book Calibre" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Caminho para Kepubify E-Book Converter" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Localização do binário Unrar" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Ver configuração" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Nº de Livros Aleatórios a Exibir" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Nº de Autores a Exibir Antes de Esconder (0=Esconder Desativado)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Tema" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Tema Padrão" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Tema Negro" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Expressão Regular para Ignorar Colunas" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Ligar o estado de leitura/análise à coluna Calibre" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Exibir restrições com base na coluna Calibre" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Expressão regular para classificação de títulos" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Configurações padrão para novos usuários" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Usuário Admin" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Permitir Downloads" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Permitir que o eBook Viewer" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Permitir Uploads" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Permitir Editar" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Permitir Livros Excluídos" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Permitir mudança de senha" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Permitir a Edição de Prateleiras Públicas" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Excluir idiomas" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Língua dos Livros" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Visibilidades por defeito para novos utilizadores" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Mostrar Livros Aleatórios em Vista de Detalhe" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Adicionar Etiquetas permitidas/negadas" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Adicionar valores permitidos/negados da coluna personalizada" @@ -2263,115 +2288,115 @@ msgstr "" msgid "Published" msgstr "Publicado em" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Marcar como não lido" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Marcar como lido" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Lido" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Restaurar do arquivo" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Adicionar ao arquivo" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Arquivado em" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Descrição:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Adicionar à estante" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Público)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Editar Metadados" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "Senha SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Limite do tamanho do anexo" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Salvar e enviar e-mail de teste" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Voltar" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Domínios Permitidos (Whitelist)" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Adicionar Domínio" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Adicione" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Digite o nome do domínio" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Domínios negados (Blacklist)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Próximo" @@ -2397,12 +2422,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Ordenar os autores em ordem alfabética" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Ordenar os autores em ordem alfabética inversa" @@ -2474,8 +2499,8 @@ msgstr "Livros encomendados por Rating" msgid "Books ordered by file formats" msgstr "Livros ordenados por formatos de arquivo" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Prateleiras" @@ -2495,60 +2520,60 @@ msgstr "Alternar a navegação" msgid "Search Library" msgstr "Biblioteca de Pesquisa" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Enviando..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Erro" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Upload feito, processando, por favor aguarde ..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Configurações" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Conta" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Sair" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Enviando..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Por favor, não atualize a página" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Navegue em" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Sobre" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Anterior" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Detalhes do Livro" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Upload feito, processando, por favor aguarde ..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Erro" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Lembre-se de mim" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Esqueceu-se da senha?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Entre com o Magic Link" @@ -2783,7 +2808,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "leitor de PDF" @@ -2802,27 +2827,27 @@ msgstr "leitor de PDF" msgid "Register New Account" msgstr "Registrar Nova Conta" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Escolha um nome de usuário" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Seu endereço de e-mail" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magic Link - Autorizar novo dispositivo" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "Em outro dispositivo, faça login e visite:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Uma vez verificado, você será automaticamente conectado a este dispositivo." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Este link de verificação expirará dentro de 10 minutos." @@ -2838,88 +2863,88 @@ msgstr "Termo de busca:" msgid "Results for:" msgstr "Resultados para:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Data de Publicação de" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Data de Publicação Até" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Ler Estado" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Excluir Etiquetas" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Excluir Série" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Excluir Série" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Excluir idiomas" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Extensões" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Excluir extensões" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Classificação Acima" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Classificação Abaixo" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Excluir esta estante" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Editar as propriedades da estante" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Organizar os livros manualmente" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Desativar ordem de modificação" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Habilitar ordem de modificação" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "A estante será excluída para todos os usuários" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Partilhar com Todos" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2927,7 +2952,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Arrastar para Reorganizar a Ordem" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Livro Escondido" @@ -2987,55 +3012,47 @@ msgstr "Tempo de execução" msgid "Start Time" msgstr "Hora de início" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Eliminar tarefas terminadas" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Ocultar todas as tarefas" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Redefinir senha do usuário" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Língua dos Livros" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Configurações do OAuth" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Link" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Desbloqueio" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo Sync Token" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Criar/Ver" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Adicionar valores permitidos/definidos da coluna personalizada" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Eliminar Utilizador" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Gerar o Kobo Auth URL" @@ -3044,102 +3061,102 @@ msgstr "Gerar o Kobo Auth URL" msgid "Select..." msgstr "Selecione" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Usuário Admin" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Escolha um nome de usuário" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Seu endereço de e-mail" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Enviar para o endereço de e-mail do Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "E-mail de teste" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Balança" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 #, fuzzy msgid "Edit Allowed Tags" msgstr "Selecione Etiquetas permitidas/negadas" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 #, fuzzy msgid "Edit Denied Tags" msgstr "Selecione Etiquetas permitidas/negadas" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Edit Allowed Column Values" msgstr "Adicionar valores permitidos/negados da coluna personalizada" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Allowed Column Values" msgstr "Adicionar valores permitidos/negados da coluna personalizada" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy msgid "Edit Denied Column Values" msgstr "Adicionar valores permitidos/negados da coluna personalizada" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Adicionar valores permitidos/negados da coluna personalizada" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Permitir mudança de senha" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Estante Pública" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Mostrar selecção de séries" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Mostrar livros aleatórios" diff --git a/cps/translations/ru/LC_MESSAGES/messages.mo b/cps/translations/ru/LC_MESSAGES/messages.mo index d307faf3..6ed22e4c 100644 Binary files a/cps/translations/ru/LC_MESSAGES/messages.mo and b/cps/translations/ru/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ru/LC_MESSAGES/messages.po b/cps/translations/ru/LC_MESSAGES/messages.po index 4caf9e49..d44f8253 100644 --- a/cps/translations/ru/LC_MESSAGES/messages.po +++ b/cps/translations/ru/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-04-29 01:20+0400\n" "Last-Translator: ZIZA\n" "Language: ru\n" @@ -19,733 +19,743 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "установлено" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "не установлено" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "установлено" + +#: cps/about.py:117 msgid "Statistics" msgstr "Статистика" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Сервер перезагружен, пожалуйста, обновите страницу" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Производится остановка сервера, пожалуйста, закройте окно" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Успешно переподключено" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Неизвестная команда" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Неизвестно" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Администрирование" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Настройки сервера" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Настройка интерфейса" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Управление сервером" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Все" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Показать все" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Конфигурация Calibre-Web обновлена" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Вы действительно хотите удалить Kobo Token ?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Вы действительно хотите удалить эту книжную полку?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Вы действительно хотите удалить эту книжную полку?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Вы действительно хотите удалить эту книжную полку?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Вы действительно хотите удалить эту книжную полку?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Вы действительно хотите остановить Calibre-Web?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Запретить" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Разрешить" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json не настроен для веб-приложения" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "Неправильное расположение файла журнала, пожалуйста, введите правильный путь." -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "Недопустимое расположение файла журнала доступа, пожалуйста, введите правильный путь" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Пожалуйста, введите провайдера LDAP, порт, DN и идентификатор объекта пользователя" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Пожалуйста, введите действительное имя пользователя для сброса пароля" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "Фильтр объектов группы LDAP должен иметь один идентификатор формата \"%s\"" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "Фильтр объектов группы LDAP имеет незавершённые круглые скобки" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "Фильтр объектов пользователя LDAP должен иметь один идентификатор формата \"%s\"" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "Фильтр объектов пользователя LDAP имеет незавершенную круглую скобку" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "Расположение Базы Данных неверно, пожалуйста, введите правильный путь." -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "Расположение ключевого файла неверно, пожалуйста, введите правильный путь" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "Расположение Certfile не является действительным, пожалуйста, введите правильный путь" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "Настройки E-mail сервера обновлены" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Дополнительный Настройки" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Пожалуйста, заполните все поля!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "E-mail не из существующей доменной зоны" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Добавить пользователя" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Пользователь '%(user)s' добавлен" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Для этого адреса электронной почты или логина уже есть учётная запись." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Пользователь '%(nick)s' удалён" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Это последний администратор, невозможно удалить пользователя" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Изменить пользователя %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Пользователь '%(nick)s' обновлён" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Неизвестная ошибка. Попробуйте позже." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Изменить настройки SMTP" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Произошла ошибка при отправке тестового письма на: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Пожалуйста, сначала настройте свой адрес электронной почты ..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "Настройки E-mail сервера обновлены" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Пароль для пользователя %(user)s сброшен" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Пожалуйста, сперва настройте параметры SMTP....." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Просмотр лога" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Проверка обновлений" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Загрузка обновлений" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Распаковка обновлений" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Замена файлов" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Соединения с базой данных закрыты" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Остановка сервера" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Обновления установлены, нажмите ок и перезагрузите страницу" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Ошибка обновления:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "Ошибка HTTP" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Ошибка соединения" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Тайм-аут при установлении соединения" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Общая ошибка" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Не удалось сохранить файл обновления во временной папке." -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Не удалось создать хотя бы одного пользователя LDAP" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Не удалось создать хотя бы одного пользователя LDAP" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Ошибка: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Ошибка: ни одного пользователя не найдено в ответ на запрос сервер LDAP" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "По крайней мере, один пользователь LDAP не найден в базе данных" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "не настроено" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Невозможно открыть книгу. Файл не существует или недоступен" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "изменить метаданные" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s не допустимый язык" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Запрещена загрузка файлов с расширением '%(ext)s'" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Загружаемый файл должен иметь расширение" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Ошибка при создании пути %(path)s (Доступ запрещён)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Не удалось сохранить файл %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Формат файла %(ext)s добавлен в %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Метаданные обновлены" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Ошибка редактирования книги. Пожалуйста, проверьте лог-файл для дополнительной информации" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Загруженная книга, вероятно, существует в библиотеке, перед тем как загрузить новую, рассмотрите возможность изменения: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Файл %(filename)s не удалось сохранить во временную папку" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Файл %(file)s загружен" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Исходный или целевой формат для конвертирования отсутствует" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Книга успешно поставлена в очередь для конвертирования в %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Произошла ошибка при конвертирования этой книги: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Настройка Google Drive не завершена, попробуйте деактивировать и снова активировать Google Drive" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Не удалось проверить домен обратного вызова, пожалуйста, выполните шаги для проверки домена в консоли разработчика Google." -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s форма не найден для книги с id: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s не найден на Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s не найден: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Отправить на Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Это электронное письмо было отправлено через Caliber-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Тестовый e-mail для Calibre-Web" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Тестовый e-mail" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Начать работу с Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Регистрационный e-mail для пользователя: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Преобразовать %(orig)s в %(format)s и отправить в Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Отправить %(format)s в Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Отправить на Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Запрашиваемый файл не может быть прочитан. Возможно у вас нет разрешения?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Переименовывание заголовка с: '%(src)s' на '%(dest)s' не удалось из-за ошибки: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Не удалось переименовать файл по пути '%(src)s' to '%(dest)s' из-за ошибки: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Файл %(file)s не найден на Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Путь книги %(path)s не найден на Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Этот адрес электронной почты уже зарегистрирован." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Это имя пользователя уже занято" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Не удалось создать путь для обложки." -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Только файлы в формате jpg / jpeg поддерживаются как файл обложки" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Ожидание" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Неудачно" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Начало" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Завершено" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Неизвестный статус" @@ -757,78 +767,78 @@ msgstr "Пожалуйста, подключитесь к Calibre-Web не с л msgid "Kobo Setup" msgstr "Настройка Kobo" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Зарегистрируйтесь с %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "вы вошли как пользователь '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Связь с %(oauth)s Успешна" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Не удалось войти, ни один пользователь не связан с учетной записью OAuth" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Отмена связи с %(oauth)s успешно" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Связь с %(oauth)s не удалось отмененить" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Не удалось войти в систему с помощью GitHub." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Не удалось получить информацию о пользователе из GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Не удалось войти в систему с помощью Google." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Не удалось получить информацию о пользователе из Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "Ошибка GitHub Oauth, пожалуйста попробуйте позже." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Ошибка Google Oauth, пожалуйста попробуйте позже." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Логин" @@ -844,7 +854,7 @@ msgstr "Ключ просрочен" msgid "Success! Please return to your device" msgstr "Успешно! Пожалуйста, проверьте свое устройство" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Книги" @@ -865,15 +875,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Книги с наилучшим рейтингом" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Показывать книги с наивысшим рейтингом" @@ -900,54 +910,54 @@ msgid "Discover" msgstr "Обзор" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Показывать Случайные Книги" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Категории" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Показывать выбор категории" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Серии" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Показывать выбор серии" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Авторы" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Показывать выбор автора" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Издатели" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Показать выбор издателя" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Языки" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Показывать выбор языка" @@ -955,7 +965,7 @@ msgstr "Показывать выбор языка" msgid "Ratings" msgstr "Рейтинги" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Показать выбор рейтинга" @@ -963,7 +973,7 @@ msgstr "Показать выбор рейтинга" msgid "File formats" msgstr "Форматы файлов" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Показать выбор форматов файлов" @@ -971,7 +981,7 @@ msgstr "Показать выбор форматов файлов" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -979,178 +989,178 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Указана неверная полка" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Извините, но вам не разрешено добавлять книги на полку: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Книги уже размещены на полке: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Книга добавлена на книжную полку: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Вам не разрешено добавлять книгу на полку: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Книги уже размещены на полке: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Книги добавлены на полку: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Не удалось добавить книги на полку: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Книга удалена с полки: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Извините, вы не можете удалить книгу с полки: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Создать полку" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Извините, вы не можете удалить книгу с полки: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Изменить полку" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Создана полка %(title)s" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Колка %(title)s изменена" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Произошла ошибка" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "Публичная полка с названием '%(title)s' уже существует." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "Приватная полка с названием '%(title)s' уже существует." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Изменить расположение полки '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Полка: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Ошибка открытия Полки. Полка не существует или недоступна" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Некорректные данные при чтении информации об обновлении" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Нет доступных обновлений. Вы используете последнюю версию" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Новое обновление доступно. Нажмите на кнопку ниже, чтобы обновить до последней версии." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Не удалось получить информацию об обновлении" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Нажмите на кнопку ниже для обновления до последней стабильной версии." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Новое обновление доступно. Нажмите на кнопку ниже, чтобы обновиться до версии: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Информация о выпуске недоступна" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Обзор (Случайные Книги)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Популярные книги (часто загружаемые)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Автор: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Издатель: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Серии: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Оценка: %(rating)s звезды(а)" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Формат файла: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Категория: %(name)s" @@ -1160,166 +1170,166 @@ msgstr "Категория: %(name)s" msgid "Language: %(name)s" msgstr "Язык: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Расширенный поиск" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Поиск" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Скачать" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Список рейтингов" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Список форматов файлов" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Задания" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Опубликовано после " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Опубликовано до " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Рейтинг <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Рейтинг >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Книга успешно поставлена в очередь для отправки на %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "При отправке этой книги произошла ошибка: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Пожалуйста, сначала настройте e-mail на вашем kindle..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "Сервер электронной почты не настроен, обратитесь к администратору !" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Зарегистрироваться" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Ваш e-mail не подходит для регистрации" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Письмо с подтверждением отправлено вам на e-mail." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Не удается активировать LDAP аутентификацию" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "Резервный вход в систему как: '%(nickname)s', LDAP-сервер недоступен или пользователь не известен" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Не удалось войти: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Ошибка в имени пользователя или пароле" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Новый пароль был отправлен на ваш адрес электронной почты" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Пожалуйста, введите действительное имя пользователя для сброса пароля" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Вы вошли как: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "Профиль %(name)s's" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Профиль обновлён" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "Ошибка Ebook-конвертора: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1328,39 +1338,39 @@ msgstr "" msgid "Users" msgstr "Список пользователей" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Имя пользователя" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "Адрес электронной почты" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Отправить на Kindle Адрес электронной почты" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Управление" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Пароль" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Загрузить" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Скачать" @@ -1368,15 +1378,15 @@ msgstr "Скачать" msgid "View Books" msgstr "Посмотреть электронные книги" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Редактировать" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Удалить" @@ -1396,24 +1406,24 @@ msgstr "Импорт пользователей LDAP" msgid "E-mail Server Settings" msgstr "Настройки SMTP-сервера" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP-сервер" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP-порт" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "SSL" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP-логин" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Отправитель" @@ -1433,7 +1443,7 @@ msgstr "Настройки сервера" msgid "Calibre Database Directory" msgstr "Расположение базы данных Calibre" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Уровень логирования" @@ -1445,7 +1455,7 @@ msgstr "Порт" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Количество книг на странице" @@ -1469,7 +1479,7 @@ msgstr "Удалённый логин" msgid "Reverse Proxy Login" msgstr "Логин обратного прокси" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Имя заголовка обратного прокси" @@ -1526,39 +1536,39 @@ msgstr "Подробности" msgid "Current version" msgstr "Текущая версия" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Проверка обновлений" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Установить обновления" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Вы действительно хотите перезагрузить Calibre-Web?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Ok" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Отмена" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Вы действительно хотите остановить Calibre-Web?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Установка обновлений, пожалуйста, не обновляйте страницу" @@ -1571,39 +1581,39 @@ msgid "In Library" msgstr "В библиотеке" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "уменьшить" @@ -1623,629 +1633,644 @@ msgstr "Удалить форматы:" msgid "Convert book format:" msgstr "Конвертировать формат книги:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Конвертировать из:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "выбрать вариант" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Конвертировать в:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Конвертировать книгу" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Название книги" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Автор" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Описание" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Теги" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "ID Серии" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Рейтинг" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "URL обложки(jpg, обложка загружается и сохраняется в базе данных, после этого поле снова пустое)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Загрузить обложку с диска" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Опубликовано" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Издатель" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Язык" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Да" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Нет" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Загружаемый формат" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Просмотреть книгу после сохранения" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Получить метаданные" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Сохранить" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Ключевое слово" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Поиск по ключевому слову " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Нажмите на обложку, чтобы получить метаданные" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Загрузка..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Закрыть" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Источник" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Ошибка поиска!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Результат(ы) не найдены! Попробуйте другое ключевое слово." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Заголовок" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Вы действительно уверены?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Расположение базы данных Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Использовать Google Drive?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Аутентификация Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Папка на Google Диске для Calibre" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "ID Канала Просмотра Метаданных" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Отозвано" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "Расположение Базы Данных неверно, пожалуйста, введите правильный путь." -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Настройки сервера" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Порт сервера" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Расположение SSL сертификата (оставьте его пустым для серверов без SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Расположение SSL файла-ключа (оставьте его пустым для серверов без SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Ветка обновлений" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Стабильная" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Тестовая" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Настройки лог-файла" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Расположение и имя лог-файла (не вводите calibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Включить журнал доступа" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Расположение и имя лог-файла доступа (access.log по умолчанию)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Дополнительный Настройки" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Разрешить загрузку на сервер" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Разрешить анонимный просмотр" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Разрешить публичную регистрацию" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Включить удаленный логин (\"magic link\")" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Включить Kobo sync" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Неизвестный прокси запрос к Kobo Store" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Использовать Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Получить ключ API" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Ключ API Goodreads" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API Секрет" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Разрешить обратную аутентификацию прокси" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Тип входа" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Использовать стандартную аутентификацию" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Использовать LDAP аутентификацию" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Использовать OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "Имя хоста или IP-адрес сервера LDAP" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "Порт сервера LDAP" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "Шифрование LDAP" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Нет" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "Аутентификация LDAP" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Анонимный" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Неаутентифицированный" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Простой" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "Имя администратора LDAP" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "Пароль администратора LDAP" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "Отличительное имя LDAP (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "Фильтр объектов пользователя LDAP" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "Сервер LDAP - это OpenLDAP ?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "Следующие настройки необходимы для импорта пользователем." -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "Фильтр объектов группы LDAP" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "Имя группы LDAP" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "Поле членов группы LDAP" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Получить %(provider)s OAuth Credential" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth ID клиента" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Секрет клиента" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Конвертация" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Расположение бинарного файла Unrar" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Просмотреть Конфигурацию" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Количество отображаемых случайных книг" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Количество авторов для отображения перед скрытием (0 = отключить скрытие)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Тема" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Стандартная тема" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Темная тема" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Регулярное выражение для игнорирования столбцов" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Ссылка на чтение/непрочитанный статус столбца Caliber" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Просмотр ограничений на основе столбца Caliber" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Регулярное выражение для сортировки заголовков" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Настройки по умолчанию для новых пользователей" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Управление сервером" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Разрешить скачивание с сервера" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Разрешить чтение книг" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Разрешить загрузку на сервер" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Разрешить редактирование книг" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Разрешить удаление книг" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Разрешить смену пароля" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Разрешить редактирование публичных книжных полок" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Исключить языки" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Показать книги на языках" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Видимость для новых пользователей(по умолчанию)" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Показывать случайные книги при просмотре деталей" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Добавить разрешенные / запрещенные теги" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Добавить разрешенные / запрещенные значения индивидуальных столбцов" @@ -2266,115 +2291,115 @@ msgstr "" msgid "Published" msgstr "Опубликованный" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Отметить как непрочитанное" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Отметить как прочитанное" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Прочесть" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Описание:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Добавить на книжную полку" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Публичная)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Редактировать метаданные" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "Пароль SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Сохранить настройки и отправить тестовое письмо" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Назад" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Допустимые домены для регистрации" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Добавить Домен" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Добавить" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Введите доменное имя" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Запрещенные домены (черный список)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Далее" @@ -2400,12 +2425,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2477,8 +2502,8 @@ msgstr "Книги, упорядоченные по рейтингу" msgid "Books ordered by file formats" msgstr "Книги отсортированы по формату файла" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Полки" @@ -2498,60 +2523,60 @@ msgstr "Включить навигацию" msgid "Search Library" msgstr "Поиск в библиотеке" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Загружается..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Ошибка" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Загрузка завершена, обработка, пожалуйста, подождите..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Настройки" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Учетная запись" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Выход" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Загружается..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Пожалуйста не обновляйте страницу" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Просмотр" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "О программе" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Предыдущий" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Подробнее о книге" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Загрузка завершена, обработка, пожалуйста, подождите..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Ошибка" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Запомнить меня" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Забыли пароль ?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Войти через магическую ссылку" @@ -2786,7 +2811,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "PDF reader" @@ -2805,27 +2830,27 @@ msgstr "PDF reader" msgid "Register New Account" msgstr "Зарегистрировать новую учётную запись" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Выберите имя пользователя" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Ваш email-адрес" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magic Link - авторизация нового устройства" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "На другом устройстве войдите и посетите:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "После этого вы автоматически войдете в систему на этом устройстве." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Срок действия ссылки истекает через 10 минут." @@ -2841,88 +2866,88 @@ msgstr "Выражение для поиска:" msgid "Results for:" msgstr "Результаты для:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Опубликовано от" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Опубликовано до" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Исключить теги" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Исключить серии" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Исключить серии" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Исключить языки" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Расширения" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Исключить расширения" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Рейтинг больше чем" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Рейтинг меньше чем" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Удалить эту книжную полку" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Книжная полка будет безвозвратно удалена для всех" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Сделать книжную полку доступной для всех ?" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2930,7 +2955,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Перетащите для изменения порядка" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Скрытая книга" @@ -2990,55 +3015,47 @@ msgstr "Время выполнения" msgid "Start Time" msgstr "Время начала" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Удалить законченные задачи" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Скрыть все задачи" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Сбросить пароль пользователя" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Показать книги на языках" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "Настройки OAuth" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Связать" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Разъединить" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo Sync Token" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Создать/Просмотреть" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Добавить разрешенные / запрещенные значения индивидуальных столбцов" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Удалить этого пользователя" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Создать Kobo Auth URL" @@ -3046,102 +3063,102 @@ msgstr "Создать Kobo Auth URL" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Управление сервером" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Выберите имя пользователя" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Ваш email-адрес" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Отправить на Kindle Адрес электронной почты" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Тестовый e-mail" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Масштаб" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 #, fuzzy msgid "Edit Allowed Tags" msgstr "Выбрать разрешенные / запрещенные теги" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 #, fuzzy msgid "Edit Denied Tags" msgstr "Выбрать разрешенные / запрещенные теги" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Edit Allowed Column Values" msgstr "Добавить разрешенные / запрещенные значения индивидуальных столбцов" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 #, fuzzy msgid "Allowed Column Values" msgstr "Добавить разрешенные / запрещенные значения индивидуальных столбцов" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy msgid "Edit Denied Column Values" msgstr "Добавить разрешенные / запрещенные значения индивидуальных столбцов" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 #, fuzzy -msgid "Denied Columns Values" +msgid "Denied Column Values" msgstr "Добавить разрешенные / запрещенные значения индивидуальных столбцов" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Разрешить смену пароля" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Изменить полку" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Показывать выбор серии" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Показывать случайные книги" diff --git a/cps/translations/sv/LC_MESSAGES/messages.mo b/cps/translations/sv/LC_MESSAGES/messages.mo index 5692088b..92823c1d 100644 Binary files a/cps/translations/sv/LC_MESSAGES/messages.mo and b/cps/translations/sv/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/sv/LC_MESSAGES/messages.po b/cps/translations/sv/LC_MESSAGES/messages.po index 2abe1ca9..18a77af5 100644 --- a/cps/translations/sv/LC_MESSAGES/messages.po +++ b/cps/translations/sv/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2021-05-13 11:00+0000\n" "Last-Translator: Jonatan Nyberg \n" "Language: sv\n" @@ -18,730 +18,740 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "installerad" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "inte installerad" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "installerad" + +#: cps/about.py:117 msgid "Statistics" msgstr "Statistik" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Server startas om, vänligen uppdatera sidan" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Stänger servern, vänligen stäng fönstret" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "Återanslutning lyckades" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "Okänt kommando" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Okänd" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Administrationssida" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Grundläggande konfiguration" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Användargränssnitt konfiguration" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" msgstr "Redigera användare" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Alla" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "Användaren hittades inte" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "{} användare har tagits bort" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Visa alla" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "Felaktig begäran" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "Gästnamn kan inte ändras" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "Gäst kan inte ha den här rollen" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "Ingen administratörsanvändare kvar, kan inte ta bort administratörsrollen" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "Värdet måste vara sant eller falskt" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "Ogiltig roll" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "Gästen kan inte ha den här vyn" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "Ogiltig vy" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "Gästens språk bestäms automatiskt och kan inte ställas in" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "Inget giltigt språk anges" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "Inget giltigt bokspråk anges" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "Parameter hittades inte" -#: cps/admin.py:534 +#: cps/admin.py:533 #, fuzzy msgid "Invalid Read Column" msgstr "Ogiltig roll" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Calibre-Web konfiguration uppdaterad" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "Vill du verkligen ta bort Kobo-token?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "Vill du verkligen ta bort den här domänen?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "Vill du verkligen ta bort den här användaren?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Är du säker på att du vill ta bort hyllan?" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Är du säker på att du vill ändra språk för valda användare?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "Är du säker på att du vill ändra synliga bokspråk för valda användare?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "Är du säker på att du vill ändra den valda rollen för de valda användarna?" -#: cps/admin.py:585 +#: cps/admin.py:586 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Är du säker på att du vill ändra de valda begränsningarna för de valda användarna?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "Är du säker på att du vill ändra de valda synlighetsbegränsningarna för de valda användarna?" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Är du säker på att du vill ändra den valda rollen för de valda användarna?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Är du säker på att du vill stoppa Calibre-Web?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "Taggen hittades inte" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "Ogiltig åtgärd" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "Förneka" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "Tillåt" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json är inte konfigurerad för webbapplikation" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "Loggfilens plats är inte giltig, vänligen ange rätt sökväg" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "Åtkomstloggplatsens plats är inte giltig, vänligen ange rätt sökväg" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "Vänligen ange en LDAP-leverantör, port, DN och användarobjektidentifierare" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Ange giltigt användarnamn för att återställa lösenordet" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "LDAP-gruppobjektfilter måste ha en \"%s\"-formatidentifierare" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "LDAP-gruppobjektfilter har omatchande parentes" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP-användarobjektfilter måste ha en \"%s\"-formatidentifierare" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "LDAP-användarobjektfilter har omatchad parentes" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "Användarfilter för LDAP-medlemmar måste ha en \"%s\"-formatidentifierare" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "Användarfilter för LDAP-medlemmar har omatchad parentes" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "LDAP-certifikat, certifikat eller nyckelplats är inte giltigt, vänligen ange rätt sökväg" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "Inställningar för DB är inte skrivbara" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "DB-plats är inte giltig, vänligen ange rätt sökväg" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "DB är inte skrivbar" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "Keyfile-platsen är inte giltig, vänligen ange rätt sökväg" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "Certfile-platsen är inte giltig, vänligen ange rätt sökväg" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "E-postserverinställningar uppdaterade" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Funktion konfiguration" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Fyll i alla fält!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "E-posten är inte från giltig domän" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Lägg till ny användare" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Användaren '%(user)s' skapad" -#: cps/admin.py:1365 +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." msgstr "Hittade ett befintligt konto för den här e-postadressen eller namnet." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Användaren '%(nick)s' borttagen" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "Det går inte att ta bort gästanvändaren" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Ingen adminstratörsanvändare kvar, kan inte ta bort användaren" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Redigera användaren %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Användaren '%(nick)s' uppdaterad" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Ett okänt fel uppstod. Försök igen senare." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Ändra SMTP-inställningar" -#: cps/admin.py:1517 +#: cps/admin.py:1528 #, fuzzy msgid "Gmail Account Verification Successful" msgstr "Verifiering av G-mail-kontot lyckades" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "Testa e-post i kö för att skicka till %(email)s, vänligen kontrollera Uppgifter för resultat" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Det gick inte att skicka Testmeddelandet: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Vänligen konfigurera din e-postadress först..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "E-postserverinställningar uppdaterade" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "Lösenord för användaren %(user)s återställd" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Konfigurera SMTP-postinställningarna först..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Visaren för loggfil" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Begär uppdateringspaketet" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Hämtar uppdateringspaketet" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Packar upp uppdateringspaketet" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Ersätta filer" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Databasanslutningarna är stängda" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Stoppar server" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Uppdatering klar, tryck på okej och uppdatera sidan" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Uppdateringen misslyckades:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP-fel" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Anslutningsfel" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Tiden ute när du etablerade anslutning" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Allmänt fel" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "Uppdateringsfilen kunde inte sparas i Temp Dir" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 #, fuzzy msgid "Failed to extract at least One LDAP User" msgstr "Det gick inte att skapa minst en LDAP-användare" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "Det gick inte att skapa minst en LDAP-användare" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "Fel: %(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "Fel: Ingen användare återges som svar på LDAP-servern" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "Minst en LDAP-användare hittades inte i databasen" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} användare har importerats" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "inte konfigurerad" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "Körningstillstånd saknas" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "Anpassad kolumn n.%(column)d finns inte i calibre-databasen" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "Bokformat har tagits bort" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "Boken har tagits bort" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Hoppsan! Vald boktitel är inte tillgänglig. Filen finns inte eller är inte tillgänglig" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "redigera metadata" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s är inte ett giltigt språk" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "Filändelsen '%(ext)s' får inte laddas upp till den här servern" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Filen som ska laddas upp måste ha en ändelse" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "Det gick inte att skapa sökväg %(path)s (behörighet nekad)." -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "Det gick inte att lagra filen %(file)s." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "Databasfel: %(error)s." -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "Filformatet %(ext)s lades till %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "Identifierare är inte skiftlägeskänsliga, skriver över gammal identifierare" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metadata uppdaterades" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Det gick inte att redigera boken, kontrollera loggfilen för mer information" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Uppladdad bok finns förmodligen i biblioteket, överväg att ändra innan du laddar upp nya: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "Filen %(filename)s kunde inte sparas i temp dir" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "Det gick inte att flytta omslagsfil %(file)s: %(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "Filen %(file)s uppladdad" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Källa eller målformat för konvertering saknas" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "Boken är i kö för konvertering till %(book_format)s" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Det gick inte att konvertera den här boken: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Installationen av Google Drive är inte klar, försök att inaktivera och aktivera Google Drive igen" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Återuppringningsdomänen är inte verifierad, följ stegen för att verifiera domänen i Google utvecklarkonsol" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(format)s formatet hittades inte för bok-id: %(book)d" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(format)s hittades inte på Google Drive: %(fn)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s hittades inte: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Skicka till Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Detta e-postmeddelande har skickats via Calibre-Web." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web test e-post" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Test e-post" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Kom igång med Calibre-Web" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Registrera e-post för användare: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "Konvertera %(orig)s till %(format)s och skicka till Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "Skicka %(format)s till Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Skicka till Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "Den begärda filen kunde inte läsas. Kanske fel behörigheter?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "Borttagning av bokmapp för boken %(id)s misslyckades, sökvägen har undermappar: %(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "Borttagning av boken %(id)s misslyckades: %(message)s" -#: cps/helper.py:339 +#: cps/helper.py:333 #, fuzzy, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "Borttagning av boken %(id)s, boksökväg inte giltig: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Byt namn på titel från: \"%(src)s\" till \"%(dest)s\" misslyckades med fel: %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Byt namn på fil i sökvägen '%(src)s' till '%(dest)s' misslyckades med fel: %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Filen %(file)s hittades inte på Google Drive" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Boksökvägen %(path)s hittades inte på Google Drive" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" msgstr "Hittade ett befintligt konto för den här e-postadressen" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Detta användarnamn är redan taget" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "Ogiltigt e-postadressformat" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "Fel vid hämtning av omslaget" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "Fel på omslagsformat" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "Det gick inte att skapa sökväg för omslag" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "Omslagsfilen är inte en giltig bildfil eller kunde inte lagras" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "Endast jpg/jpeg/png/webp/bmp-filer stöds som omslagsfil" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "Endast jpg/jpeg-filer stöds som omslagsfil" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "Unrar binär fil hittades inte" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "Fel vid körning av UnRar" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Väntar" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Misslyckades" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Startad" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Klar" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Okänd status" @@ -753,78 +763,78 @@ msgstr "Vänligen få tillgång till calibre-web från icke localhost för att f msgid "Kobo Setup" msgstr "Kobo-installation" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "Registrera dig med %(provider)s" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "du är nu inloggad som: \"%(nickname)s\"" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "Länk till %(oauth)s lyckades" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "Inloggningen misslyckades, ingen användare kopplad till OAuth-konto" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "Sluta länka till %(oauth)s lyckades" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "Sluta länka till %(oauth)s misslyckades" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "Inte länkad till %(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "Det gick inte att logga in med GitHub." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Det gick inte att hämta användarinformation från GitHub." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Det gick inte att logga in med Google." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Det gick inte att hämta användarinformation från Google." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub Oauth-fel, försök igen senare." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "GitHub Oauth-fel: {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google Oauth-fel, försök igen senare." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Google Oauth-fel: {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} stjärnor" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Logga in" @@ -840,7 +850,7 @@ msgstr "Token har löpt ut" msgid "Success! Please return to your device" msgstr "Lyckades! Vänligen återvänd till din enhet" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "Böcker" @@ -861,15 +871,15 @@ msgid "Downloaded Books" msgstr "Hämtade böcker" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "Visa hämtade böcker" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Bäst rankade böcker" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Visa böcker med bästa betyg" @@ -896,54 +906,54 @@ msgid "Discover" msgstr "Upptäck" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Visa slumpmässiga böcker" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Kategorier" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Visa kategorival" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Serier" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Visa serieval" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Författare" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Visa författarval" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Förlag" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Visa urval av förlag" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Språk" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Visa språkval" @@ -951,7 +961,7 @@ msgstr "Visa språkval" msgid "Ratings" msgstr "Betyg" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Visa val av betyg" @@ -959,7 +969,7 @@ msgstr "Visa val av betyg" msgid "File formats" msgstr "Filformat" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Visa val av filformat" @@ -967,7 +977,7 @@ msgstr "Visa val av filformat" msgid "Archived Books" msgstr "Arkiverade böcker" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "Visa arkiverade böcker" @@ -975,178 +985,178 @@ msgstr "Visa arkiverade böcker" msgid "Books List" msgstr "Boklista" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "Visa boklista" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Ogiltig hylla specificerad" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Tyvärr får du inte lägga till en bok på hyllan: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "Boken är redan en del av hyllan: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Boken har lagts till i hyllan: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Du får inte lägga till en bok i hyllan: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "Böcker är redan en del av hyllan: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "Böcker har lagts till hyllan: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "Kunde inte lägga till böcker till hyllan: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Boken har tagits bort från hyllan: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Tyvärr har du inte rätt att ta bort en bok från den här hyllan: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Skapa en hylla" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Tyvärr har du inte rätt att ta bort en bok från den här hyllan: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Redigera en hylla" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Hyllan %(title)s skapad" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Hyllan %(title)s ändrad" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Det fanns ett fel" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "En offentlig hylla med namnet \"%(title)s\" finns redan." -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "En privat hylla med namnet \"%(title)s\" finns redan." -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Ändra ordning på hyllan: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Hylla: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Fel vid öppning av hyllan. Hylla finns inte eller är inte tillgänglig" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Oväntade data vid läsning av uppdateringsinformation" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Ingen uppdatering tillgänglig. Du har redan den senaste versionen installerad" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "En ny uppdatering är tillgänglig. Klicka på knappen nedan för att uppdatera till den senaste versionen." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Kunde inte hämta uppdateringsinformation" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Klicka på knappen nedan för att uppdatera till den senaste stabila versionen." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "En ny uppdatering är tillgänglig. Klicka på knappen nedan för att uppdatera till version: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Ingen versionsinformation tillgänglig" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Upptäck (slumpmässiga böcker)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Heta böcker (mest hämtade)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "Hämtade böcker av %(user)s" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Författare: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Förlag: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Serier: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Betyg: %(rating)s stars" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Filformat: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Kategori: %(name)s" @@ -1156,166 +1166,166 @@ msgstr "Kategori: %(name)s" msgid "Language: %(name)s" msgstr "Språk: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Avancerad sökning" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Sök" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "Hämtningar" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Betygslista" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Lista över filformat" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Uppgifter" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Publicerad efter " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Publicerad före " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Betyg <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Betyg >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "Lässtatus = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "Boken är i kö för att skicka till %(kindlemail)s" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Det gick inte att skicka den här boken: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "Konfigurera din kindle-e-postadress först..." -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "E-postservern är inte konfigurerad, kontakta din administratör!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Registrera" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "Din e-post är inte tillåten att registrera" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Bekräftelsemail skickades till ditt e-postkonto." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "Det går inte att aktivera LDAP-autentisering" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "Det gick inte att logga in: %(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Fel användarnamn eller lösenord" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Nytt lösenord skickades till din e-postadress" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Ange giltigt användarnamn för att återställa lösenordet" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Du är nu inloggad som: \"%(nickname)s\"" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)ss profil" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profilen uppdaterad" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "Hittade ingen giltig gmail.json-fil med OAuth-information" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "calibre e-bokkonverterings %(tool)s hittades inte" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "%(format)s-format hittades inte på disken" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "E-bokkonverteraren misslyckades med okänt fel" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Kepubify-konverteraren misslyckades: %(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "Konverterad fil hittades inte eller mer än en fil i mappen %(folder)s" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "E-bokkonverteraren misslyckades: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "calibre misslyckades med fel: %(error)s" @@ -1324,39 +1334,39 @@ msgstr "calibre misslyckades med fel: %(error)s" msgid "Users" msgstr "Användarlista" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Smeknamn" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "E-post" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Administratör" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Lösenord" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Ladda upp" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Hämta" @@ -1364,15 +1374,15 @@ msgstr "Hämta" msgid "View Books" msgstr "Visa e-böcker" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Redigera" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Ta bort" @@ -1392,24 +1402,24 @@ msgstr "Importera LDAP-användare" msgid "E-mail Server Settings" msgstr "Inställningar för SMTP-e-postserver" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP-värdnamn" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP-port" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "SSL" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP-inloggning" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Från meddelande" @@ -1429,7 +1439,7 @@ msgstr "Konfiguration" msgid "Calibre Database Directory" msgstr "Calibre DB dir" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Loggnivå" @@ -1441,7 +1451,7 @@ msgstr "Port" msgid "External Port" msgstr "Extern port" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Böcker per sida" @@ -1465,7 +1475,7 @@ msgstr "Fjärrinloggning" msgid "Reverse Proxy Login" msgstr "Omvänd proxy inloggning" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Omvänt proxy rubriknamn" @@ -1522,39 +1532,39 @@ msgstr "Detaljer" msgid "Current version" msgstr "Aktuell version" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Sök efter uppdatering" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Utför uppdatering" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "Är du säker på att du vill starta om Calibre-Web?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Ok" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "Avbryt" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "Är du säker på att du vill stoppa Calibre-Web?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Uppdaterar, vänligen uppdatera inte sidan" @@ -1567,39 +1577,39 @@ msgid "In Library" msgstr "I biblioteket" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "Sortera efter bokdatum, nyast först" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "Sortera efter bokdatum, äldsta först" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "Sortera titel i alfabetisk ordning" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "Sortera titel i omvänd alfabetisk ordning" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "Sortera efter publiceringsdatum, nyast först" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "Sortera efter publiceringsdatum, äldsta först" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "minska" @@ -1619,629 +1629,644 @@ msgstr "Ta bort format:" msgid "Convert book format:" msgstr "Konvertera bokformat:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Konvertera från:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "välj ett alternativ" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Konvertera till:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "Konvertera boken" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Boktitel" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Författare" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Beskrivning" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "Identifierare" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "Identifierartyp" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "Identifierarvärde" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "Ta bort" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "Lägg till identifierare" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Taggar" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "Serie-ID" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Betyg" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "Omslagswebbadress (jpg, omslag hämtas och lagras i databasen, fältet är efteråt tomt igen)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "Ladda upp omslag från lokal enhet" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Publiceringsdatum" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Förlag" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Språk" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Ja" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Nej" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Ladda upp format" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "Visa bok vid Spara" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Hämta metadata" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "Spara" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Sökord" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Sök sökord " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Klicka på omslaget för att läsa in metadata till formuläret" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Läser in..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Stäng" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Källa" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Sökningsfel!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "Inga resultat hittades! Försök med ett annat sökord." -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "Detta fält är obligatoriskt" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "Slå ihop utvalda böcker" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "Ta bort markeringar" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "Uppdatera titelsortering automatiskt" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "Uppdatera författarsortering automatiskt" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "Ange titel" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Titel" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "Ange titelsortering" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "Titelsortering" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "Ange författarsortering" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "Författarsortering" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "Ange författare" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "Ange kategorier" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "Ange serier" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "Serieindex" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "Ange språk" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "Publiceringsdatum" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "Ange utgivare" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Är du verkligen säker?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "Böcker med titel slås samman från:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "I bok med titel:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "Slå samman" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Plats för Calibre-databasen" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Använda Google Drive?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Autentisera Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre-mapp" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Titta på kanal ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Återkalla" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 #, fuzzy msgid "New db location is invalid, please enter valid path" msgstr "DB-plats är inte giltig, vänligen ange rätt sökväg" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Serverkonfiguration" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Serverport" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL certfile plats (lämna den tom för icke-SSL-servrar)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL Keyfile plats (lämna den tom för icke-SSL-servrar)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "Uppdatera kanal" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Stabil" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Ostabil" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Loggfil konfiguration" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Plats och namn på loggfilen (calibre-web.log för ingen post)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Aktivera åtkomstlogg" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Plats och namn på åtkomstloggfil (access.log för ingen post)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Funktion konfiguration" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Aktivera uppladdning" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "Tillåtna filformat för uppladdning" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Aktivera anonym surfning" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Aktivera offentlig registrering" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "Använd e-post som användarnamn" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Aktivera fjärrinloggning (\"magisk länk\")" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "Aktivera Kobo sync" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "Proxy okänd begäran till Kobo Store" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "Extern port för server (för port vidarebefordrade API-anrop)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Använd Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Hämta en API-nyckel" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API-nyckel" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API-hemlighet" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Tillåt omvänd proxyautentisering" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Inloggningstyp" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "Använd standardautentisering" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "Använd LDAP-autentisering" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "Använd OAuth" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "LDAP-serverns värdnamn eller IP-adress" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "LDAP-serverport" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "LDAP-kryptering" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Ingen" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP CACertificate-sökväg (behövs endast för autentisering av klientcertifikat)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "LDAP-certifikatsökväg (behövs endast för autentisering av klientcertifikat)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "LDAP-nyckelfilsökväg (behövs endast för autentisering av klientcertifikat)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "LDAP-autentisering" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "Anonym" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "Oautentiserad" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "Enkel" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "LDAP-adminstratörsanvändarnamn" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "LDAP-adminstratörslösenord" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Distinguished Name (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP-användarobjektfilter" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "LDAP-server är OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "Följande inställningar behövs för användarimport" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "LDAP-gruppobjektfilter" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "LDAP-gruppnamn" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "Fält för LDAP-gruppmedlemmar" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "LDAP-användarfilterdetektering för medlemmar" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "Upptäck automatiskt" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "Anpassat filter" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "LDAP-användarfilter för medlemmar" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "Skaffa %(provider)s OAuth-certifikat" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth-klient-id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth-klient-hemlighet" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Externa binärer" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Sökväg till calibre e-bokkonverterare" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Inställningar för calibre e-bokkonverterare" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "Sökväg till Kepubify calibre e-bokkonverterare" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Plats för Unrar-binär" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Visa konfiguration" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Antal slumpmässiga böcker att visa" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "Antal författare att visa innan de döljs (0 = inaktivera dölja)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Tema" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Standard tema" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Mörkt tema" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Reguljärt uttryck för att ignorera kolumner" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "Länka läst/oläst-status till Calibre-kolumn" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "Visa begränsningar baserade på calibre-kolumnen" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Reguljärt uttryck för titelsortering" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Standardinställningar för nya användare" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Adminstratör användare" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Tillåt Hämtningar" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "Tillåt bokvisare" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Tillåt Uppladdningar" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Tillåt Redigera" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "Tillåt borttagning av böcker" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Tillåt Ändra lösenord" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Tillåt Redigering av offentliga hyllor" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Uteslut språk" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Visa böcker med språk" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Standardvisibiliteter för nya användare" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Visa slumpmässiga böcker i detaljvyn" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "Lägg till tillåtna/avvisade taggar" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "Lägg till tillåtna/avvisade anpassade kolumnvärden" @@ -2262,116 +2287,116 @@ msgstr "" msgid "Published" msgstr "Publicerad" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Markera som oläst" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Markera som läst" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Läst" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "Återställ från arkivet" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "Lägg till i arkivet" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "Arkiverad" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Beskrivning:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Lägg till hyllan" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(Publik)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Redigera metadata" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "Välj servertyp" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "Använd standard e-postkonto" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 #, fuzzy msgid "Gmail Account with OAuth2 Verification" msgstr "Gmail-konto med OAuth2-verifiering" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "Ställ in Gmail-kontot som e-postserver" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "Återkalla Gmail-åtkomst" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP-lösenord" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "Gräns för bilagestorlek" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Spara inställningarna och skicka test-e-post" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Tillbaka" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "Tillåtna domäner för registrering" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Lägg till domän" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Lägg till" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Ange domännamn" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "Avvisade domäner för registrering" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Nästa" @@ -2397,12 +2422,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "Sortera författare i alfabetisk ordning" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "Sortera författare i omvänd alfabetisk ordning" @@ -2474,8 +2499,8 @@ msgstr "Böcker sorterade efter Betyg" msgid "Books ordered by file formats" msgstr "Böcker ordnade av filformat" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "Hyllor" @@ -2495,60 +2520,60 @@ msgstr "Växla navigering" msgid "Search Library" msgstr "Sök i bibliotek" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Laddar upp..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Fel" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Uppladdning klar, bearbetning, vänligen vänta ..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Inställningar" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Konto" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Logga ut" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Laddar upp..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "Vänligen uppdatera inte sidan" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Bläddra" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Om" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Föregående" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Bokdetaljer" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Uppladdning klar, bearbetning, vänligen vänta ..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Fel" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Kom ihåg mig" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "Glömt lösenord?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Logga in med magisk länk" @@ -2782,7 +2807,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "PDF-läsare" @@ -2801,27 +2826,27 @@ msgstr "PDF-läsare" msgid "Register New Account" msgstr "Registrera ett nytt konto" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Välj ett användarnamn" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Din e-postadress" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "Magic Link - Auktorisera ny enhet" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "På en annan enhet, logga in och besök:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "När du gör det kommer du automatiskt att logga in på den här enheten." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "Länken går ut efter 10 minuter." @@ -2837,87 +2862,87 @@ msgstr "Sökterm:" msgid "Results for:" msgstr "Resultat för:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Publiceringsdatum från" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Publiceringsdatum till" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "Lässtatus" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Uteslut taggar" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Uteslut serier" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 msgid "Exclude Shelves" msgstr "Uteslut hyllor" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Uteslut språk" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Tillägg" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Uteslut tillägg" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "Betyg större än" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "Betyg mindre än" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Ta bort den här hyllan" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "Redigera hyllegenskaper" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "Ordna böcker manuellt" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "Inaktivera ändring av ordning" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "Aktivera ändring av ordning" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Hylla kommer att tas bort för alla användare" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "Dela med alla" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2925,7 +2950,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Drag och släpp för att ändra ordning" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "Dold bok" @@ -2985,55 +3010,47 @@ msgstr "Drifttid" msgid "Start Time" msgstr "Starttid" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Ta bort färdiga uppgifter" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Dölj alla uppgifter" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Återställ användarlösenordet" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Visa böcker med språk" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "OAuth-inställningar" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Koppla" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Koppla bort" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo Sync Token" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "Skapa/Visa" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "Lägg till tillåtna/avvisade anpassade kolumnvärden" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Ta bort den här användaren" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "Skapa Kobo Auth URL" @@ -3041,88 +3058,89 @@ msgstr "Skapa Kobo Auth URL" msgid "Select..." msgstr "Välj..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "Redigera användare" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 msgid "Enter Username" msgstr "Ange användarnamn" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 msgid "Enter E-mail Address" msgstr "Ange e-postadress" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Enter Kindle E-mail Address" msgstr "Ange Kindle e-postadress" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "Kindle e-postadress" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "Språk" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "Synliga bokspråk" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "Redigera tillåtna taggar" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "Tillåtna taggar" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "Redigera avvisade taggar" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "Avvisade taggar" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "Redigera tillåtna kolumnvärden" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "Tillåtna kolumnvärden" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "Redigera avvisade kolumnvärden" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +#, fuzzy +msgid "Denied Column Values" msgstr "Avvisade kolumnvärden" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 msgid "Change Password" msgstr "Ändra lösenord" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "Visa" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Redigera publika hyllor" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 msgid "Show read/unread selection" msgstr "Visa läst/oläst val" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Visa slumpmässiga böcker" diff --git a/cps/translations/tr/LC_MESSAGES/messages.mo b/cps/translations/tr/LC_MESSAGES/messages.mo index ae4f5c1b..e24c23bc 100644 Binary files a/cps/translations/tr/LC_MESSAGES/messages.mo and b/cps/translations/tr/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/tr/LC_MESSAGES/messages.po b/cps/translations/tr/LC_MESSAGES/messages.po index 3fec5744..1705253c 100644 --- a/cps/translations/tr/LC_MESSAGES/messages.po +++ b/cps/translations/tr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-04-23 22:47+0300\n" "Last-Translator: iz \n" "Language: tr\n" @@ -18,727 +18,737 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "yüklü" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "yüklü değil" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "yüklü" + +#: cps/about.py:117 msgid "Statistics" msgstr "İstatistikler" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Sunucu yeniden başlatıldı, lütfen sayfayı yeniden yükleyin" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Sunucu kapatıyor, lütfen pencereyi kapatın" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Bilinmeyen" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Yönetim sayfası" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Temel Ayarlar" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Arayüz Ayarları" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" msgstr "" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "Tümü" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Calibre-Web yapılandırması güncellendi" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "" -#: cps/admin.py:591 +#: cps/admin.py:592 msgid "Are you sure you want to change Calibre library location?" msgstr "" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "" -#: cps/admin.py:1101 +#: cps/admin.py:1102 #, fuzzy msgid "Please Enter a LDAP Service Account and Password" msgstr "Şifrenizi sıfırlayabilmek için lütfen geçerli bir kullanıcı adı giriniz" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "E-posta sunucusu ayarları güncellendi" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Özellik Yapılandırması" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Lütfen tüm alanları doldurun!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "E-posta izin verilen bir servisten değil" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Yeni kullanıcı ekle" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "'%(user)s' kullanıcısı oluşturuldu" -#: cps/admin.py:1365 +#: cps/admin.py:1369 #, fuzzy msgid "Found an existing account for this e-mail address or name." msgstr "Bu e-posta adresi veya kullanıcı adı için zaten bir hesap var." -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Kullanıcı '%(nick)s' silindi" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "Başka yönetici kullanıcı olmadığından silinemedi" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "%(nick)s kullanıcısını düzenle" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "'%(nick)s' kullanıcısı güncellendi" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "Bilinmeyen bir hata oluştu. Lütfen daha sonra tekrar deneyiniz." -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "Deneme e-postası gönderilirken bir hata oluştu: %(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "Lütfen önce e-posta adresinizi ayarlayın..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "E-posta sunucusu ayarları güncellendi" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "%(user)s kullanıcısının şifresi sıfırlandı" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Lütfen önce SMTP e-posta ayarlarını ayarlayın..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "Log dosyası görüntüleyici" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Güncelleme paketi isteniyor" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Güncelleme paketi indiriliyor" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Güncelleme paketi ayıklanıyor" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "Dosyalar değiştiriliyor" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "Veritabanı bağlantıları kapalı" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "Sunucu durduruyor" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Güncelleme tamamlandı, sayfayı yenilemek için lütfen Tamam'a tıklayınız" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "Güncelleme başarısız:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP Hatası" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "Bağlantı hatası" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "Bağlantı kurulmaya çalışırken zaman aşımına uğradı" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "Genel hata" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" +msgstr "%(filename)s dosyası geçici dizine kaydedilemedi" + +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" msgstr "" -#: cps/admin.py:1709 +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" msgstr "" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "ayarlanmadı" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "metaveri düzenle" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s geçerli bir dil değil" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "'%(ext)s' uzantılı dosyaların bu sunucuya yüklenmesine izin verilmiyor" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Yüklenecek dosyanın mutlaka bir uzantısı olması gerekli" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "%(path)s dizini oluşturulamadı. (İzin reddedildi)" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "%(file)s dosyası kaydedilemedi." -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "%(book)s kitabına %(ext)s dosya biçimi eklendi" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "Metaveri başarıyla güncellendi" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "eKitap düzenlenirken hata oluştu, detaylar için lütfen log dosyasını kontrol edin" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "Yüklenen eKitap muhtemelen kitaplıkta zaten var. Yenisini yüklemeden değiştirmeyi düşünün: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "%(filename)s dosyası geçici dizine kaydedilemedi" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "%(file)s dosyası yüklendi" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "Dönüştürme için kaynak ya da hedef biçimi eksik" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "eKitap %(book_format)s formatlarına dönüştürülmek üzere başarıyla sıraya alındı" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "Bu eKitabı dönüştürürken bir hata oluştu: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Google Drive kurulumu tamamlanmadı, Google Drive'ı devre dışı bırakmayı ve tekrar etkinleştirmeyi deneyin" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Geri yönlendirme alanı (callback domain) doğrulanamadı, lütfen Google geliştirici konsolunda alan adını doğrulamak için gerekli adımları izleyin." -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "%(book)d nolu kitap için %(format)s biçimi bulunamadı" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "%(fn)s eKitabı için %(format)s biçimi Google Drive'da bulunamadı" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "%(format)s bulunamadı: %(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Kindle'a gönder" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "Bu e-Posta Calibre-Web ile gönderilmiştir." -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web deneme e-Postası" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "Deneme e-Postası" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "Calibre-Web'i Kullanmaya Başlayın" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "Kullanıcı Kayıt e-Postası: %(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "%(orig)s'dan %(format)s biçimine çevir ve Kindle'a gönder" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "%(format)s biçimlerini Kindle'a gönder" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Kindle'a gönder" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "İstenilen dosya okunamadı. Yanlış izinlerden kaynaklanabilir?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Kitap adını değiştirme sırasında hata oluştu ('%(src)s' → '%(dest)s'): %(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "Dosya adını değiştirme sırasında hata oluştu ('%(src)s' → '%(dest)s'): %(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "%(file)s dosyası Google Drive'da bulunamadı" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "eKitap yolu %(path)s Google Drive'da bulunamadı" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 #, fuzzy msgid "Found an existing account for this e-mail address" msgstr "Bu e-posta adresi için bir hesap mevcut." -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "Bu kullanıcı adı zaten alındı" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "Bekleniyor" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "Başarısız" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "Başladı" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "Bitti" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "Bilinmeyen Durum" @@ -750,78 +760,78 @@ msgstr "" msgid "Kobo Setup" msgstr "" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "%(provider)s ile Kaydol" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "giriş yaptınız: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "GitHub ile giriş yapılamadı." -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "Github'dan kullanıcı bilgileri alınamadı." -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "Google ile giriş yapılamadı." -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "Google'dan kullanıcı bilgileri alınamadı." -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub Oauth hatası, lütfen tekrar deneyin." -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google Oauth hatası, lütfen tekrar deneyin." -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Giriş" @@ -837,7 +847,7 @@ msgstr "Token süresi doldu" msgid "Success! Please return to your device" msgstr "Başarılı! Lütfen cihazınıza dönün" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "eKitaplar" @@ -858,15 +868,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "" @@ -893,54 +903,54 @@ msgid "Discover" msgstr "Keşfet" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Rastgele Kitap Göster" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Kategoriler" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Kategori seçimini göster" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Seriler" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Seri seçimini göster" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Yazarlar" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Yazar seçimini göster" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "Yayıncılar" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "Yayıncı seçimini göster" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Diller" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Dil seçimini göster" @@ -948,7 +958,7 @@ msgstr "Dil seçimini göster" msgid "Ratings" msgstr "Değerlendirmeler" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "Değerlendirme seçimini göster" @@ -956,7 +966,7 @@ msgstr "Değerlendirme seçimini göster" msgid "File formats" msgstr "Biçimler" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "Dosya biçimi seçimini göster" @@ -964,7 +974,7 @@ msgstr "Dosya biçimi seçimini göster" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -972,178 +982,178 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "Geçersiz kitaplık seçildi" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Maalesef bu kitaplığa eKitap eklemenize izin verilmiyor: %(shelfname)s" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "eKitap zaten bu kitaplıkta bulunuyor: %(shelfname)s" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "eKitap kitaplığa eklendi: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "Bu kitaplığa eKitap eklemenize izin verilmiyor: %(name)s" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "eKitaplar zaten bu kitaplıkta bulunuyor: %(name)s" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "eKitaplar kitaplığa eklendi: %(sname)s" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "eKitaplar kitaplığa eklenemedi: %(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "eKitap kitaplıktan silindi: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Maalesef bu kitaplıktan eKitap silmenize izin verilmiyor: %(sname)s" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "Kitaplık oluştur" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Maalesef bu kitaplıktan eKitap silmenize izin verilmiyor: %(sname)s" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Kitaplığı düzenle" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "%(title)s kitaplığı oluşturuldu." -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "%(title)s kitaplığı değiştirildi" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Bir hata oluştu" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Kitaplık sıralamasını değiştir: '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Kitaplık: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Kitaplık açılırken hata oluştu. Kitaplık mevcut değil ya da erişilebilir değil" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "Güncelleme bilgileri okunurken beklenmeyen veri" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "Yeni güncelleme mevcut değil. Zaten en son sürüme sahipsiniz." -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "Yeni bir güncelleme mevcut. Son sürüme güncellemek için aşağıdaki düğmeye tıklayın." -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "Güncelleme bilgileri alınamadı" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "Son kararlı sürüme güncellemek için aşağıdaki düğmeye tıklayın." -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "Yeni bir güncelleme mevcut. Son sürüme güncellemek için aşağıdaki düğmeye tıklayın: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "Sürüm bilgisi mevcut değil" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Keşfet (Rastgele)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "Yazar: %(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "Yayınevi: %(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Seri: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "Değerlendirme: %(rating)s yıldız" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "Biçim: %(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Kategori: %(name)s" @@ -1153,166 +1163,166 @@ msgstr "Kategori: %(name)s" msgid "Language: %(name)s" msgstr "Dil: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Gelişmiş Arama" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Ara" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "Değerlendirme listesi" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "Biçim listesi" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "Görevler" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "Yayınlanma (sonra)" -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Yayınlanma (önce)" -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "Değerlendirme <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "Değerlendirme >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "%(kindlemail)s'a gönderilmek üzere başarıyla sıraya alındı" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "" -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "E-Posta sunucusu ayarlanmadı, lütfen yöneticinizle iletişime geçin!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Kayıt ol" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "E-posta adresinizle kaydolunmasına izin verilmiyor" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "Onay e-Postası hesabınıza gönderildi." -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "LDAP Kimlik Doğrulaması etkinleştirilemiyor" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Yanlış Kullanıcı adı ya da Şifre" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "Yeni şifre e-Posta adresinize gönderildi" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "Şifrenizi sıfırlayabilmek için lütfen geçerli bir kullanıcı adı giriniz" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "Giriş yaptınız: '%(nickname)s'" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)s Profili" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Profil güncellendi" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "eKitap-Dönüştürücü hatası: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1321,39 +1331,39 @@ msgstr "" msgid "Users" msgstr "" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Kullanıcı adı" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Yönetim" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Şifre" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Yükleme" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "İndirme" @@ -1361,15 +1371,15 @@ msgstr "İndirme" msgid "View Books" msgstr "" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Düzenleme" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Sil" @@ -1389,24 +1399,24 @@ msgstr "" msgid "E-mail Server Settings" msgstr "" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "Şifreleme" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "" @@ -1426,7 +1436,7 @@ msgstr "Ayarlar" msgid "Calibre Database Directory" msgstr "" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "Log Seviyesi" @@ -1438,7 +1448,7 @@ msgstr "Port" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "" @@ -1462,7 +1472,7 @@ msgstr "" msgid "Reverse Proxy Login" msgstr "" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "Ters Proxy Header Adı" @@ -1519,39 +1529,39 @@ msgstr "Detaylar" msgid "Current version" msgstr "Geçerli sürüm" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Güncelle" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "" @@ -1564,39 +1574,39 @@ msgid "In Library" msgstr "Kitaplıkta" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "azalt" @@ -1616,628 +1626,642 @@ msgstr "Biçimleri Sil:" msgid "Convert book format:" msgstr "Biçime dönüştür:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "Biçimden dönüştür:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "bir seçenek seçin" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "Dönüştür:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "eKitabı dönüştür" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Kitap Adı" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Yazar" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Açıklama" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Etiketler" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Değerlendirme" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Yayınevi" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Dil" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Evet" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Hayır" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Anahtar Kelime" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr "Anahtar kelime ara" -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Forma metaveri yüklemek için kapağa tıklayın" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Yükleniyor..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Kapak" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Kaynak" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Arama hatası!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "" -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Başlık" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "Emin misiniz?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Google Drive kullan?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Google Drive Doğrula" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre klasörü" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metaveri İzleme Kanalı ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Kaldır" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Sunucu Ayarları" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Sunucu Port" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL certfile dosyası konumu (SSL olmayan sunucular için boş bırakın)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL keyfile dosyası konumu (SSL olmayan sunucular için boş bırakın)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "Kararlı" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "Gecelik" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Log Dosyası Ayarları" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Log dosyası konumu ve adı (girilmemişse calibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "Erişim Log'unu etkinleştir" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "Erişim dosyası konumu ve adı (girilmemişse access.log)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Özellik Yapılandırması" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "Goodreads kullan" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API Anahtarı" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API şifresi" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "Ters Proxy Kimlik Doğrulamaya İzin Ver" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "Giriş türü" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "LDAP Kimlik Doğrulama kullan" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "OAuth kullan" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "LDAP Sunucu adı veya IP Adresi" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "LDAP Sunucu Portu" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Hiçbiri" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP Ayırt Edici Adı (DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "LDAP Sunucusu OpenLDAP kullanıyor?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "%(provider)s OAuth Kimlik Bilgisi Al" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth Client Id" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth Client Secret" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "Harici Uygulamalar" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Unrar aracı konumu" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Yapılandırmayı Göster" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Tema" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Standard Tema" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "caliBlur! Koyu Teması" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "İndirmeye İzin Ver" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Yüklemeye izin ver" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Düzenlemeye İzin ver" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Şifre değiştirmeye izin ver" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Genel Kitaplıkları düzenlemeye izin ver" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Dilleri Hariç Tut" + +#: cps/templates/config_view_edit.html:127 +msgid "Default Visible Language of Books" +msgstr "" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "" @@ -2258,115 +2282,115 @@ msgstr "" msgid "Published" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "Okunmadı olarak işaretle" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "Okundu olarak işaretle" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Okudum" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Açıklama:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Kitaplığa ekle" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Geri" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "Servis ekle" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "Ekle" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "Servis adı girin" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Sonraki" @@ -2392,12 +2416,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2469,8 +2493,8 @@ msgstr "" msgid "Books ordered by file formats" msgstr "Biçime göre sıralanmış eKitaplar" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "" @@ -2490,60 +2514,60 @@ msgstr "" msgid "Search Library" msgstr "" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Yükleniyor..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "Hata" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "Yükleme tamamlandı, işleniyor, lütfen bekleyin..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Ayarlar" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "Hesap" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Çıkış" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Yükleniyor..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Gözat" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Hakkında" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Önceki" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "eKitap Detayları" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "Yükleme tamamlandı, işleniyor, lütfen bekleyin..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "Hata" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "" @@ -2778,7 +2802,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 #, fuzzy msgid "DJVU Reader" msgstr "PDF Okuyucu" @@ -2797,27 +2821,27 @@ msgstr "PDF Okuyucu" msgid "Register New Account" msgstr "" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Kullanıcı adı seç" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "E-Posta adresiniz" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "" -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "" @@ -2833,88 +2857,88 @@ msgstr "" msgid "Results for:" msgstr "Sonuçlar:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Etiketleri Hariç Tut" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Serileri Hariç Tut" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Serileri Hariç Tut" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Dilleri Hariç Tut" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "Uzantılar" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "Uzantıları Hariç Tut" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Bu Kitaplığı sil" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2922,7 +2946,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "" @@ -2982,55 +3006,47 @@ msgstr "" msgid "Start Time" msgstr "" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "Biten görevleri sil" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "Tüm görevleri gizle" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "Kullanıcı şifresini sıfırla" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "OAuth Ayarları" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "Bağla" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "Kaldır" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "" @@ -3038,95 +3054,95 @@ msgstr "" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Kullanıcı adı seç" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "E-Posta adresiniz" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "E-Posta adresiniz" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Kindle E-mail" msgstr "Deneme e-Postası" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 #, fuzzy msgid "Locale" msgstr "Ölçeklendir" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" msgstr "" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Şifre değiştirmeye izin ver" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Kitaplığı düzenle" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Seri seçimini göster" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Rastgele eKitap göster" diff --git a/cps/translations/uk/LC_MESSAGES/messages.mo b/cps/translations/uk/LC_MESSAGES/messages.mo index 2c568c78..8197fa03 100644 Binary files a/cps/translations/uk/LC_MESSAGES/messages.mo and b/cps/translations/uk/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/uk/LC_MESSAGES/messages.po b/cps/translations/uk/LC_MESSAGES/messages.po index 6d2b7d82..028901a4 100644 --- a/cps/translations/uk/LC_MESSAGES/messages.po +++ b/cps/translations/uk/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2017-04-30 00:47+0300\n" "Last-Translator: ABIS Team \n" "Language: uk\n" @@ -17,729 +17,738 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "не встановлено" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "" + +#: cps/about.py:117 msgid "Statistics" msgstr "Статистика" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "Сервер перезавантажено, будь-ласка, перезавантажте сторінку" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "Виконується зупинка серверу, будь-ласка, закрийте вікно" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "Невідомий" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "Сторінка адміністратора" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "Настройки сервера" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "Конфігурація інтерфейсу" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 #, fuzzy msgid "Edit Users" msgstr "Керування сервером" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "Показати всі" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "Ви справді хочете видалити книжкову полицю?" -#: cps/admin.py:579 +#: cps/admin.py:580 #, fuzzy msgid "Are you sure you want to change locales of selected user(s)?" msgstr "Ви справді хочете видалити книжкову полицю?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 #, fuzzy msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "Ви справді хочете видалити книжкову полицю?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 #, fuzzy msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "Ви справді хочете видалити книжкову полицю?" -#: cps/admin.py:591 +#: cps/admin.py:592 #, fuzzy msgid "Are you sure you want to change Calibre library location?" msgstr "Ви справді хочете видалити книжкову полицю?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +#, fuzzy +msgid "Database Settings updated" +msgstr "З'єднання з базою даних закрите" + +#: cps/admin.py:1324 #, fuzzy msgid "Database Configuration" msgstr "Особливі налаштування" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "Будь-ласка, заповніть всі поля!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "Додати користувача" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "Користувач '%(user)s' додан" -#: cps/admin.py:1365 +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." msgstr "" -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "Користувача '%(nick)s' видалено" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "Змінити користувача %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "Користувача '%(nick)s' оновлено" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "" -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "Змінити налаштування SMTP" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "" -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "Будь-ласка, спочатку сконфігуруйте параметри SMTP" -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "Перевірка оновлень" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "Завантаження оновлень" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "Розпакування оновлення" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "З'єднання з базою даних закрите" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "Оновлення встановлені, натисніть ok і перезавантажте сторінку" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +msgid "Update file could not be saved in temp dir" msgstr "" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" msgstr "" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "Неможливо відкрити книгу. Файл не існує або немає доступу." -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "змінити метадані" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "Завантажувальний файл повинен мати розширення" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "" -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "Сталась помилка при редагуванні книги. Будь-ласка, перевірте лог-файл для деталей" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "" -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "Домен зворотнього зв'язку не підтверджено. Виконайте дії для підтвердження домену, будь-ласка" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "Відправити на Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "" -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, fuzzy, python-format msgid "%(book)s send to Kindle" msgstr "Відправити на Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" msgstr "" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "" @@ -751,78 +760,78 @@ msgstr "" msgid "Kobo Setup" msgstr "" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "Ви увійшли як користувач: '%(nickname)s'" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "" -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "" -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "" -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "" -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "Ім'я користувача" @@ -838,7 +847,7 @@ msgstr "Час дії токено вичерпано" msgid "Success! Please return to your device" msgstr "Вдалося! Будь-ласка, поверніться до вашого пристрою" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "" @@ -859,15 +868,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "Книги з найкращим рейтингом" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "Показувати книги з найвищим рейтингом" @@ -894,54 +903,54 @@ msgid "Discover" msgstr "Огляд" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "Показувати випадкові книги" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "Категорії" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "Показувати вибір категорії" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "Серії" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "Показувати вибір серії" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "Автори" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "Показувати вибір автора" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "Мови" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "Показувати вибір мови" @@ -949,7 +958,7 @@ msgstr "Показувати вибір мови" msgid "Ratings" msgstr "" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "" @@ -957,7 +966,7 @@ msgstr "" msgid "File formats" msgstr "" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "" @@ -965,7 +974,7 @@ msgstr "" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -973,178 +982,178 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "" -#: cps/shelf.py:75 +#: cps/shelf.py:73 #, fuzzy msgid "Sorry you are not allowed to add a book to that shelf" msgstr "Вибачте, але у вас немає дозволу для видалення книги з цієї полиці" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "Книга додана на книжкову полицю: %(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "Книга видалена з книжкової полиці: %(sname)s" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "Вибачте, але у вас немає дозволу для видалення книги з цієї полиці" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "створити книжкову полицю" -#: cps/shelf.py:238 +#: cps/shelf.py:236 #, fuzzy msgid "Sorry you are not allowed to edit this shelf" msgstr "Вибачте, але у вас немає дозволу для видалення книги з цієї полиці" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "Змінити книжкову полицю" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "Створена книжкова полиця %(title)s" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "Книжкова полиця %(title)s змінена" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "Сталась помилка" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "Змінити розташування книжкової полиці '%(name)s'" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "Книжкова полиця: '%(name)s'" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "Помилка при відкриванні полиці. Полиця не існує або до неї відсутній доступ" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "" -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "" -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "Огляд (випадкові книги)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "Популярні книги (найбільш завантажувані)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "Серії: %(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "Категорія: %(name)s" @@ -1154,166 +1163,166 @@ msgstr "Категорія: %(name)s" msgid "Language: %(name)s" msgstr "Мова: %(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "Розширений пошук" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "Пошук" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "DLS" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "" -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "Опубліковано до" -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "Помилка при відправці книги: %(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "" -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "Зареєструватись" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "" -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "Помилка в імені користувача або паролі" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "Профіль %(name)s" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "Профіль оновлено" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1322,39 +1331,39 @@ msgstr "" msgid "Users" msgstr "Список користувачів" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "Ім'я користувача" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "Адмін" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "Пароль" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "Додати нову книгу" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "Завантажити" @@ -1362,15 +1371,15 @@ msgstr "Завантажити" msgid "View Books" msgstr "" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "Редагувати" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "Видалити" @@ -1390,24 +1399,24 @@ msgstr "" msgid "E-mail Server Settings" msgstr "" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP-сервер" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP-порт" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "SSL" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP логін" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "Відправник" @@ -1427,7 +1436,7 @@ msgstr "Налаштування сервера" msgid "Calibre Database Directory" msgstr "Папка Calibre DB" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "" @@ -1439,7 +1448,7 @@ msgstr "Порт" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "Кількість книг на сторінці" @@ -1463,7 +1472,7 @@ msgstr "" msgid "Reverse Proxy Login" msgstr "" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "" @@ -1520,39 +1529,39 @@ msgstr "" msgid "Current version" msgstr "" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "Перевірка оновлень" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "Встановити оновлення" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "Ok" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "Встановлення оновлень, будь-ласка, не оновлюйте сторінку" @@ -1565,39 +1574,39 @@ msgid "In Library" msgstr "У бібліотеці" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "" @@ -1617,628 +1626,643 @@ msgstr "" msgid "Convert book format:" msgstr "" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "Назва книги" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "Автор" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "Опис" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "Теги" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "Рейтинг" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "Опубліковано" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "Видавець" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "Мова" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "Так" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "Ні" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "Формат завантаження" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "переглянути книгу після редагування" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "Отримати метадані" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "Ключове слово" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " Пошук по ключовому слову" -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "Натисніть на обкладинку, щоб отримати метадані" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "Завантаження..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "Закрити" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "Джерело" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "Помилка пошуку!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "" -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "Заголовок" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Розташування БД Calibre" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "Використовувати Google Drive?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "Автентифікація Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Папка Calibre в Google Drive" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "Metadata Watch Channel ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "Скасувати" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "Налаштування серверу" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "Порт сервера" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "Розташування сертифіката SSL (залиште його порожнім для серверів, які не використовують SSL)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "Розташування ключових слів SSL (залиште його порожнім для серверів, які не використовують SSL)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "Logfile налаштування" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "Розташування і назва логфайлу (calibre-web.log for no entry)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "Особливі налаштування" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "Дозволити завантаження книг на сервер" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "Дозволити анонімний перегляд" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "Дозволити публічну реєстрацію" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "Включити віддалений логін (\"magic link\")" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "Отримати ключ API" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "Ні" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "Переглянути налаштування" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "Кількість показаних випадкових книг" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "Тема" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "Стандартна тема" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "Regexp для ігнорування стовпців" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "Regexp для сортування по назві" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "Налаштування по замовчуванню для нових користувачів" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "Керування сервером" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "Дозволити завантажувати з сервера" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "Дозволити завантаження на сервер" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "Дозволити редагування книг" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "Дозволити зміну пароля" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "Дозволити редагування публічних книжкових полиць" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "Виключити мови" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "Показувати книги на мовах" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "Можливості за замовчуванням для нових користувачів" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "Показувати випадкові книги при перегляді деталей" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "" @@ -2259,115 +2283,115 @@ msgstr "" msgid "Published" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "Прочитано" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "Опис:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "Додати на книжкову полицю" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "Редагувати метадані" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "Пароль SMTP" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "Зберегти налаштування і відправити тестове повідомлення" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "Назад" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "Далі" @@ -2392,12 +2416,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2469,8 +2493,8 @@ msgstr "" msgid "Books ordered by file formats" msgstr "" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "" @@ -2490,60 +2514,60 @@ msgstr "Включити навігацію" msgid "Search Library" msgstr "" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "Завантаження..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "" + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "Налаштування" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "Вийти" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "Завантаження..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "Перегляд" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "Про програму" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "Попередній перегляд" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "Деталі" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "" - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "Запам'ятати мене" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "Увійдіть в систему за допомогою magic link" @@ -2776,7 +2800,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 msgid "DJVU Reader" msgstr "" @@ -2793,27 +2817,27 @@ msgstr "Засіб для читання txt-файлів" msgid "Register New Account" msgstr "Зареєструвати нового користувача" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "Виберіть ім'я користувача" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "Ваш email-адрес" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "Після цього ви автоматично ввійдете в систему на цьому пристрої." -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "" @@ -2829,88 +2853,88 @@ msgstr "" msgid "Results for:" msgstr "Результати для:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "Дата публікації з" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "Дата публікації до" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "Виключити теги" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "Виключити серії" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 #, fuzzy msgid "Exclude Shelves" msgstr "Виключити серії" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "Виключити мови" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "Видалити цю книжкову полицю" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "Книжкова полиця буде остаточно видалена для всіх" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "зробити книжкову полицю доступною для всіх?" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2918,7 +2942,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "Перетягніть для змінення порядку" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "" @@ -2978,55 +3002,47 @@ msgstr "" msgid "Start Time" msgstr "" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "Показувати книги на мовах" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "Видалити цього користувача" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "" @@ -3034,94 +3050,94 @@ msgstr "" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 #, fuzzy msgid "Edit User" msgstr "Керування сервером" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 #, fuzzy msgid "Enter Username" msgstr "Виберіть ім'я користувача" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 #, fuzzy msgid "Enter E-mail Address" msgstr "Ваш email-адрес" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 #, fuzzy msgid "Enter Kindle E-mail Address" msgstr "Kindle" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" msgstr "" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 #, fuzzy msgid "Change Password" msgstr "Дозволити зміну пароля" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 #, fuzzy msgid "Edit Public Shelves" msgstr "Змінити книжкову полицю" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 #, fuzzy msgid "Show read/unread selection" msgstr "Показувати вибір серії" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "Показувати випадкові книги" diff --git a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo index 78eda562..8bcc4d6b 100644 Binary files a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo and b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po index a41b1c55..31e4b369 100644 --- a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po +++ b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: 2020-09-27 22:18+0800\n" -"Last-Translator: dalin \n" +"Last-Translator: xlivevil \n" "Language: zh_CN\n" "Language-Team: zh_Hans_CN \n" "Plural-Forms: nplurals=1; plural=0\n" @@ -18,732 +18,733 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "已安装" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "未安装" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "已安装" + +#: cps/about.py:117 msgid "Statistics" msgstr "统计" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "服务器已重启,请刷新页面" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "正在关闭服务器,请关闭窗口" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "重新连接成功" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "未知命令" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "未知" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "管理页" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "基本配置" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "界面配置" -#: cps/admin.py:274 cps/templates/admin.html:46 -#, fuzzy +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" -msgstr "管理员用户" +msgstr "管理用户" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "全部" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "找不到用户" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "成功删除 {} 个用户" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "显示全部" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "格式错误的请求" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "访客名称无法更改" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "游客无法拥有此角色" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "理员账户不存在,无法删除管理员角色" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "值必须是 true 或 false" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "无效角色" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "游客无法拥有此视图" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "无效视图" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "游客的本地化是自动侦测而无法设置的" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "无可用本地化" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "无有效书籍语言" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "参数未找到" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "无效的阅读列" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "无效的限制列" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "Calibre-Web配置已更新" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "您确定删除Kobo Token吗?" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "您确定要删除此域吗?" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "您确定要删除此用户吗?" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "您确定要删除此书架吗?" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "您确定要修改选定用户的本地化设置吗?" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "您确定要修改选定用户的可见书籍语言吗?" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "您确定要修改选定用户的选定角色吗?" -#: cps/admin.py:585 +#: cps/admin.py:586 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "您确定要修改选定用户的选定限制吗?" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "您确定要修改选定用户的选定可视化限制吗?" -#: cps/admin.py:589 -#, fuzzy +#: cps/admin.py:590 msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" -msgstr "您确定要修改选定用户的选定角色吗?" +msgstr "您确定要更改所选用户的书架同步行为吗?" -#: cps/admin.py:591 -#, fuzzy +#: cps/admin.py:592 msgid "Are you sure you want to change Calibre library location?" -msgstr "您确定要关闭吗?" +msgstr "您确定要更改 Calibre 库位置吗?" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "标签未找到" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "无效的动作" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "拒绝" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "允许" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "client_secrets.json 未为 Web 应用程序配置" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "日志文件路径无效,请输入正确的路径" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "访问日志路径无效,请输入正确的路径" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "请输入LDAP主机、端口、DN和用户对象标识符" -#: cps/admin.py:1101 -#, fuzzy +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" -msgstr "请输入有效的用户名进行密码重置" +msgstr "请输入一个LDAP服务账号和密码 " -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" -msgstr "" +msgstr "请输入一个LDAP服务账号" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "LDAP组对象过滤器需要一个具有“%s”格式标识符" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "LDAP组对象过滤器的括号不匹配" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "LDAP用户对象过滤器需要一个具有“%s”格式标识符" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "LDAP用户对象过滤器的括号不匹配" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" -msgstr "" +msgstr "LDAP成员用户过滤器需要有一个“%s”格式标识符" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" -msgstr "" +msgstr "LDAP成员用户过滤器中有不匹配的括号" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" -msgstr "" +msgstr "LDAP CA证书、证书或密钥位置无效,请输入正确的路径" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "设置数据库不可写入" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "数据库路径无效,请输入正确的路径" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "数据库不可写入" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "密钥文件路径无效,请输入正确的路径" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "证书文件路径无效,请输入正确的路径" -#: cps/admin.py:1320 +#: cps/admin.py:1316 #, fuzzy -msgid "Database Configuration" -msgstr "功能配置" +msgid "Database Settings updated" +msgstr "邮件服务器设置已更新" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1324 +msgid "Database Configuration" +msgstr "数据库配置" + +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "请填写所有字段!" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "邮箱不在有效域中" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "添加新用户" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "用户“%(user)s”已创建" -#: cps/admin.py:1365 -#, fuzzy +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." -msgstr "此邮箱或用户名的账号已经存在。" +msgstr "使用此邮箱或用户名的账号已经存在。" -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "用户“%(nick)s”已删除" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "无法删除游客用户" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "管理员账户不存在,无法删除用户" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "编辑用户 %(nick)s" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "用户“%(nick)s”已更新" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "发生一个未知错误,请稍后再试。" -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "编辑邮件服务器设置" -#: cps/admin.py:1517 -#, fuzzy +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "G-Mail账号校验成功" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "发送给%(email)s的测试邮件已进入队列。请检查任务结果" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "发送测试邮件时出错:%(res)s" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "请先配置您的邮箱地址..." -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "邮件服务器设置已更新" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "用户 %(user)s 的密码已重置" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "请先配置SMTP邮箱设置..." -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "日志文件查看器" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "正在请求更新包" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "正在下载更新包" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "正在解压更新包" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "正在替换文件" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "数据库连接已关闭" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "正在停止服务器" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "更新完成,请点击确定并刷新页面" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "更新失败:" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "HTTP错误" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "连接错误" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "建立连接超时" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "一般错误" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +#, fuzzy +msgid "Update file could not be saved in temp dir" msgstr "更新文件无法保存在临时目录中" -#: cps/admin.py:1709 -#, fuzzy +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" -msgstr "创建至少一个LDAP用户失败" +msgstr "未能提取至少一个LDAP用户" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" -msgstr "创建至少一个LDAP用户失败" +msgstr "未能创建至少一个LDAP用户" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "错误:%(ldaperror)s" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "错误:在LDAP服务器的响应中没有返回用户" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "数据库中没有找到至少一个LDAP用户" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "{} 用户被成功导入" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "未配置" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "缺少执行权限" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "自定义列号:%(column)d在Calibre数据库中不存在" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "书籍格式已成功删除" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "书籍已成功删除" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "糟糕!选择书名无法打开。文件不存在或者文件不可访问" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "编辑元数据" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "%(seriesindex)s 不是一个有效的数值,忽略" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "%(langname)s 不是一种有效语言" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "不能上传文件扩展名为“%(ext)s”的文件到此服务器" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "要上传的文件必须具有扩展名" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "创建路径 %(path)s 失败(权限拒绝)。" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "保存文件 %(file)s 失败。" -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "数据库错误:%(error)s。" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "已添加 %(ext)s 格式到 %(book)s" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "标识符不区分大小写,覆盖旧标识符" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "已成功更新元数据" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "编辑书籍出错,请检查日志文件以获取详细信息" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "上传的书籍可能已经存在,建议修改后重新上传: " -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "文件 %(filename)s 无法保存到临时目录" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "移动封面文件失败 %(file)s:%(error)s" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "文件 %(file)s 已上传" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "转换的源或目的格式缺失" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "书籍已经被成功加入到 %(book_format)s 格式转换队列" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "转换此书籍时出现错误: %(res)s" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "Google Drive 设置未完成,请尝试停用并再次激活Google云端硬盘" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "回调域名尚未被校验,请在google开发者控制台按步骤校验域名" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "找不到id为 %(book)d 的书籍的 %(format)s 格式" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "Google Drive %(fn)s 上找不到 %(format)s" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "找不到 %(format)s:%(fn)s" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "发送到Kindle" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "此邮件已经通过Calibre-Web发送。" -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "Calibre-Web测试邮件" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "测试邮件" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "开启Calibre-Web之旅" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "用户注册电子邮件:%(name)s" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "转换 %(orig)s 到 %(format)s 并发送到Kindle" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "发送 %(format)s 到Kindle" -#: cps/helper.py:220 cps/tasks/convert.py:73 -#, fuzzy, python-format +#: cps/helper.py:219 cps/tasks/convert.py:90 +#, python-format msgid "%(book)s send to Kindle" -msgstr "发送到Kindle" +msgstr "%(book)s发送到Kindle" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "无法读取请求的文件。可能有错误的权限设置?" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "删除书的文件夹%(id)s失败,路径有子文件夹:%(path)s" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "删除书籍 %(id)s失败:%(message)s" -#: cps/helper.py:339 -#, fuzzy, python-format +#: cps/helper.py:333 +#, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" -msgstr "仅从数据库中删除书籍 %(id)s,书籍路径在数据库中无效: %(path)s" +msgstr "仅从数据库中删除书籍 %(id)s,数据库中的书籍路径无效: %(path)s" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "将标题从“%(src)s”改为“%(dest)s”时失败,出错信息:%(error)s" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "从“%(src)s”重命名为“%(dest)s”失败,出错信息:%(error)s" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "Google Drive上找不到文件 %(file)s" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "Google Drive上找不到书籍路径 %(path)s" -#: cps/helper.py:516 cps/web.py:1653 -#, fuzzy +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" -msgstr "此邮箱的账号已经存在。" +msgstr "使用此邮箱的账号已经存在。" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "此用户名已被使用" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "无效的邮件地址格式" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "下载封面时出错" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "封面格式出错" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "创建封面路径失败" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "封面文件不是有效的图片文件,或者无法存储" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "封面文件只支持jpg/jpeg/png/webp/bmp文件" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "仅将jpg、jpeg文件作为封面文件" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "找不到Unrar执行文件" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "执行UnRar时出错" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "等待中" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "失败" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "已开始" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "已完成" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "未知状态" @@ -755,78 +756,78 @@ msgstr "请不要使用localhost访问Calibre-Web,以便Kobo设备能获取有 msgid "Kobo Setup" msgstr "Kobo 设置" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "使用 %(provider)s 注册" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "您现在已以“%(nickname)s”身份登录" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "链接到%(oauth)s成功" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "登录失败,没有用户与OAuth帐户关联" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "取消链接到%(oauth)s成功" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "取消链接到%(oauth)s失败" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "为连接到%(oauth)s" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "使用Github登录失败。" -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "从Github获取用户信息失败。" -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "使用Google登录失败。" -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "从Google获取用户信息失败。" -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "GitHub Oauth 错误,请重试。" -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "GitHub Oauth 错误: {}" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "Google Oauth 错误,请重试。" -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "Google Oauth 错误: {}" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "{} 星" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "登录" @@ -842,7 +843,7 @@ msgstr "Token已过期" msgid "Success! Please return to your device" msgstr "成功!请返回您的设备" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "书籍" @@ -863,15 +864,15 @@ msgid "Downloaded Books" msgstr "下载历史" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "显示下载过的书籍" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "最高评分书籍" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "显示最高评分书籍" @@ -898,54 +899,54 @@ msgid "Discover" msgstr "发现" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "显示随机书籍" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "分类" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "显示分类选择" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "丛书" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "显示丛书选择" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "作者" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "显示作者选择" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "出版社" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "显示出版社选择" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "语言" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "显示语言选择" @@ -953,7 +954,7 @@ msgstr "显示语言选择" msgid "Ratings" msgstr "评分" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "显示评分选择" @@ -961,7 +962,7 @@ msgstr "显示评分选择" msgid "File formats" msgstr "文件格式" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "显示文件格式选择" @@ -969,7 +970,7 @@ msgstr "显示文件格式选择" msgid "Archived Books" msgstr "归档书籍" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "显示归档书籍" @@ -977,178 +978,176 @@ msgstr "显示归档书籍" msgid "Books List" msgstr "书籍列表" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "显示书籍列表" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "指定的书架无效" -#: cps/shelf.py:75 -#, fuzzy +#: cps/shelf.py:73 msgid "Sorry you are not allowed to add a book to that shelf" -msgstr "对不起,您没有添加书籍到书架 %(shelfname)s 的权限" +msgstr "对不起,您没有添加书籍到这个书架的权限" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "此书籍已经是书架 %(shelfname)s 的一部分" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "此书籍已被添加到书架:%(sname)s" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "您没有添加书籍到书架 %(name)s 的权限" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "书籍已经在书架 %(name)s 中了" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "书籍已经被添加到书架 %(sname)s 中" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "无法添加书籍到书架:%(sname)s" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "此书已从书架 %(sname)s 中删除" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "对不起,您没有从书架 %(sname)s 中删除书籍的权限" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "创建书架" -#: cps/shelf.py:238 -#, fuzzy +#: cps/shelf.py:236 msgid "Sorry you are not allowed to edit this shelf" -msgstr "对不起,您没有编辑书架的权限" +msgstr "对不起,您没有编辑这个书架的权限" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "编辑书架" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "书架 %(title)s 已创建" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "书架 %(title)s 已修改" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "发生错误" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "公共书架:%(title)s已经存在已经存在。" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "私有书架:%(title)s已经存在已经存在。" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "修改书架 %(name)s 顺序" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "书架:%(name)s" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "打开书架出错。书架不存在或不可访问" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "读取更新信息时出现意外数据" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "无可用更新。您已经安装了最新版本" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "有新的更新。单击下面的按钮以更新到最新版本。" -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "无法获取更新信息" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "点击下面按钮更新到最新稳定版本。" -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "有新的更新。单击下面的按钮以更新到版本: %(version)s" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "无可用发布信息" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "发现(随机书籍)" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "热门书籍(最多下载)" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "%(user)s 下载过的书籍" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "作者:%(name)s" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "出版社:%(name)s" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "丛书:%(serie)s" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "评分:%(rating)s 星" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "文件格式:%(format)s" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "分类:%(name)s" @@ -1158,166 +1157,166 @@ msgstr "分类:%(name)s" msgid "Language: %(name)s" msgstr "语言:%(name)s" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "高级搜索" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "搜索" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "下载次数" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "评分列表" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "文件格式列表" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "任务列表" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "出版时间晚于 " -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "出版时间早于 " -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "评分 <= %(rating)s" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "评分 >= %(rating)s" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "阅读状态 = %(status)s" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "搜索自定义列时出错,请重启 Calibre-Web" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "书籍已经成功加入 %(kindlemail)s 的发送队列" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "糟糕!发送这本书籍的时候出现错误:%(res)s" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "请先配置您的kindle邮箱。" -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "邮件服务未配置,请联系网站管理员!" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "注册" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "您的电子邮件不允许注册" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "确认邮件已经发送到您的邮箱。" -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "无法激活LDAP认证" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "后备登录“%(nickname)s”:无法访问LDAP服务器,或用户未知" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "无法登录:%(message)s" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "用户名或密码错误" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "新密码已发送到您的邮箱" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "请输入有效的用户名进行密码重置" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "您现在已以“%(nickname)s”登录" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "%(name)s 的用户配置" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "资料已更新" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" -msgstr "" +msgstr "找不到包含 OAuth 信息的有效 gmail.json 文件" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "Calibre 电子书转换器%(tool)s没有发现" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "硬盘上找不到 %(format)s 格式" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "发生未知错误,书籍转换失败" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "Kepubify 转换失败:%(error)s" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "找不到转换后的文件或文件夹%(folder)s中有多个文件" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "电子书转换器失败: %(error)s" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "Calibre 运行失败,错误信息:%(error)s" @@ -1326,39 +1325,39 @@ msgstr "Calibre 运行失败,错误信息:%(error)s" msgid "Users" msgstr "用户列表" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "用户名" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "邮箱地址" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "接收书籍的Kindle邮箱地址" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "管理权限" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "密码" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "上传书籍" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "下载书籍" @@ -1366,15 +1365,15 @@ msgstr "下载书籍" msgid "View Books" msgstr "查看书籍" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "编辑书籍" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "删除数据" @@ -1394,24 +1393,24 @@ msgstr "导入LDAP用户" msgid "E-mail Server Settings" msgstr "SMTP邮件服务器设置" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "SMTP主机名" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "SMTP端口" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "加密" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "SMTP用户名" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "发件人邮箱" @@ -1421,7 +1420,7 @@ msgstr "电子邮件服务" #: cps/templates/admin.html:85 msgid "Gmail via Oauth2" -msgstr "" +msgstr "通过Oauth2的Gmail" #: cps/templates/admin.html:100 msgid "Configuration" @@ -1431,7 +1430,7 @@ msgstr "配置" msgid "Calibre Database Directory" msgstr "Calibre 数据库路径" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "日志级别" @@ -1443,7 +1442,7 @@ msgstr "端口" msgid "External Port" msgstr "扩展端口" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "每页书籍数" @@ -1467,14 +1466,13 @@ msgstr "魔法链接远程登录" msgid "Reverse Proxy Login" msgstr "反向代理登录" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "反向代理头部名称" #: cps/templates/admin.html:153 -#, fuzzy msgid "Edit Calibre Database Configuration" -msgstr "编辑基本配置" +msgstr "编辑Calibre数据库配置" #: cps/templates/admin.html:154 msgid "Edit Basic Configuration" @@ -1524,39 +1522,39 @@ msgstr "详情" msgid "Current version" msgstr "当前版本" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "检查更新" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "执行更新" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "您确定要重启吗?" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "确定" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "取消" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "您确定要关闭吗?" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "正在更新,请不要刷新页面" @@ -1569,39 +1567,39 @@ msgid "In Library" msgstr "在书库" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "按图书日期排序,最新优先" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "按图书日期排序,最旧优先" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "按标题按字母顺序排序" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "按标题逆字母顺序排序" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "按出版日期排序,最新优先" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "按出版日期排序,最旧优先" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "减少" @@ -1621,629 +1619,643 @@ msgstr "删除格式:" msgid "Convert book format:" msgstr "转换书籍格式:" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "转换从:" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "选择一个选项" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "转换到:" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "转换书籍" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "书名" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "作者" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "简介" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "书号" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "书号类型" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "书号编号" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "移除" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "添加书号" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "标签" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "丛书编号" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "评分" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "从URL获取封面(JPEG - 图片将下载并存储在数据库中)" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "从本地磁盘上传封面" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "出版日期" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "出版社" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "语言" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "确认" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "没有" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "上传格式" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "查看保存书籍" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "获取元数据" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "保存" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "关键字" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +#, fuzzy +msgid "Search keyword" msgstr " 搜索关键字 " -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "单击封面将元数据加载到表单" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "加载中..." -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "关闭" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "源" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "搜索错误!" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "无搜索结果!请尝试另一个关键字。" -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "此栏必须填写" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "合并选中的书籍" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "删除所选项" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "交换作者和标题" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "自动更新书名排序" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "自动更新作者排序" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "输入书名" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" -msgstr "书名" +msgstr "标题" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "输入书名排序" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "书名排序" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "输入作者排序" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "作者排序" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "输入作者" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "输入分类" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "输入丛书" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "丛书编号" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "输入语言" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "出版日期" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "输入出版社" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "您真的确认?" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "这本书籍将被合并:" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "合并到这本书籍:" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "合并" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "Calibre 数据库路径" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "是否使用Google Drive?" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "认证 Google Drive" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "Google Drive Calibre 路径" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "元数据监视通道ID" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "撤回" -#: cps/templates/config_db.html:67 -#, fuzzy +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" -msgstr "数据库路径无效,请输入正确的路径" +msgstr "新数据库路径无效,请输入有效的路径" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "服务器配置" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "服务器端口" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "SSL 证书文件路径(非SSL服务器请留空)" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "SSL 密钥文件路径(非SSL服务器请留空)" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "更新通道" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "稳定版" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "夜间版" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "日志文件配置" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "日志文件路径和名称(默认为calibre-web.log)" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "启用访问日志" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "访问日志路径和名称(默认为access.log)" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "功能配置" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "启用上传" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "允许上传的文件格式" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "允许匿名浏览" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "启用注册" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "使用邮箱或用户名" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "启用魔法链接远程登录" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "启用Kobo同步" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "代理未知请求到Kobo商店" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "服务器扩展端口(用于转发的API调用的端口)" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "使用Goodreads" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "创建API Key" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "Goodreads API Key" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "Goodreads API Secret" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "允许反向代理认证方式" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "登录类型" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "使用标准认证" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "使用LDAP认证" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "使用OAuth认证" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "LDAP服务器主机名或IP地址" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "LDAP服务器端口" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "LDAP 加密" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "无" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "TLS协议" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "SSL协议" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" -msgstr "" +msgstr "LDAP CA证书路径(仅用于客户端证书认证)" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" -msgstr "" +msgstr "LDAP 证书路径(仅用于客户端证书认证)" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" -msgstr "" +msgstr "LDAP密钥文件路径(仅用于客户端证书认证)" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "LDAP 验证方式" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "匿名" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "无验证" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "简单" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "LDAP管理员用户名" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "LDAP管理员密码" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "LDAP专有名称(DN)" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "LDAP用户对象过滤器" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "LDAP服务器是 OpenLDAP?" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "用户导入需要以下设置" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "LDAP组对象过滤器" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "LDAP组名" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "LDAP组成员字段" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "LDAP成员用户过滤器探测" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "自动检测" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "自定义过滤器" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "LDAP成员用户过滤器" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "获取 %(provider)s OAuth凭证" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "%(provider)s OAuth 客户端 Secret" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "%(provider)s OAuth 客户端 Secret" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "扩展程序配置" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "Calibre 电子书转换器路径" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "Calibre 电子书转换器设置" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "KEpubify 电子书转换器路径" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "Unrar程序路径" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "查看配置" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "随机书籍显示数量" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "主页中书籍作者的最大显示数量(0=不隐藏)" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "主题" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "标准主题" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "黑暗主题" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "可忽略的自定义栏目(正则表达式)" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "选择自定义栏目作为阅读状态" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "选择自定义栏目作为书籍可见性" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "按规则提取书名后排序(正则表达式)" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "新用户默认权限设置" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "管理员用户" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "允许下载书籍" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "允许在线阅读" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "允许上传书籍" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "允许编辑书籍" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "允许删除书籍" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "允许修改密码" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "允许编辑公共书架" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +#, fuzzy +msgid "Default Language" +msgstr "排除语言" + +#: cps/templates/config_view_edit.html:127 +#, fuzzy +msgid "Default Visible Language of Books" +msgstr "按语言显示书籍" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "新用户默认显示权限" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "在主页显示随机书籍" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "添加显示或隐藏书籍的标签值" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "添加显示或隐藏书籍的自定义栏目值" @@ -2256,123 +2268,123 @@ msgid "Listen in Browser" msgstr "在线听书" #: cps/templates/detail.html:124 -#, fuzzy, python-format +#, python-format msgid "Book %(index)s of %(range)s" -msgstr "" +msgstr "%(range)s 第%(index)s册" #: cps/templates/detail.html:173 msgid "Published" msgstr "出版日期" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "标为未读" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "标为已读" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "已读" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "从档案还原" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "添加到归档" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "归档" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "简介:" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "添加到书架" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "(公共)" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "编辑元数据" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "选择服务器类型" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "使用标准电子邮件账号" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "使用Gmail账号" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "设置Gmail账号作为电子邮件服务" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" -msgstr "" +msgstr "撤消 Gmail 访问权限" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "STARTTLS协议" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "SSL/TLS协议" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "SMTP密码" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "附件大小限制" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "保存设置并发送测试邮件" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "后退" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "允许注册的域名(白名单)" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "添加域名" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "添加" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "输入域名" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "禁止注册的域名(黑名单)" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "下一个" @@ -2381,9 +2393,8 @@ msgid "Open the .kobo/Kobo eReader.conf file in a text editor and add (or edit): msgstr "在文本编辑器中打开.kobo/Kobo eReader.conf,添加(或编辑):" #: cps/templates/http_error.html:31 -#, fuzzy msgid "Calibre-Web Instance is unconfigured, please contact your administrator" -msgstr "邮件服务未配置,请联系网站管理员!" +msgstr "Calibre-Web 实例未配置,请联系您的管理员!" #: cps/templates/http_error.html:41 msgid "Create Issue" @@ -2398,12 +2409,12 @@ msgid "Logout User" msgstr "登出账号" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "按作者字母顺序排序" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "按作者逆字母顺序排序" @@ -2421,11 +2432,11 @@ msgstr "开始" #: cps/templates/index.xml:18 msgid "Alphabetical Books" -msgstr "" +msgstr "字母排序书籍" #: cps/templates/index.xml:22 msgid "Books sorted alphabetically" -msgstr "" +msgstr "按字母排序的书籍" #: cps/templates/index.xml:29 msgid "Popular publications from this catalog based on Downloads." @@ -2475,8 +2486,8 @@ msgstr "书籍按评分排序" msgid "Books ordered by file formats" msgstr "书籍按文件格式排序" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "书架列表" @@ -2496,60 +2507,60 @@ msgstr "切换导航" msgid "Search Library" msgstr "搜索书库" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "正在上传..." + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "错误" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "上传完成,正在处理,请稍候..." + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "设置" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "账号" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "注销" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "正在上传..." - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "请不要刷新页面" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "按条件浏览" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "关于" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "上一个" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "书籍详情" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "上传完成,正在处理,请稍候..." - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "错误" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "记住我" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "忘记密码?" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "通过魔法链接登录" @@ -2646,16 +2657,14 @@ msgid "Select" msgstr "选择" #: cps/templates/modal_dialogs.html:134 -#, fuzzy msgid "Ok" -msgstr "丛书编号" +msgstr "完成" #: cps/templates/osd.xml:5 msgid "Calibre-Web eBook Catalog" msgstr "Caliebre-Web电子书路径" #: cps/templates/read.html:6 -#, fuzzy msgid "epub Reader" msgstr "epub阅读器" @@ -2664,7 +2673,6 @@ msgid "Reflow text when sidebars are open." msgstr "打开侧栏时重排文本。" #: cps/templates/readcbr.html:7 -#, fuzzy msgid "Comic Reader" msgstr "Comic阅读器" @@ -2784,18 +2792,15 @@ msgstr "显示" msgid "Hide" msgstr "隐藏" -#: cps/templates/readdjvu.html:10 -#, fuzzy +#: cps/templates/readdjvu.html:5 msgid "DJVU Reader" msgstr "DJVU阅读器" #: cps/templates/readpdf.html:29 -#, fuzzy msgid "PDF Reader" msgstr "PDF阅读器" #: cps/templates/readtxt.html:6 -#, fuzzy msgid "txt Reader" msgstr "txt阅读器" @@ -2803,27 +2808,27 @@ msgstr "txt阅读器" msgid "Register New Account" msgstr "注册新账号" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "选择一个用户名" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "您的邮箱地址" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "魔法链接 - 授权新设备" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "在另一个设备上,登录并访问:" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "验证后,您将自动在新设备上登录。" -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "此验证链接将在10分钟后失效。" @@ -2839,87 +2844,87 @@ msgstr "搜索项:" msgid "Results for:" msgstr "结果:" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "出版日期从" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "出版日期到" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "阅读状态" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "排除标签" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "排除丛书" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 msgid "Exclude Shelves" msgstr "排除书架" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "排除语言" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "扩展名" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "排除扩展名" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "评分大于" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "评分小于" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" -msgstr "" +msgstr "从:" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" -msgstr "" +msgstr "到:" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "删除此书架" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "编辑书架属性" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "手动排列书籍排列顺序" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "禁止改变顺序" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "允许改变顺序" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "书架将会从所有用户中删除" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "书架将被公开" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "同步这个书架到 Kobo device" @@ -2927,7 +2932,7 @@ msgstr "同步这个书架到 Kobo device" msgid "Drag to Rearrange Order" msgstr "拖拽以重新排序" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "隐藏书籍" @@ -2987,55 +2992,47 @@ msgstr "运行时间" msgid "Start Time" msgstr "开始时间" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "删除已完成任务" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "隐藏所有任务" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "重置用户密码" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "按语言显示书籍" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "OAuth设置" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "链接" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "取消链接" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "Kobo 同步 Token" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "新建或查看" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "添加显示或隐藏书籍的自定义栏目值" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "仅同步所选书架中的书籍到 Kobo" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "删除此用户" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "生成Kobo Auth 地址" @@ -3043,93 +3040,87 @@ msgstr "生成Kobo Auth 地址" msgid "Select..." msgstr "选择..." -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "编辑用户" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 msgid "Enter Username" msgstr "输入用户名" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 msgid "Enter E-mail Address" msgstr "输入邮箱地址" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Enter Kindle E-mail Address" msgstr "输入Kindle邮箱地址" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "Kindle邮箱" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "本地化" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "可见数据语言" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "编辑允许标签" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "允许标签" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "编辑拒绝标签" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "拒绝标签" -#: cps/templates/user_table.html:140 -#, fuzzy +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" -msgstr "添加显示或隐藏书籍的自定义栏目值" +msgstr "编辑显示栏目值" -#: cps/templates/user_table.html:140 -#, fuzzy +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" -msgstr "添加显示或隐藏书籍的自定义栏目值" +msgstr "显示栏目值" -#: cps/templates/user_table.html:141 -#, fuzzy +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" -msgstr "添加显示或隐藏书籍的自定义栏目值" +msgstr "编辑隐藏栏目值" -#: cps/templates/user_table.html:141 -#, fuzzy -msgid "Denied Columns Values" -msgstr "添加显示或隐藏书籍的自定义栏目值" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" +msgstr "隐藏栏目值" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 msgid "Change Password" msgstr "修改密码" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "查看书籍" -#: cps/templates/user_table.html:149 -#, fuzzy +#: cps/templates/user_table.html:150 msgid "Edit Public Shelves" msgstr "编辑公共书架" -#: cps/templates/user_table.html:151 -#, fuzzy +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "同步所选书架到 Kobo" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 msgid "Show read/unread selection" msgstr "显示已读/未读选择" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr "显示随机书籍" diff --git a/cps/web.py b/cps/web.py index 99201a95..44fe2906 100644 --- a/cps/web.py +++ b/cps/web.py @@ -781,6 +781,7 @@ def list_books(): if sort == "state": state = json.loads(request.args.get("state", "[]")) + # order = [db.Books.timestamp.asc()] if order == "asc" else [db.Books.timestamp.desc()] # ToDo wrong: sort ticked elif sort == "tags": order = [db.Tags.name.asc()] if order == "asc" else [db.Tags.name.desc()] join = db.books_tags_link,db.Books.id == db.books_tags_link.c.book, db.Tags @@ -805,7 +806,7 @@ def list_books(): total_count = filtered_count = calibre_db.session.query(db.Books).count() - if state: + if state is not None: if search: books = calibre_db.search_query(search).all() filtered_count = len(books) @@ -1198,7 +1199,7 @@ def adv_search_serie(q, include_series_inputs, exclude_series_inputs): def adv_search_shelf(q, include_shelf_inputs, exclude_shelf_inputs): q = q.outerjoin(ub.BookShelf, db.Books.id == ub.BookShelf.book_id)\ - .filter(or_(ub.BookShelf.shelf == None, ub.BookShelf.shelf.notin_(exclude_shelf_inputs))) + .filter(or_(ub.BookShelf.shelf is None, ub.BookShelf.shelf.notin_(exclude_shelf_inputs))) if len(include_shelf_inputs) > 0: q = q.filter(ub.BookShelf.shelf.in_(include_shelf_inputs)) return q @@ -1228,7 +1229,7 @@ def extend_search_term(searchterm, format_date(datetime.strptime(pub_end, "%Y-%m-%d"), format='medium', locale=get_locale())]) except ValueError: - pub_start = u"" + pub_end = u"" elements = {'tag': db.Tags, 'serie':db.Series, 'shelf':ub.Shelf} for key, db_element in elements.items(): tag_names = calibre_db.session.query(db_element).filter(db_element.id.in_(tags['include_' + key])).all() @@ -1299,7 +1300,7 @@ def render_adv_search_results(term, offset=None, order=None, limit=None): column_end = term.get('custom_column_' + str(c.id) + '_end') if column_start: searchterm.extend([u"{} >= {}".format(c.name, - format_date(datetime.strptime(column_start, "%Y-%m-%d"), + format_date(datetime.strptime(column_start, "%Y-%m-%d").date(), format='medium', locale=get_locale()) )]) @@ -1361,7 +1362,7 @@ def render_adv_search_results(term, offset=None, order=None, limit=None): flask_session['query'] = json.dumps(term) ub.store_ids(q) result_count = len(q) - if offset != None and limit != None: + if offset is not None and limit is not None: offset = int(offset) limit_all = offset + int(limit) pagination = Pagination((offset / (int(limit)) + 1), limit, result_count) @@ -1561,7 +1562,7 @@ def login(): else: ip_Address = request.headers.get('X-Forwarded-For', request.remote_addr) if 'forgot' in form and form['forgot'] == 'forgot': - if user != None and user.name != "Guest": + if user is not None and user.name != "Guest": ret, __ = reset_password(user.id) if ret == 1: flash(_(u"New Password was send to your email address"), category="info") diff --git a/messages.pot b/messages.pot index e9f455ac..aba1f530 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-09-25 08:24+0200\n" +"POT-Creation-Date: 2021-10-16 11:41+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,723 +17,731 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: cps/about.py:43 cps/about.py:59 -msgid "installed" -msgstr "" - -#: cps/about.py:45 cps/about.py:61 cps/converter.py:32 +#: cps/about.py:34 cps/about.py:48 cps/about.py:64 cps/converter.py:31 msgid "not installed" msgstr "" -#: cps/about.py:113 +#: cps/about.py:46 cps/about.py:62 +msgid "installed" +msgstr "" + +#: cps/about.py:117 msgid "Statistics" msgstr "" -#: cps/admin.py:145 +#: cps/admin.py:144 msgid "Server restarted, please reload page" msgstr "" -#: cps/admin.py:147 +#: cps/admin.py:146 msgid "Performing shutdown of server, please close window" msgstr "" -#: cps/admin.py:155 +#: cps/admin.py:154 msgid "Reconnect successful" msgstr "" -#: cps/admin.py:158 +#: cps/admin.py:157 msgid "Unknown command" msgstr "" -#: cps/admin.py:168 cps/editbooks.py:697 cps/editbooks.py:711 -#: cps/editbooks.py:850 cps/editbooks.py:852 cps/editbooks.py:879 -#: cps/editbooks.py:895 cps/updater.py:555 cps/uploader.py:94 -#: cps/uploader.py:104 +#: cps/admin.py:167 cps/editbooks.py:694 cps/editbooks.py:708 +#: cps/editbooks.py:849 cps/editbooks.py:851 cps/editbooks.py:878 +#: cps/editbooks.py:894 cps/updater.py:584 cps/uploader.py:93 +#: cps/uploader.py:103 msgid "Unknown" msgstr "" -#: cps/admin.py:189 +#: cps/admin.py:188 msgid "Admin page" msgstr "" -#: cps/admin.py:208 +#: cps/admin.py:207 msgid "Basic Configuration" msgstr "" -#: cps/admin.py:241 +#: cps/admin.py:244 msgid "UI Configuration" msgstr "" -#: cps/admin.py:274 cps/templates/admin.html:46 +#: cps/admin.py:277 cps/templates/admin.html:46 msgid "Edit Users" msgstr "" -#: cps/admin.py:315 cps/opds.py:110 cps/opds.py:199 cps/opds.py:276 -#: cps/opds.py:328 cps/templates/grid.html:14 cps/templates/list.html:14 +#: cps/admin.py:318 cps/opds.py:109 cps/opds.py:198 cps/opds.py:275 +#: cps/opds.py:327 cps/templates/grid.html:14 cps/templates/list.html:14 msgid "All" msgstr "" -#: cps/admin.py:340 cps/admin.py:1561 +#: cps/admin.py:343 cps/admin.py:1572 msgid "User not found" msgstr "" -#: cps/admin.py:354 +#: cps/admin.py:357 msgid "{} users deleted successfully" msgstr "" -#: cps/admin.py:376 cps/templates/user_edit.html:44 -#: cps/templates/user_table.html:81 +#: cps/admin.py:379 cps/templates/config_view_edit.html:129 +#: cps/templates/user_edit.html:45 cps/templates/user_table.html:81 msgid "Show All" msgstr "" -#: cps/admin.py:397 cps/admin.py:403 +#: cps/admin.py:400 cps/admin.py:406 msgid "Malformed request" msgstr "" -#: cps/admin.py:415 cps/admin.py:1443 +#: cps/admin.py:418 cps/admin.py:1452 msgid "Guest Name can't be changed" msgstr "" -#: cps/admin.py:427 +#: cps/admin.py:430 msgid "Guest can't have this role" msgstr "" -#: cps/admin.py:439 cps/admin.py:1406 +#: cps/admin.py:442 cps/admin.py:1410 msgid "No admin user remaining, can't remove admin role" msgstr "" -#: cps/admin.py:443 cps/admin.py:457 +#: cps/admin.py:446 cps/admin.py:460 msgid "Value has to be true or false" msgstr "" -#: cps/admin.py:445 +#: cps/admin.py:448 msgid "Invalid role" msgstr "" -#: cps/admin.py:449 +#: cps/admin.py:452 msgid "Guest can't have this view" msgstr "" -#: cps/admin.py:459 +#: cps/admin.py:462 msgid "Invalid view" msgstr "" -#: cps/admin.py:462 +#: cps/admin.py:465 msgid "Guest's Locale is determined automatically and can't be set" msgstr "" -#: cps/admin.py:466 +#: cps/admin.py:469 msgid "No Valid Locale Given" msgstr "" -#: cps/admin.py:477 +#: cps/admin.py:480 msgid "No Valid Book Language Given" msgstr "" -#: cps/admin.py:479 +#: cps/admin.py:482 msgid "Parameter not found" msgstr "" -#: cps/admin.py:534 +#: cps/admin.py:533 msgid "Invalid Read Column" msgstr "" -#: cps/admin.py:540 +#: cps/admin.py:539 msgid "Invalid Restricted Column" msgstr "" -#: cps/admin.py:559 cps/admin.py:1291 +#: cps/admin.py:560 cps/admin.py:1293 msgid "Calibre-Web configuration updated" msgstr "" -#: cps/admin.py:571 +#: cps/admin.py:572 msgid "Do you really want to delete the Kobo Token?" msgstr "" -#: cps/admin.py:573 +#: cps/admin.py:574 msgid "Do you really want to delete this domain?" msgstr "" -#: cps/admin.py:575 +#: cps/admin.py:576 msgid "Do you really want to delete this user?" msgstr "" -#: cps/admin.py:577 cps/templates/shelf.html:90 +#: cps/admin.py:578 cps/templates/shelf.html:91 msgid "Are you sure you want to delete this shelf?" msgstr "" -#: cps/admin.py:579 +#: cps/admin.py:580 msgid "Are you sure you want to change locales of selected user(s)?" msgstr "" -#: cps/admin.py:581 +#: cps/admin.py:582 msgid "Are you sure you want to change visible book languages for selected user(s)?" msgstr "" -#: cps/admin.py:583 +#: cps/admin.py:584 msgid "Are you sure you want to change the selected role for the selected user(s)?" msgstr "" -#: cps/admin.py:585 +#: cps/admin.py:586 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:587 +#: cps/admin.py:588 msgid "Are you sure you want to change the selected visibility restrictions for the selected user(s)?" msgstr "" -#: cps/admin.py:589 +#: cps/admin.py:590 msgid "Are you sure you want to change shelf sync behavior for the selected user(s)?" msgstr "" -#: cps/admin.py:591 +#: cps/admin.py:592 msgid "Are you sure you want to change Calibre library location?" msgstr "" -#: cps/admin.py:740 +#: cps/admin.py:741 msgid "Tag not found" msgstr "" -#: cps/admin.py:752 +#: cps/admin.py:753 msgid "Invalid Action" msgstr "" -#: cps/admin.py:857 cps/admin.py:863 cps/admin.py:873 cps/admin.py:883 +#: cps/admin.py:858 cps/admin.py:864 cps/admin.py:874 cps/admin.py:884 #: cps/templates/modal_dialogs.html:29 cps/templates/user_table.html:41 #: cps/templates/user_table.html:58 msgid "Deny" msgstr "" -#: cps/admin.py:859 cps/admin.py:865 cps/admin.py:875 cps/admin.py:885 +#: cps/admin.py:860 cps/admin.py:866 cps/admin.py:876 cps/admin.py:886 #: cps/templates/modal_dialogs.html:28 cps/templates/user_table.html:44 #: cps/templates/user_table.html:61 msgid "Allow" msgstr "" -#: cps/admin.py:1014 +#: cps/admin.py:1015 msgid "client_secrets.json Is Not Configured For Web Application" msgstr "" -#: cps/admin.py:1059 +#: cps/admin.py:1060 msgid "Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1065 +#: cps/admin.py:1066 msgid "Access Logfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1095 +#: cps/admin.py:1096 msgid "Please Enter a LDAP Provider, Port, DN and User Object Identifier" msgstr "" -#: cps/admin.py:1101 +#: cps/admin.py:1102 msgid "Please Enter a LDAP Service Account and Password" msgstr "" -#: cps/admin.py:1104 +#: cps/admin.py:1105 msgid "Please Enter a LDAP Service Account" msgstr "" -#: cps/admin.py:1109 +#: cps/admin.py:1110 #, python-format msgid "LDAP Group Object Filter Needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1111 +#: cps/admin.py:1112 msgid "LDAP Group Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1115 +#: cps/admin.py:1116 #, python-format msgid "LDAP User Object Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1117 +#: cps/admin.py:1118 msgid "LDAP User Object Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1124 +#: cps/admin.py:1125 #, python-format msgid "LDAP Member User Filter needs to Have One \"%s\" Format Identifier" msgstr "" -#: cps/admin.py:1126 +#: cps/admin.py:1127 msgid "LDAP Member User Filter Has Unmatched Parenthesis" msgstr "" -#: cps/admin.py:1133 +#: cps/admin.py:1134 msgid "LDAP CACertificate, Certificate or Key Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1175 cps/admin.py:1276 cps/admin.py:1369 cps/admin.py:1470 -#: cps/admin.py:1536 cps/shelf.py:102 cps/shelf.py:162 cps/shelf.py:205 -#: cps/shelf.py:272 cps/shelf.py:333 cps/shelf.py:368 cps/shelf.py:443 +#: cps/admin.py:1176 cps/admin.py:1278 cps/admin.py:1373 cps/admin.py:1479 +#: cps/admin.py:1547 cps/shelf.py:100 cps/shelf.py:160 cps/shelf.py:203 +#: cps/shelf.py:270 cps/shelf.py:331 cps/shelf.py:366 cps/shelf.py:441 msgid "Settings DB is not Writeable" msgstr "" -#: cps/admin.py:1186 +#: cps/admin.py:1187 msgid "DB Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1191 +#: cps/admin.py:1192 msgid "DB is not Writeable" msgstr "" -#: cps/admin.py:1204 +#: cps/admin.py:1205 msgid "Keyfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1208 +#: cps/admin.py:1209 msgid "Certfile Location is not Valid, Please Enter Correct Path" msgstr "" -#: cps/admin.py:1320 +#: cps/admin.py:1316 +msgid "Database Settings updated" +msgstr "" + +#: cps/admin.py:1324 msgid "Database Configuration" msgstr "" -#: cps/admin.py:1336 cps/web.py:1479 +#: cps/admin.py:1340 cps/web.py:1484 msgid "Please fill out all fields!" msgstr "" -#: cps/admin.py:1344 +#: cps/admin.py:1348 msgid "E-mail is not from valid domain" msgstr "" -#: cps/admin.py:1348 cps/admin.py:1489 +#: cps/admin.py:1352 cps/admin.py:1500 msgid "Add new user" msgstr "" -#: cps/admin.py:1359 +#: cps/admin.py:1363 #, python-format msgid "User '%(user)s' created" msgstr "" -#: cps/admin.py:1365 +#: cps/admin.py:1369 msgid "Found an existing account for this e-mail address or name." msgstr "" -#: cps/admin.py:1385 +#: cps/admin.py:1389 #, python-format msgid "User '%(nick)s' deleted" msgstr "" -#: cps/admin.py:1387 cps/admin.py:1388 +#: cps/admin.py:1391 cps/admin.py:1392 msgid "Can't delete Guest User" msgstr "" -#: cps/admin.py:1391 +#: cps/admin.py:1395 msgid "No admin user remaining, can't delete user" msgstr "" -#: cps/admin.py:1458 cps/admin.py:1579 +#: cps/admin.py:1467 cps/admin.py:1590 #, python-format msgid "Edit User %(nick)s" msgstr "" -#: cps/admin.py:1462 +#: cps/admin.py:1471 #, python-format msgid "User '%(nick)s' updated" msgstr "" -#: cps/admin.py:1466 cps/admin.py:1594 cps/web.py:1504 cps/web.py:1565 +#: cps/admin.py:1475 cps/admin.py:1605 cps/web.py:1509 cps/web.py:1572 msgid "An unknown error occurred. Please try again later." msgstr "" -#: cps/admin.py:1498 cps/templates/admin.html:94 +#: cps/admin.py:1509 cps/templates/admin.html:94 msgid "Edit E-mail Server Settings" msgstr "" -#: cps/admin.py:1517 +#: cps/admin.py:1528 msgid "Gmail Account Verification Successful" msgstr "" -#: cps/admin.py:1543 +#: cps/admin.py:1554 #, python-format msgid "Test e-mail queued for sending to %(email)s, please check Tasks for result" msgstr "" -#: cps/admin.py:1546 +#: cps/admin.py:1557 #, python-format msgid "There was an error sending the Test e-mail: %(res)s" msgstr "" -#: cps/admin.py:1548 +#: cps/admin.py:1559 msgid "Please configure your e-mail address first..." msgstr "" -#: cps/admin.py:1550 +#: cps/admin.py:1561 msgid "E-mail server settings updated" msgstr "" -#: cps/admin.py:1591 +#: cps/admin.py:1602 #, python-format msgid "Password for user %(user)s reset" msgstr "" -#: cps/admin.py:1597 cps/web.py:1444 +#: cps/admin.py:1608 cps/web.py:1449 msgid "Please configure the SMTP mail settings first..." msgstr "" -#: cps/admin.py:1608 +#: cps/admin.py:1619 msgid "Logfile viewer" msgstr "" -#: cps/admin.py:1674 +#: cps/admin.py:1685 msgid "Requesting update package" msgstr "" -#: cps/admin.py:1675 +#: cps/admin.py:1686 msgid "Downloading update package" msgstr "" -#: cps/admin.py:1676 +#: cps/admin.py:1687 msgid "Unzipping update package" msgstr "" -#: cps/admin.py:1677 +#: cps/admin.py:1688 msgid "Replacing files" msgstr "" -#: cps/admin.py:1678 +#: cps/admin.py:1689 msgid "Database connections are closed" msgstr "" -#: cps/admin.py:1679 +#: cps/admin.py:1690 msgid "Stopping server" msgstr "" -#: cps/admin.py:1680 +#: cps/admin.py:1691 msgid "Update finished, please press okay and reload page" msgstr "" -#: cps/admin.py:1681 cps/admin.py:1682 cps/admin.py:1683 cps/admin.py:1684 -#: cps/admin.py:1685 +#: cps/admin.py:1692 cps/admin.py:1693 cps/admin.py:1694 cps/admin.py:1695 +#: cps/admin.py:1696 cps/admin.py:1697 msgid "Update failed:" msgstr "" -#: cps/admin.py:1681 cps/updater.py:356 cps/updater.py:566 cps/updater.py:568 +#: cps/admin.py:1692 cps/updater.py:385 cps/updater.py:595 cps/updater.py:597 msgid "HTTP Error" msgstr "" -#: cps/admin.py:1682 cps/updater.py:358 cps/updater.py:570 +#: cps/admin.py:1693 cps/updater.py:387 cps/updater.py:599 msgid "Connection error" msgstr "" -#: cps/admin.py:1683 cps/updater.py:360 cps/updater.py:572 +#: cps/admin.py:1694 cps/updater.py:389 cps/updater.py:601 msgid "Timeout while establishing connection" msgstr "" -#: cps/admin.py:1684 cps/updater.py:362 cps/updater.py:574 +#: cps/admin.py:1695 cps/updater.py:391 cps/updater.py:603 msgid "General error" msgstr "" -#: cps/admin.py:1685 -msgid "Update File Could Not be Saved in Temp Dir" +#: cps/admin.py:1696 +msgid "Update file could not be saved in temp dir" msgstr "" -#: cps/admin.py:1709 +#: cps/admin.py:1697 +msgid "Files could not be replaced during update" +msgstr "" + +#: cps/admin.py:1721 msgid "Failed to extract at least One LDAP User" msgstr "" -#: cps/admin.py:1752 +#: cps/admin.py:1766 msgid "Failed to Create at Least One LDAP User" msgstr "" -#: cps/admin.py:1765 +#: cps/admin.py:1779 #, python-format msgid "Error: %(ldaperror)s" msgstr "" -#: cps/admin.py:1769 +#: cps/admin.py:1783 msgid "Error: No user returned in response of LDAP server" msgstr "" -#: cps/admin.py:1802 +#: cps/admin.py:1816 msgid "At Least One LDAP User Not Found in Database" msgstr "" -#: cps/admin.py:1804 +#: cps/admin.py:1818 msgid "{} User Successfully Imported" msgstr "" -#: cps/converter.py:31 +#: cps/converter.py:30 msgid "not configured" msgstr "" -#: cps/converter.py:33 +#: cps/converter.py:32 msgid "Execution permissions missing" msgstr "" -#: cps/db.py:651 cps/web.py:657 cps/web.py:1156 +#: cps/db.py:648 cps/web.py:657 cps/web.py:1161 #, python-format msgid "Custom Column No.%(column)d is not existing in calibre database" msgstr "" -#: cps/editbooks.py:309 cps/editbooks.py:311 +#: cps/editbooks.py:306 cps/editbooks.py:308 msgid "Book Format Successfully Deleted" msgstr "" -#: cps/editbooks.py:318 cps/editbooks.py:320 +#: cps/editbooks.py:315 cps/editbooks.py:317 msgid "Book Successfully Deleted" msgstr "" -#: cps/editbooks.py:376 cps/editbooks.py:753 cps/web.py:516 cps/web.py:1697 -#: cps/web.py:1738 cps/web.py:1809 +#: cps/editbooks.py:373 cps/editbooks.py:750 cps/web.py:511 cps/web.py:1711 +#: cps/web.py:1752 cps/web.py:1819 msgid "Oops! Selected book title is unavailable. File does not exist or is not accessible" msgstr "" -#: cps/editbooks.py:410 +#: cps/editbooks.py:407 msgid "edit metadata" msgstr "" -#: cps/editbooks.py:458 +#: cps/editbooks.py:455 #, python-format msgid "%(seriesindex)s is not a valid number, skipping" msgstr "" -#: cps/editbooks.py:493 +#: cps/editbooks.py:490 #, python-format msgid "%(langname)s is not a valid language" msgstr "" -#: cps/editbooks.py:624 cps/editbooks.py:965 +#: cps/editbooks.py:621 cps/editbooks.py:964 #, python-format msgid "File extension '%(ext)s' is not allowed to be uploaded to this server" msgstr "" -#: cps/editbooks.py:628 cps/editbooks.py:969 +#: cps/editbooks.py:625 cps/editbooks.py:968 msgid "File to be uploaded must have an extension" msgstr "" -#: cps/editbooks.py:640 +#: cps/editbooks.py:637 #, python-format msgid "Failed to create path %(path)s (Permission denied)." msgstr "" -#: cps/editbooks.py:645 +#: cps/editbooks.py:642 #, python-format msgid "Failed to store file %(file)s." msgstr "" -#: cps/editbooks.py:663 cps/editbooks.py:1056 cps/web.py:1658 +#: cps/editbooks.py:660 cps/editbooks.py:1055 cps/web.py:1672 #, python-format msgid "Database error: %(error)s." msgstr "" -#: cps/editbooks.py:668 +#: cps/editbooks.py:665 #, python-format msgid "File format %(ext)s added to %(book)s" msgstr "" -#: cps/editbooks.py:804 +#: cps/editbooks.py:801 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" msgstr "" -#: cps/editbooks.py:836 +#: cps/editbooks.py:835 msgid "Metadata successfully updated" msgstr "" -#: cps/editbooks.py:845 +#: cps/editbooks.py:844 msgid "Error editing book, please check logfile for details" msgstr "" -#: cps/editbooks.py:883 +#: cps/editbooks.py:882 msgid "Uploaded book probably exists in the library, consider to change before upload new: " msgstr "" -#: cps/editbooks.py:977 +#: cps/editbooks.py:976 #, python-format msgid "File %(filename)s could not saved to temp dir" msgstr "" -#: cps/editbooks.py:996 +#: cps/editbooks.py:995 #, python-format msgid "Failed to Move Cover File %(file)s: %(error)s" msgstr "" -#: cps/editbooks.py:1043 +#: cps/editbooks.py:1042 #, python-format msgid "File %(file)s uploaded" msgstr "" -#: cps/editbooks.py:1068 +#: cps/editbooks.py:1067 msgid "Source or destination format for conversion missing" msgstr "" -#: cps/editbooks.py:1076 +#: cps/editbooks.py:1075 #, python-format msgid "Book successfully queued for converting to %(book_format)s" msgstr "" -#: cps/editbooks.py:1080 +#: cps/editbooks.py:1079 #, python-format msgid "There was an error converting this book: %(res)s" msgstr "" -#: cps/gdrive.py:60 +#: cps/gdrive.py:58 msgid "Google Drive setup not completed, try to deactivate and activate Google Drive again" msgstr "" -#: cps/gdrive.py:97 +#: cps/gdrive.py:95 msgid "Callback domain is not verified, please follow steps to verify domain in google developer console" msgstr "" -#: cps/helper.py:81 +#: cps/helper.py:80 #, python-format msgid "%(format)s format not found for book id: %(book)d" msgstr "" -#: cps/helper.py:87 cps/tasks/convert.py:56 +#: cps/helper.py:86 cps/tasks/convert.py:73 #, python-format msgid "%(format)s not found on Google Drive: %(fn)s" msgstr "" -#: cps/helper.py:92 +#: cps/helper.py:91 #, python-format msgid "%(format)s not found: %(fn)s" msgstr "" -#: cps/helper.py:97 cps/helper.py:221 cps/templates/detail.html:41 +#: cps/helper.py:96 cps/helper.py:220 cps/templates/detail.html:41 #: cps/templates/detail.html:45 msgid "Send to Kindle" msgstr "" -#: cps/helper.py:98 cps/helper.py:115 cps/helper.py:223 +#: cps/helper.py:97 cps/helper.py:114 cps/helper.py:222 msgid "This e-mail has been sent via Calibre-Web." msgstr "" -#: cps/helper.py:113 +#: cps/helper.py:112 msgid "Calibre-Web test e-mail" msgstr "" -#: cps/helper.py:114 +#: cps/helper.py:113 msgid "Test e-mail" msgstr "" -#: cps/helper.py:131 +#: cps/helper.py:130 msgid "Get Started with Calibre-Web" msgstr "" -#: cps/helper.py:136 +#: cps/helper.py:135 #, python-format msgid "Registration e-mail for user: %(name)s" msgstr "" -#: cps/helper.py:147 cps/helper.py:153 +#: cps/helper.py:146 cps/helper.py:152 #, python-format msgid "Convert %(orig)s to %(format)s and send to Kindle" msgstr "" -#: cps/helper.py:172 cps/helper.py:176 cps/helper.py:180 +#: cps/helper.py:171 cps/helper.py:175 cps/helper.py:179 #, python-format msgid "Send %(format)s to Kindle" msgstr "" -#: cps/helper.py:220 cps/tasks/convert.py:73 +#: cps/helper.py:219 cps/tasks/convert.py:90 #, python-format msgid "%(book)s send to Kindle" msgstr "" -#: cps/helper.py:225 +#: cps/helper.py:224 msgid "The requested file could not be read. Maybe wrong permissions?" msgstr "" -#: cps/helper.py:322 +#: cps/helper.py:316 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" msgstr "" -#: cps/helper.py:328 +#: cps/helper.py:322 #, python-format msgid "Deleting book %(id)s failed: %(message)s" msgstr "" -#: cps/helper.py:339 +#: cps/helper.py:333 #, python-format msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s" msgstr "" -#: cps/helper.py:394 +#: cps/helper.py:388 #, python-format msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "" -#: cps/helper.py:409 +#: cps/helper.py:403 #, python-format msgid "Rename file in path '%(src)s' to '%(dest)s' failed with error: %(error)s" msgstr "" -#: cps/helper.py:434 cps/helper.py:444 cps/helper.py:452 +#: cps/helper.py:428 cps/helper.py:438 cps/helper.py:446 #, python-format msgid "File %(file)s not found on Google Drive" msgstr "" -#: cps/helper.py:473 +#: cps/helper.py:467 #, python-format msgid "Book path %(path)s not found on Google Drive" msgstr "" -#: cps/helper.py:516 cps/web.py:1653 +#: cps/helper.py:507 cps/web.py:1667 msgid "Found an existing account for this e-mail address" msgstr "" -#: cps/helper.py:524 +#: cps/helper.py:515 msgid "This username is already taken" msgstr "" -#: cps/helper.py:534 +#: cps/helper.py:525 msgid "Invalid e-mail address format" msgstr "" -#: cps/helper.py:607 +#: cps/helper.py:598 msgid "Error Downloading Cover" msgstr "" -#: cps/helper.py:610 +#: cps/helper.py:601 msgid "Cover Format Error" msgstr "" -#: cps/helper.py:620 +#: cps/helper.py:611 msgid "Failed to create path for cover" msgstr "" -#: cps/helper.py:636 +#: cps/helper.py:627 msgid "Cover-file is not a valid image file, or could not be stored" msgstr "" -#: cps/helper.py:647 +#: cps/helper.py:638 msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile" msgstr "" -#: cps/helper.py:660 +#: cps/helper.py:651 msgid "Only jpg/jpeg files are supported as coverfile" msgstr "" -#: cps/helper.py:712 +#: cps/helper.py:703 msgid "Unrar binary file not found" msgstr "" -#: cps/helper.py:725 +#: cps/helper.py:714 msgid "Error excecuting UnRar" msgstr "" -#: cps/helper.py:773 +#: cps/helper.py:762 msgid "Waiting" msgstr "" -#: cps/helper.py:775 +#: cps/helper.py:764 msgid "Failed" msgstr "" -#: cps/helper.py:777 +#: cps/helper.py:766 msgid "Started" msgstr "" -#: cps/helper.py:779 +#: cps/helper.py:768 msgid "Finished" msgstr "" -#: cps/helper.py:781 +#: cps/helper.py:770 msgid "Unknown Status" msgstr "" @@ -745,78 +753,78 @@ msgstr "" msgid "Kobo Setup" msgstr "" -#: cps/oauth_bb.py:78 +#: cps/oauth_bb.py:77 #, python-format msgid "Register with %(provider)s" msgstr "" -#: cps/oauth_bb.py:139 cps/remotelogin.py:133 cps/web.py:1537 +#: cps/oauth_bb.py:138 cps/remotelogin.py:133 cps/web.py:1543 #, python-format msgid "you are now logged in as: '%(nickname)s'" msgstr "" -#: cps/oauth_bb.py:149 +#: cps/oauth_bb.py:148 #, python-format msgid "Link to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:156 +#: cps/oauth_bb.py:155 msgid "Login failed, No User Linked With OAuth Account" msgstr "" -#: cps/oauth_bb.py:198 +#: cps/oauth_bb.py:197 #, python-format msgid "Unlink to %(oauth)s Succeeded" msgstr "" -#: cps/oauth_bb.py:203 +#: cps/oauth_bb.py:202 #, python-format msgid "Unlink to %(oauth)s Failed" msgstr "" -#: cps/oauth_bb.py:206 +#: cps/oauth_bb.py:205 #, python-format msgid "Not Linked to %(oauth)s" msgstr "" -#: cps/oauth_bb.py:262 +#: cps/oauth_bb.py:261 msgid "Failed to log in with GitHub." msgstr "" -#: cps/oauth_bb.py:268 +#: cps/oauth_bb.py:267 msgid "Failed to fetch user info from GitHub." msgstr "" -#: cps/oauth_bb.py:280 +#: cps/oauth_bb.py:279 msgid "Failed to log in with Google." msgstr "" -#: cps/oauth_bb.py:286 +#: cps/oauth_bb.py:285 msgid "Failed to fetch user info from Google." msgstr "" -#: cps/oauth_bb.py:333 +#: cps/oauth_bb.py:332 msgid "GitHub Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:336 +#: cps/oauth_bb.py:335 msgid "GitHub Oauth error: {}" msgstr "" -#: cps/oauth_bb.py:357 +#: cps/oauth_bb.py:356 msgid "Google Oauth error, please retry later." msgstr "" -#: cps/oauth_bb.py:360 +#: cps/oauth_bb.py:359 msgid "Google Oauth error: {}" msgstr "" -#: cps/opds.py:385 +#: cps/opds.py:384 msgid "{} Stars" msgstr "" -#: cps/remotelogin.py:65 cps/templates/layout.html:85 -#: cps/templates/login.html:4 cps/templates/login.html:20 cps/web.py:1584 +#: cps/remotelogin.py:65 cps/templates/layout.html:86 +#: cps/templates/login.html:4 cps/templates/login.html:21 cps/web.py:1592 msgid "Login" msgstr "" @@ -832,7 +840,7 @@ msgstr "" msgid "Success! Please return to your device" msgstr "" -#: cps/render_template.py:39 cps/web.py:418 +#: cps/render_template.py:39 cps/web.py:413 msgid "Books" msgstr "" @@ -853,15 +861,15 @@ msgid "Downloaded Books" msgstr "" #: cps/render_template.py:48 cps/render_template.py:53 -#: cps/templates/user_table.html:166 +#: cps/templates/user_table.html:167 msgid "Show Downloaded Books" msgstr "" -#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:432 +#: cps/render_template.py:56 cps/templates/index.xml:32 cps/web.py:427 msgid "Top Rated Books" msgstr "" -#: cps/render_template.py:58 cps/templates/user_table.html:160 +#: cps/render_template.py:58 cps/templates/user_table.html:161 msgid "Show Top Rated Books" msgstr "" @@ -888,54 +896,54 @@ msgid "Discover" msgstr "" #: cps/render_template.py:68 cps/templates/index.xml:50 -#: cps/templates/user_table.html:161 +#: cps/templates/user_table.html:162 msgid "Show Random Books" msgstr "" -#: cps/render_template.py:69 cps/templates/book_table.html:55 -#: cps/templates/index.xml:83 cps/web.py:1043 +#: cps/render_template.py:69 cps/templates/book_table.html:56 +#: cps/templates/index.xml:83 cps/web.py:1048 msgid "Categories" msgstr "" -#: cps/render_template.py:71 cps/templates/user_table.html:157 +#: cps/render_template.py:71 cps/templates/user_table.html:158 msgid "Show category selection" msgstr "" -#: cps/render_template.py:72 cps/templates/book_edit.html:88 -#: cps/templates/book_table.html:56 cps/templates/index.xml:90 -#: cps/templates/search_form.html:68 cps/web.py:940 cps/web.py:950 +#: cps/render_template.py:72 cps/templates/book_edit.html:90 +#: cps/templates/book_table.html:57 cps/templates/index.xml:90 +#: cps/templates/search_form.html:69 cps/web.py:943 cps/web.py:953 msgid "Series" msgstr "" -#: cps/render_template.py:74 cps/templates/user_table.html:156 +#: cps/render_template.py:74 cps/templates/user_table.html:157 msgid "Show series selection" msgstr "" -#: cps/render_template.py:75 cps/templates/book_table.html:54 +#: cps/render_template.py:75 cps/templates/book_table.html:55 #: cps/templates/index.xml:69 msgid "Authors" msgstr "" -#: cps/render_template.py:77 cps/templates/user_table.html:159 +#: cps/render_template.py:77 cps/templates/user_table.html:160 msgid "Show author selection" msgstr "" -#: cps/render_template.py:79 cps/templates/book_table.html:60 -#: cps/templates/index.xml:76 cps/web.py:917 +#: cps/render_template.py:79 cps/templates/book_table.html:61 +#: cps/templates/index.xml:76 cps/web.py:920 msgid "Publishers" msgstr "" -#: cps/render_template.py:81 cps/templates/user_table.html:162 +#: cps/render_template.py:81 cps/templates/user_table.html:163 msgid "Show publisher selection" msgstr "" -#: cps/render_template.py:82 cps/templates/book_table.html:58 -#: cps/templates/index.xml:97 cps/templates/search_form.html:106 -#: cps/web.py:1020 +#: cps/render_template.py:82 cps/templates/book_table.html:59 +#: cps/templates/index.xml:97 cps/templates/search_form.html:107 +#: cps/web.py:1025 msgid "Languages" msgstr "" -#: cps/render_template.py:85 cps/templates/user_table.html:154 +#: cps/render_template.py:85 cps/templates/user_table.html:155 msgid "Show language selection" msgstr "" @@ -943,7 +951,7 @@ msgstr "" msgid "Ratings" msgstr "" -#: cps/render_template.py:88 cps/templates/user_table.html:163 +#: cps/render_template.py:88 cps/templates/user_table.html:164 msgid "Show ratings selection" msgstr "" @@ -951,7 +959,7 @@ msgstr "" msgid "File formats" msgstr "" -#: cps/render_template.py:91 cps/templates/user_table.html:164 +#: cps/render_template.py:91 cps/templates/user_table.html:165 msgid "Show file formats selection" msgstr "" @@ -959,7 +967,7 @@ msgstr "" msgid "Archived Books" msgstr "" -#: cps/render_template.py:95 cps/templates/user_table.html:165 +#: cps/render_template.py:95 cps/templates/user_table.html:166 msgid "Show archived books" msgstr "" @@ -967,176 +975,176 @@ msgstr "" msgid "Books List" msgstr "" -#: cps/render_template.py:99 cps/templates/user_table.html:167 +#: cps/render_template.py:99 cps/templates/user_table.html:168 msgid "Show Books List" msgstr "" -#: cps/shelf.py:69 cps/shelf.py:123 +#: cps/shelf.py:67 cps/shelf.py:121 msgid "Invalid shelf specified" msgstr "" -#: cps/shelf.py:75 +#: cps/shelf.py:73 msgid "Sorry you are not allowed to add a book to that shelf" msgstr "" -#: cps/shelf.py:84 +#: cps/shelf.py:82 #, python-format msgid "Book is already part of the shelf: %(shelfname)s" msgstr "" -#: cps/shelf.py:109 +#: cps/shelf.py:107 #, python-format msgid "Book has been added to shelf: %(sname)s" msgstr "" -#: cps/shelf.py:128 +#: cps/shelf.py:126 #, python-format msgid "You are not allowed to add a book to the the shelf: %(name)s" msgstr "" -#: cps/shelf.py:146 +#: cps/shelf.py:144 #, python-format msgid "Books are already part of the shelf: %(name)s" msgstr "" -#: cps/shelf.py:158 +#: cps/shelf.py:156 #, python-format msgid "Books have been added to shelf: %(sname)s" msgstr "" -#: cps/shelf.py:165 +#: cps/shelf.py:163 #, python-format msgid "Could not add books to shelf: %(sname)s" msgstr "" -#: cps/shelf.py:211 +#: cps/shelf.py:209 #, python-format msgid "Book has been removed from shelf: %(sname)s" msgstr "" -#: cps/shelf.py:220 +#: cps/shelf.py:218 #, python-format msgid "Sorry you are not allowed to remove a book from this shelf: %(sname)s" msgstr "" -#: cps/shelf.py:230 cps/templates/layout.html:141 +#: cps/shelf.py:228 cps/templates/layout.html:142 msgid "Create a Shelf" msgstr "" -#: cps/shelf.py:238 +#: cps/shelf.py:236 msgid "Sorry you are not allowed to edit this shelf" msgstr "" -#: cps/shelf.py:240 +#: cps/shelf.py:238 msgid "Edit a shelf" msgstr "" -#: cps/shelf.py:259 +#: cps/shelf.py:257 #, python-format msgid "Shelf %(title)s created" msgstr "" -#: cps/shelf.py:262 +#: cps/shelf.py:260 #, python-format msgid "Shelf %(title)s changed" msgstr "" -#: cps/shelf.py:276 +#: cps/shelf.py:274 msgid "There was an error" msgstr "" -#: cps/shelf.py:298 +#: cps/shelf.py:296 #, python-format msgid "A public shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:309 +#: cps/shelf.py:307 #, python-format msgid "A private shelf with the name '%(title)s' already exists." msgstr "" -#: cps/shelf.py:378 +#: cps/shelf.py:376 #, python-format msgid "Change order of Shelf: '%(name)s'" msgstr "" -#: cps/shelf.py:448 +#: cps/shelf.py:446 #, python-format msgid "Shelf: '%(name)s'" msgstr "" -#: cps/shelf.py:452 +#: cps/shelf.py:450 msgid "Error opening shelf. Shelf does not exist or is not accessible" msgstr "" -#: cps/updater.py:374 cps/updater.py:385 cps/updater.py:485 cps/updater.py:500 +#: cps/updater.py:403 cps/updater.py:414 cps/updater.py:514 cps/updater.py:529 msgid "Unexpected data while reading update information" msgstr "" -#: cps/updater.py:381 cps/updater.py:492 +#: cps/updater.py:410 cps/updater.py:521 msgid "No update available. You already have the latest version installed" msgstr "" -#: cps/updater.py:399 +#: cps/updater.py:428 msgid "A new update is available. Click on the button below to update to the latest version." msgstr "" -#: cps/updater.py:417 +#: cps/updater.py:446 msgid "Could not fetch update information" msgstr "" -#: cps/updater.py:427 +#: cps/updater.py:456 msgid "Click on the button below to update to the latest stable version." msgstr "" -#: cps/updater.py:436 cps/updater.py:450 cps/updater.py:461 +#: cps/updater.py:465 cps/updater.py:479 cps/updater.py:490 #, python-format msgid "A new update is available. Click on the button below to update to version: %(version)s" msgstr "" -#: cps/updater.py:478 +#: cps/updater.py:507 msgid "No release information available" msgstr "" -#: cps/templates/index.html:5 cps/web.py:442 +#: cps/templates/index.html:5 cps/web.py:437 msgid "Discover (Random Books)" msgstr "" -#: cps/web.py:468 +#: cps/web.py:463 msgid "Hot Books (Most Downloaded)" msgstr "" -#: cps/web.py:501 +#: cps/web.py:496 #, python-format msgid "Downloaded books by %(user)s" msgstr "" -#: cps/web.py:532 +#: cps/web.py:527 #, python-format msgid "Author: %(name)s" msgstr "" -#: cps/web.py:547 +#: cps/web.py:542 #, python-format msgid "Publisher: %(name)s" msgstr "" -#: cps/web.py:560 +#: cps/web.py:555 #, python-format msgid "Series: %(serie)s" msgstr "" -#: cps/web.py:573 +#: cps/web.py:568 #, python-format msgid "Rating: %(rating)s stars" msgstr "" -#: cps/web.py:586 +#: cps/web.py:581 #, python-format msgid "File format: %(format)s" msgstr "" -#: cps/web.py:602 +#: cps/web.py:597 #, python-format msgid "Category: %(name)s" msgstr "" @@ -1146,166 +1154,166 @@ msgstr "" msgid "Language: %(name)s" msgstr "" -#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1372 +#: cps/templates/layout.html:56 cps/web.py:727 cps/web.py:1377 msgid "Advanced Search" msgstr "" -#: cps/templates/book_edit.html:237 cps/templates/feed.xml:33 +#: cps/templates/book_edit.html:239 cps/templates/feed.xml:33 #: cps/templates/index.xml:11 cps/templates/layout.html:45 -#: cps/templates/layout.html:48 cps/templates/search_form.html:225 -#: cps/web.py:740 cps/web.py:1078 +#: cps/templates/layout.html:48 cps/templates/search_form.html:226 +#: cps/web.py:740 cps/web.py:1083 msgid "Search" msgstr "" -#: cps/templates/admin.html:16 cps/web.py:895 +#: cps/templates/admin.html:16 cps/web.py:898 msgid "Downloads" msgstr "" -#: cps/web.py:971 +#: cps/web.py:974 msgid "Ratings list" msgstr "" -#: cps/web.py:992 +#: cps/web.py:995 msgid "File formats list" msgstr "" -#: cps/templates/layout.html:74 cps/templates/tasks.html:7 cps/web.py:1057 +#: cps/templates/layout.html:75 cps/templates/tasks.html:7 cps/web.py:1062 msgid "Tasks" msgstr "" -#: cps/web.py:1216 +#: cps/web.py:1221 msgid "Published after " msgstr "" -#: cps/web.py:1223 +#: cps/web.py:1228 msgid "Published before " msgstr "" -#: cps/web.py:1245 +#: cps/web.py:1250 #, python-format msgid "Rating <= %(rating)s" msgstr "" -#: cps/web.py:1247 +#: cps/web.py:1252 #, python-format msgid "Rating >= %(rating)s" msgstr "" -#: cps/web.py:1249 +#: cps/web.py:1254 #, python-format msgid "Read Status = %(status)s" msgstr "" -#: cps/web.py:1354 +#: cps/web.py:1359 msgid "Error on search for custom columns, please restart Calibre-Web" msgstr "" -#: cps/web.py:1449 +#: cps/web.py:1454 #, python-format msgid "Book successfully queued for sending to %(kindlemail)s" msgstr "" -#: cps/web.py:1453 +#: cps/web.py:1458 #, python-format msgid "Oops! There was an error sending this book: %(res)s" msgstr "" -#: cps/web.py:1455 +#: cps/web.py:1460 msgid "Please update your profile with a valid Send to Kindle E-mail Address." msgstr "" -#: cps/web.py:1472 +#: cps/web.py:1477 msgid "E-Mail server is not configured, please contact your administrator!" msgstr "" -#: cps/templates/layout.html:86 cps/templates/register.html:16 cps/web.py:1473 -#: cps/web.py:1480 cps/web.py:1486 cps/web.py:1505 cps/web.py:1509 -#: cps/web.py:1515 +#: cps/templates/layout.html:87 cps/templates/register.html:17 cps/web.py:1478 +#: cps/web.py:1485 cps/web.py:1491 cps/web.py:1510 cps/web.py:1514 +#: cps/web.py:1520 msgid "Register" msgstr "" -#: cps/web.py:1507 +#: cps/web.py:1512 msgid "Your e-mail is not allowed to register" msgstr "" -#: cps/web.py:1510 +#: cps/web.py:1515 msgid "Confirmation e-mail was send to your e-mail account." msgstr "" -#: cps/web.py:1527 +#: cps/web.py:1532 msgid "Cannot activate LDAP authentication" msgstr "" -#: cps/web.py:1544 +#: cps/web.py:1551 #, python-format msgid "Fallback Login as: '%(nickname)s', LDAP Server not reachable, or user not known" msgstr "" -#: cps/web.py:1550 +#: cps/web.py:1557 #, python-format msgid "Could not login: %(message)s" msgstr "" -#: cps/web.py:1554 cps/web.py:1578 +#: cps/web.py:1561 cps/web.py:1586 msgid "Wrong Username or Password" msgstr "" -#: cps/web.py:1561 +#: cps/web.py:1568 msgid "New Password was send to your email address" msgstr "" -#: cps/web.py:1567 +#: cps/web.py:1574 msgid "Please enter valid username to reset password" msgstr "" -#: cps/web.py:1573 +#: cps/web.py:1581 #, python-format msgid "You are now logged in as: '%(nickname)s'" msgstr "" -#: cps/web.py:1633 cps/web.py:1682 +#: cps/web.py:1647 cps/web.py:1696 #, python-format msgid "%(name)s's profile" msgstr "" -#: cps/web.py:1649 +#: cps/web.py:1663 msgid "Profile updated" msgstr "" -#: cps/services/gmail.py:41 +#: cps/services/gmail.py:58 msgid "Found no valid gmail.json file with OAuth information" msgstr "" -#: cps/tasks/convert.py:120 +#: cps/tasks/convert.py:137 #, python-format msgid "Calibre ebook-convert %(tool)s not found" msgstr "" -#: cps/tasks/convert.py:145 +#: cps/tasks/convert.py:162 #, python-format msgid "%(format)s format not found on disk" msgstr "" -#: cps/tasks/convert.py:149 +#: cps/tasks/convert.py:166 msgid "Ebook converter failed with unknown error" msgstr "" -#: cps/tasks/convert.py:159 +#: cps/tasks/convert.py:176 #, python-format msgid "Kepubify-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:183 +#: cps/tasks/convert.py:198 #, python-format msgid "Converted file not found or more than one file in folder %(folder)s" msgstr "" -#: cps/tasks/convert.py:206 +#: cps/tasks/convert.py:221 #, python-format msgid "Ebook-converter failed: %(error)s" msgstr "" -#: cps/tasks/convert.py:231 +#: cps/tasks/convert.py:240 #, python-format msgid "Calibre failed with error: %(error)s" msgstr "" @@ -1314,39 +1322,39 @@ msgstr "" msgid "Users" msgstr "" -#: cps/templates/admin.html:13 cps/templates/login.html:8 -#: cps/templates/login.html:9 cps/templates/register.html:8 -#: cps/templates/user_edit.html:9 cps/templates/user_table.html:133 +#: cps/templates/admin.html:13 cps/templates/login.html:9 +#: cps/templates/login.html:10 cps/templates/register.html:9 +#: cps/templates/user_edit.html:10 cps/templates/user_table.html:134 msgid "Username" msgstr "" -#: cps/templates/admin.html:14 cps/templates/register.html:13 -#: cps/templates/user_edit.html:14 cps/templates/user_table.html:134 +#: cps/templates/admin.html:14 cps/templates/register.html:14 +#: cps/templates/user_edit.html:15 cps/templates/user_table.html:135 msgid "E-mail Address" msgstr "" -#: cps/templates/admin.html:15 cps/templates/user_edit.html:27 +#: cps/templates/admin.html:15 cps/templates/user_edit.html:28 msgid "Send to Kindle E-mail Address" msgstr "" -#: cps/templates/admin.html:17 cps/templates/layout.html:77 -#: cps/templates/user_table.html:142 +#: cps/templates/admin.html:17 cps/templates/layout.html:78 +#: cps/templates/user_table.html:143 msgid "Admin" msgstr "" -#: cps/templates/admin.html:18 cps/templates/login.html:12 -#: cps/templates/login.html:13 cps/templates/user_edit.html:22 +#: cps/templates/admin.html:18 cps/templates/login.html:13 +#: cps/templates/login.html:14 cps/templates/user_edit.html:23 msgid "Password" msgstr "" -#: cps/templates/admin.html:19 cps/templates/layout.html:66 -#: cps/templates/user_table.html:144 +#: cps/templates/admin.html:19 cps/templates/layout.html:67 +#: cps/templates/user_table.html:145 msgid "Upload" msgstr "" #: cps/templates/admin.html:20 cps/templates/detail.html:18 #: cps/templates/detail.html:27 cps/templates/shelf.html:6 -#: cps/templates/user_table.html:145 +#: cps/templates/user_table.html:146 msgid "Download" msgstr "" @@ -1354,15 +1362,15 @@ msgstr "" msgid "View Books" msgstr "" -#: cps/templates/admin.html:22 cps/templates/user_table.html:130 -#: cps/templates/user_table.html:147 +#: cps/templates/admin.html:22 cps/templates/user_table.html:131 +#: cps/templates/user_table.html:148 msgid "Edit" msgstr "" #: cps/templates/admin.html:23 cps/templates/book_edit.html:16 -#: cps/templates/book_table.html:62 cps/templates/modal_dialogs.html:63 -#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:66 -#: cps/templates/user_table.html:148 +#: cps/templates/book_table.html:63 cps/templates/modal_dialogs.html:63 +#: cps/templates/modal_dialogs.html:116 cps/templates/user_edit.html:67 +#: cps/templates/user_table.html:149 msgid "Delete" msgstr "" @@ -1382,24 +1390,24 @@ msgstr "" msgid "E-mail Server Settings" msgstr "" -#: cps/templates/admin.html:61 cps/templates/email_edit.html:30 +#: cps/templates/admin.html:61 cps/templates/email_edit.html:31 msgid "SMTP Hostname" msgstr "" -#: cps/templates/admin.html:65 cps/templates/email_edit.html:34 +#: cps/templates/admin.html:65 cps/templates/email_edit.html:35 msgid "SMTP Port" msgstr "" -#: cps/templates/admin.html:69 cps/templates/email_edit.html:38 +#: cps/templates/admin.html:69 cps/templates/email_edit.html:39 msgid "Encryption" msgstr "" -#: cps/templates/admin.html:73 cps/templates/email_edit.html:46 +#: cps/templates/admin.html:73 cps/templates/email_edit.html:47 msgid "SMTP Login" msgstr "" #: cps/templates/admin.html:77 cps/templates/admin.html:88 -#: cps/templates/email_edit.html:54 +#: cps/templates/email_edit.html:55 msgid "From E-mail" msgstr "" @@ -1419,7 +1427,7 @@ msgstr "" msgid "Calibre Database Directory" msgstr "" -#: cps/templates/admin.html:107 cps/templates/config_edit.html:63 +#: cps/templates/admin.html:107 cps/templates/config_edit.html:64 msgid "Log Level" msgstr "" @@ -1431,7 +1439,7 @@ msgstr "" msgid "External Port" msgstr "" -#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:27 +#: cps/templates/admin.html:123 cps/templates/config_view_edit.html:28 msgid "Books per Page" msgstr "" @@ -1455,7 +1463,7 @@ msgstr "" msgid "Reverse Proxy Login" msgstr "" -#: cps/templates/admin.html:148 cps/templates/config_edit.html:164 +#: cps/templates/admin.html:148 cps/templates/config_edit.html:169 msgid "Reverse Proxy Header Name" msgstr "" @@ -1511,39 +1519,39 @@ msgstr "" msgid "Current version" msgstr "" -#: cps/templates/admin.html:190 +#: cps/templates/admin.html:191 msgid "Check for Update" msgstr "" -#: cps/templates/admin.html:191 +#: cps/templates/admin.html:192 msgid "Perform Update" msgstr "" -#: cps/templates/admin.html:204 +#: cps/templates/admin.html:205 msgid "Are you sure you want to restart?" msgstr "" -#: cps/templates/admin.html:209 cps/templates/admin.html:223 -#: cps/templates/admin.html:243 cps/templates/config_db.html:69 -#: cps/templates/shelf.html:95 +#: cps/templates/admin.html:210 cps/templates/admin.html:224 +#: cps/templates/admin.html:244 cps/templates/config_db.html:70 +#: cps/templates/shelf.html:96 msgid "OK" msgstr "" -#: cps/templates/admin.html:210 cps/templates/admin.html:224 -#: cps/templates/book_edit.html:215 cps/templates/book_table.html:89 -#: cps/templates/config_db.html:53 cps/templates/config_edit.html:350 -#: cps/templates/config_view_edit.html:151 cps/templates/modal_dialogs.html:64 +#: cps/templates/admin.html:211 cps/templates/admin.html:225 +#: cps/templates/book_edit.html:217 cps/templates/book_table.html:90 +#: cps/templates/config_db.html:54 cps/templates/config_edit.html:355 +#: cps/templates/config_view_edit.html:169 cps/templates/modal_dialogs.html:64 #: cps/templates/modal_dialogs.html:99 cps/templates/modal_dialogs.html:117 -#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:96 -#: cps/templates/shelf_edit.html:26 cps/templates/user_edit.html:136 +#: cps/templates/modal_dialogs.html:135 cps/templates/shelf.html:97 +#: cps/templates/shelf_edit.html:27 cps/templates/user_edit.html:137 msgid "Cancel" msgstr "" -#: cps/templates/admin.html:222 +#: cps/templates/admin.html:223 msgid "Are you sure you want to shutdown?" msgstr "" -#: cps/templates/admin.html:234 +#: cps/templates/admin.html:235 msgid "Updating, please do not reload this page" msgstr "" @@ -1556,39 +1564,39 @@ msgid "In Library" msgstr "" #: cps/templates/author.html:26 cps/templates/index.html:68 -#: cps/templates/search.html:29 cps/templates/shelf.html:16 +#: cps/templates/search.html:29 cps/templates/shelf.html:17 msgid "Sort according to book date, newest first" msgstr "" #: cps/templates/author.html:27 cps/templates/index.html:69 -#: cps/templates/search.html:30 cps/templates/shelf.html:17 +#: cps/templates/search.html:30 cps/templates/shelf.html:18 msgid "Sort according to book date, oldest first" msgstr "" #: cps/templates/author.html:28 cps/templates/index.html:70 -#: cps/templates/search.html:31 cps/templates/shelf.html:18 +#: cps/templates/search.html:31 cps/templates/shelf.html:19 msgid "Sort title in alphabetical order" msgstr "" #: cps/templates/author.html:29 cps/templates/index.html:71 -#: cps/templates/search.html:32 cps/templates/shelf.html:19 +#: cps/templates/search.html:32 cps/templates/shelf.html:20 msgid "Sort title in reverse alphabetical order" msgstr "" #: cps/templates/author.html:30 cps/templates/index.html:74 -#: cps/templates/search.html:35 cps/templates/shelf.html:22 +#: cps/templates/search.html:35 cps/templates/shelf.html:23 msgid "Sort according to publishing date, newest first" msgstr "" #: cps/templates/author.html:31 cps/templates/index.html:75 -#: cps/templates/search.html:36 cps/templates/shelf.html:23 +#: cps/templates/search.html:36 cps/templates/shelf.html:24 msgid "Sort according to publishing date, oldest first" msgstr "" #: cps/templates/author.html:57 cps/templates/author.html:117 #: cps/templates/discover.html:30 cps/templates/index.html:29 #: cps/templates/index.html:106 cps/templates/search.html:65 -#: cps/templates/shelf.html:51 +#: cps/templates/shelf.html:52 msgid "reduce" msgstr "" @@ -1608,628 +1616,640 @@ msgstr "" msgid "Convert book format:" msgstr "" -#: cps/templates/book_edit.html:28 +#: cps/templates/book_edit.html:29 msgid "Convert from:" msgstr "" -#: cps/templates/book_edit.html:30 cps/templates/book_edit.html:37 +#: cps/templates/book_edit.html:31 cps/templates/book_edit.html:38 msgid "select an option" msgstr "" -#: cps/templates/book_edit.html:35 +#: cps/templates/book_edit.html:36 msgid "Convert to:" msgstr "" -#: cps/templates/book_edit.html:44 +#: cps/templates/book_edit.html:45 msgid "Convert book" msgstr "" -#: cps/templates/book_edit.html:53 cps/templates/search_form.html:7 +#: cps/templates/book_edit.html:55 cps/templates/search_form.html:8 msgid "Book Title" msgstr "" -#: cps/templates/book_edit.html:61 cps/templates/book_edit.html:285 -#: cps/templates/book_edit.html:303 cps/templates/search_form.html:11 +#: cps/templates/book_edit.html:62 cps/templates/book_edit.html:274 +#: cps/templates/book_edit.html:292 cps/templates/search_form.html:12 msgid "Author" msgstr "" -#: cps/templates/book_edit.html:65 cps/templates/book_edit.html:290 -#: cps/templates/book_edit.html:305 cps/templates/search_form.html:152 +#: cps/templates/book_edit.html:67 cps/templates/book_edit.html:279 +#: cps/templates/book_edit.html:294 cps/templates/search_form.html:153 msgid "Description" msgstr "" -#: cps/templates/book_edit.html:70 +#: cps/templates/book_edit.html:72 msgid "Identifiers" msgstr "" -#: cps/templates/book_edit.html:74 cps/templates/book_edit.html:314 +#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:303 msgid "Identifier Type" msgstr "" -#: cps/templates/book_edit.html:75 cps/templates/book_edit.html:315 +#: cps/templates/book_edit.html:77 cps/templates/book_edit.html:304 msgid "Identifier Value" msgstr "" -#: cps/templates/book_edit.html:76 cps/templates/book_edit.html:316 +#: cps/templates/book_edit.html:78 cps/templates/book_edit.html:305 #: cps/templates/user_table.html:24 msgid "Remove" msgstr "" -#: cps/templates/book_edit.html:80 +#: cps/templates/book_edit.html:82 msgid "Add Identifier" msgstr "" -#: cps/templates/book_edit.html:84 cps/templates/search_form.html:50 +#: cps/templates/book_edit.html:86 cps/templates/search_form.html:51 msgid "Tags" msgstr "" -#: cps/templates/book_edit.html:92 +#: cps/templates/book_edit.html:94 msgid "Series ID" msgstr "" -#: cps/templates/book_edit.html:96 +#: cps/templates/book_edit.html:98 msgid "Rating" msgstr "" -#: cps/templates/book_edit.html:102 +#: cps/templates/book_edit.html:104 msgid "Fetch Cover from URL (JPEG - Image will be downloaded and stored in database)" msgstr "" -#: cps/templates/book_edit.html:106 +#: cps/templates/book_edit.html:108 msgid "Upload Cover from Local Disk" msgstr "" -#: cps/templates/book_edit.html:112 +#: cps/templates/book_edit.html:114 msgid "Published Date" msgstr "" -#: cps/templates/book_edit.html:121 cps/templates/book_edit.html:287 -#: cps/templates/book_edit.html:304 cps/templates/detail.html:164 -#: cps/templates/search_form.html:15 +#: cps/templates/book_edit.html:123 cps/templates/book_edit.html:276 +#: cps/templates/book_edit.html:293 cps/templates/detail.html:164 +#: cps/templates/search_form.html:16 msgid "Publisher" msgstr "" -#: cps/templates/book_edit.html:125 cps/templates/detail.html:131 -#: cps/templates/user_edit.html:32 +#: cps/templates/book_edit.html:127 cps/templates/detail.html:131 +#: cps/templates/user_edit.html:33 msgid "Language" msgstr "" -#: cps/templates/book_edit.html:135 cps/templates/search_form.html:44 -#: cps/templates/search_form.html:163 +#: cps/templates/book_edit.html:137 cps/templates/search_form.html:45 +#: cps/templates/search_form.html:164 msgid "Yes" msgstr "" -#: cps/templates/book_edit.html:136 cps/templates/search_form.html:45 -#: cps/templates/search_form.html:164 +#: cps/templates/book_edit.html:138 cps/templates/search_form.html:46 +#: cps/templates/search_form.html:165 msgid "No" msgstr "" -#: cps/templates/book_edit.html:201 +#: cps/templates/book_edit.html:203 msgid "Upload Format" msgstr "" -#: cps/templates/book_edit.html:210 +#: cps/templates/book_edit.html:212 msgid "View Book on Save" msgstr "" -#: cps/templates/book_edit.html:213 cps/templates/book_edit.html:231 +#: cps/templates/book_edit.html:215 cps/templates/book_edit.html:233 msgid "Fetch Metadata" msgstr "" -#: cps/templates/book_edit.html:214 cps/templates/config_db.html:52 -#: cps/templates/config_edit.html:349 cps/templates/config_view_edit.html:150 -#: cps/templates/email_edit.html:64 cps/templates/shelf_edit.html:24 -#: cps/templates/shelf_order.html:40 cps/templates/user_edit.html:134 +#: cps/templates/book_edit.html:216 cps/templates/config_db.html:53 +#: cps/templates/config_edit.html:354 cps/templates/config_view_edit.html:168 +#: cps/templates/email_edit.html:65 cps/templates/shelf_edit.html:25 +#: cps/templates/shelf_order.html:41 cps/templates/user_edit.html:135 msgid "Save" msgstr "" -#: cps/templates/book_edit.html:234 +#: cps/templates/book_edit.html:236 msgid "Keyword" msgstr "" -#: cps/templates/book_edit.html:235 -msgid " Search keyword " +#: cps/templates/book_edit.html:237 +msgid "Search keyword" msgstr "" -#: cps/templates/book_edit.html:241 +#: cps/templates/book_edit.html:243 msgid "Click the cover to load metadata to the form" msgstr "" -#: cps/templates/book_edit.html:260 cps/templates/book_edit.html:300 +#: cps/templates/book_edit.html:250 cps/templates/book_edit.html:289 msgid "Loading..." msgstr "" -#: cps/templates/book_edit.html:265 cps/templates/layout.html:187 -#: cps/templates/layout.html:209 cps/templates/modal_dialogs.html:34 -#: cps/templates/user_edit.html:155 +#: cps/templates/book_edit.html:254 cps/templates/layout.html:64 +#: cps/templates/layout.html:188 cps/templates/modal_dialogs.html:34 +#: cps/templates/user_edit.html:156 msgid "Close" msgstr "" -#: cps/templates/book_edit.html:292 cps/templates/book_edit.html:306 +#: cps/templates/book_edit.html:281 cps/templates/book_edit.html:295 msgid "Source" msgstr "" -#: cps/templates/book_edit.html:301 +#: cps/templates/book_edit.html:290 msgid "Search error!" msgstr "" -#: cps/templates/book_edit.html:302 +#: cps/templates/book_edit.html:291 msgid "No Result(s) found! Please try another keyword." msgstr "" -#: cps/templates/book_table.html:12 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:12 cps/templates/book_table.html:58 #: cps/templates/user_table.html:14 cps/templates/user_table.html:77 #: cps/templates/user_table.html:100 msgid "This Field is Required" msgstr "" -#: cps/templates/book_table.html:25 +#: cps/templates/book_table.html:26 msgid "Merge selected books" msgstr "" -#: cps/templates/book_table.html:26 cps/templates/user_table.html:123 +#: cps/templates/book_table.html:27 cps/templates/user_table.html:124 msgid "Remove Selections" msgstr "" -#: cps/templates/book_table.html:29 +#: cps/templates/book_table.html:30 msgid "Exchange author and title" msgstr "" -#: cps/templates/book_table.html:35 +#: cps/templates/book_table.html:36 msgid "Update Title Sort automatically" msgstr "" -#: cps/templates/book_table.html:39 +#: cps/templates/book_table.html:40 msgid "Update Author Sort automatically" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/book_table.html:57 +#: cps/templates/book_table.html:52 cps/templates/book_table.html:58 msgid "Enter Title" msgstr "" -#: cps/templates/book_table.html:51 cps/templates/config_view_edit.html:23 -#: cps/templates/shelf_edit.html:7 +#: cps/templates/book_table.html:52 cps/templates/config_view_edit.html:24 +#: cps/templates/shelf_edit.html:8 msgid "Title" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Enter Title Sort" msgstr "" -#: cps/templates/book_table.html:52 +#: cps/templates/book_table.html:53 msgid "Title Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Enter Author Sort" msgstr "" -#: cps/templates/book_table.html:53 +#: cps/templates/book_table.html:54 msgid "Author Sort" msgstr "" -#: cps/templates/book_table.html:54 +#: cps/templates/book_table.html:55 msgid "Enter Authors" msgstr "" -#: cps/templates/book_table.html:55 +#: cps/templates/book_table.html:56 msgid "Enter Categories" msgstr "" -#: cps/templates/book_table.html:56 +#: cps/templates/book_table.html:57 msgid "Enter Series" msgstr "" -#: cps/templates/book_table.html:57 +#: cps/templates/book_table.html:58 msgid "Series Index" msgstr "" -#: cps/templates/book_table.html:58 +#: cps/templates/book_table.html:59 msgid "Enter Languages" msgstr "" -#: cps/templates/book_table.html:59 +#: cps/templates/book_table.html:60 msgid "Publishing Date" msgstr "" -#: cps/templates/book_table.html:60 +#: cps/templates/book_table.html:61 msgid "Enter Publishers" msgstr "" -#: cps/templates/book_table.html:75 cps/templates/modal_dialogs.html:46 +#: cps/templates/book_table.html:76 cps/templates/modal_dialogs.html:46 msgid "Are you really sure?" msgstr "" -#: cps/templates/book_table.html:79 +#: cps/templates/book_table.html:80 msgid "Books with Title will be merged from:" msgstr "" -#: cps/templates/book_table.html:83 +#: cps/templates/book_table.html:84 msgid "Into Book with Title:" msgstr "" -#: cps/templates/book_table.html:88 +#: cps/templates/book_table.html:89 msgid "Merge" msgstr "" -#: cps/templates/config_db.html:11 +#: cps/templates/config_db.html:12 msgid "Location of Calibre Database" msgstr "" -#: cps/templates/config_db.html:21 +#: cps/templates/config_db.html:22 msgid "Use Google Drive?" msgstr "" -#: cps/templates/config_db.html:26 +#: cps/templates/config_db.html:27 msgid "Authenticate Google Drive" msgstr "" -#: cps/templates/config_db.html:31 +#: cps/templates/config_db.html:32 msgid "Google Drive Calibre folder" msgstr "" -#: cps/templates/config_db.html:39 +#: cps/templates/config_db.html:40 msgid "Metadata Watch Channel ID" msgstr "" -#: cps/templates/config_db.html:42 +#: cps/templates/config_db.html:43 msgid "Revoke" msgstr "" -#: cps/templates/config_db.html:67 +#: cps/templates/config_db.html:68 msgid "New db location is invalid, please enter valid path" msgstr "" -#: cps/templates/config_edit.html:17 +#: cps/templates/config_edit.html:18 msgid "Server Configuration" msgstr "" -#: cps/templates/config_edit.html:24 +#: cps/templates/config_edit.html:25 msgid "Server Port" msgstr "" -#: cps/templates/config_edit.html:27 +#: cps/templates/config_edit.html:28 msgid "SSL certfile location (leave it empty for non-SSL Servers)" msgstr "" -#: cps/templates/config_edit.html:34 +#: cps/templates/config_edit.html:35 msgid "SSL Keyfile location (leave it empty for non-SSL Servers)" msgstr "" -#: cps/templates/config_edit.html:42 +#: cps/templates/config_edit.html:43 msgid "Update Channel" msgstr "" -#: cps/templates/config_edit.html:44 +#: cps/templates/config_edit.html:45 msgid "Stable" msgstr "" -#: cps/templates/config_edit.html:45 +#: cps/templates/config_edit.html:46 msgid "Nightly" msgstr "" -#: cps/templates/config_edit.html:56 +#: cps/templates/config_edit.html:57 msgid "Logfile Configuration" msgstr "" -#: cps/templates/config_edit.html:72 +#: cps/templates/config_edit.html:73 msgid "Location and name of logfile (calibre-web.log for no entry)" msgstr "" -#: cps/templates/config_edit.html:77 +#: cps/templates/config_edit.html:78 msgid "Enable Access Log" msgstr "" -#: cps/templates/config_edit.html:80 +#: cps/templates/config_edit.html:81 msgid "Location and name of access logfile (access.log for no entry)" msgstr "" -#: cps/templates/config_edit.html:91 +#: cps/templates/config_edit.html:92 msgid "Feature Configuration" msgstr "" -#: cps/templates/config_edit.html:99 +#: cps/templates/config_edit.html:100 +msgid "Convert non-English characters in title and author while saving to disk" +msgstr "" + +#: cps/templates/config_edit.html:104 msgid "Enable Uploads" msgstr "" -#: cps/templates/config_edit.html:103 +#: cps/templates/config_edit.html:108 msgid "Allowed Upload Fileformats" msgstr "" -#: cps/templates/config_edit.html:109 +#: cps/templates/config_edit.html:114 msgid "Enable Anonymous Browsing" msgstr "" -#: cps/templates/config_edit.html:113 +#: cps/templates/config_edit.html:118 msgid "Enable Public Registration" msgstr "" -#: cps/templates/config_edit.html:118 +#: cps/templates/config_edit.html:123 msgid "Use E-Mail as Username" msgstr "" -#: cps/templates/config_edit.html:123 +#: cps/templates/config_edit.html:128 msgid "Enable Magic Link Remote Login" msgstr "" -#: cps/templates/config_edit.html:128 +#: cps/templates/config_edit.html:133 msgid "Enable Kobo sync" msgstr "" -#: cps/templates/config_edit.html:133 +#: cps/templates/config_edit.html:138 msgid "Proxy unknown requests to Kobo Store" msgstr "" -#: cps/templates/config_edit.html:136 +#: cps/templates/config_edit.html:141 msgid "Server External Port (for port forwarded API calls)" msgstr "" -#: cps/templates/config_edit.html:144 +#: cps/templates/config_edit.html:149 msgid "Use Goodreads" msgstr "" -#: cps/templates/config_edit.html:145 +#: cps/templates/config_edit.html:150 msgid "Create an API Key" msgstr "" -#: cps/templates/config_edit.html:149 +#: cps/templates/config_edit.html:154 msgid "Goodreads API Key" msgstr "" -#: cps/templates/config_edit.html:153 +#: cps/templates/config_edit.html:158 msgid "Goodreads API Secret" msgstr "" -#: cps/templates/config_edit.html:160 +#: cps/templates/config_edit.html:165 msgid "Allow Reverse Proxy Authentication" msgstr "" -#: cps/templates/config_edit.html:171 +#: cps/templates/config_edit.html:176 msgid "Login type" msgstr "" -#: cps/templates/config_edit.html:173 +#: cps/templates/config_edit.html:178 msgid "Use Standard Authentication" msgstr "" -#: cps/templates/config_edit.html:175 +#: cps/templates/config_edit.html:180 msgid "Use LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:178 +#: cps/templates/config_edit.html:183 msgid "Use OAuth" msgstr "" -#: cps/templates/config_edit.html:185 +#: cps/templates/config_edit.html:190 msgid "LDAP Server Host Name or IP Address" msgstr "" -#: cps/templates/config_edit.html:189 +#: cps/templates/config_edit.html:194 msgid "LDAP Server Port" msgstr "" -#: cps/templates/config_edit.html:193 +#: cps/templates/config_edit.html:198 msgid "LDAP Encryption" msgstr "" -#: cps/templates/config_edit.html:195 cps/templates/config_view_edit.html:61 -#: cps/templates/email_edit.html:40 +#: cps/templates/config_edit.html:200 cps/templates/config_view_edit.html:62 +#: cps/templates/email_edit.html:41 msgid "None" msgstr "" -#: cps/templates/config_edit.html:196 +#: cps/templates/config_edit.html:201 msgid "TLS" msgstr "" -#: cps/templates/config_edit.html:197 +#: cps/templates/config_edit.html:202 msgid "SSL" msgstr "" -#: cps/templates/config_edit.html:201 +#: cps/templates/config_edit.html:206 msgid "LDAP CACertificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:208 +#: cps/templates/config_edit.html:213 msgid "LDAP Certificate Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:215 +#: cps/templates/config_edit.html:220 msgid "LDAP Keyfile Path (Only needed for Client Certificate Authentication)" msgstr "" -#: cps/templates/config_edit.html:224 +#: cps/templates/config_edit.html:229 msgid "LDAP Authentication" msgstr "" -#: cps/templates/config_edit.html:226 +#: cps/templates/config_edit.html:231 msgid "Anonymous" msgstr "" -#: cps/templates/config_edit.html:227 +#: cps/templates/config_edit.html:232 msgid "Unauthenticated" msgstr "" -#: cps/templates/config_edit.html:228 +#: cps/templates/config_edit.html:233 msgid "Simple" msgstr "" -#: cps/templates/config_edit.html:233 +#: cps/templates/config_edit.html:238 msgid "LDAP Administrator Username" msgstr "" -#: cps/templates/config_edit.html:239 +#: cps/templates/config_edit.html:244 msgid "LDAP Administrator Password" msgstr "" -#: cps/templates/config_edit.html:244 +#: cps/templates/config_edit.html:249 msgid "LDAP Distinguished Name (DN)" msgstr "" -#: cps/templates/config_edit.html:248 +#: cps/templates/config_edit.html:253 msgid "LDAP User Object Filter" msgstr "" -#: cps/templates/config_edit.html:253 +#: cps/templates/config_edit.html:258 msgid "LDAP Server is OpenLDAP?" msgstr "" -#: cps/templates/config_edit.html:255 +#: cps/templates/config_edit.html:260 msgid "Following Settings are Needed For User Import" msgstr "" -#: cps/templates/config_edit.html:257 +#: cps/templates/config_edit.html:262 msgid "LDAP Group Object Filter" msgstr "" -#: cps/templates/config_edit.html:261 +#: cps/templates/config_edit.html:266 msgid "LDAP Group Name" msgstr "" -#: cps/templates/config_edit.html:265 +#: cps/templates/config_edit.html:270 msgid "LDAP Group Members Field" msgstr "" -#: cps/templates/config_edit.html:269 +#: cps/templates/config_edit.html:274 msgid "LDAP Member User Filter Detection" msgstr "" -#: cps/templates/config_edit.html:271 +#: cps/templates/config_edit.html:276 msgid "Autodetect" msgstr "" -#: cps/templates/config_edit.html:272 +#: cps/templates/config_edit.html:277 msgid "Custom Filter" msgstr "" -#: cps/templates/config_edit.html:277 +#: cps/templates/config_edit.html:282 msgid "LDAP Member User Filter" msgstr "" -#: cps/templates/config_edit.html:288 +#: cps/templates/config_edit.html:293 #, python-format msgid "Obtain %(provider)s OAuth Credential" msgstr "" -#: cps/templates/config_edit.html:291 +#: cps/templates/config_edit.html:296 #, python-format msgid "%(provider)s OAuth Client Id" msgstr "" -#: cps/templates/config_edit.html:295 +#: cps/templates/config_edit.html:300 #, python-format msgid "%(provider)s OAuth Client Secret" msgstr "" -#: cps/templates/config_edit.html:311 +#: cps/templates/config_edit.html:316 msgid "External binaries" msgstr "" -#: cps/templates/config_edit.html:317 +#: cps/templates/config_edit.html:322 msgid "Path to Calibre E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:325 +#: cps/templates/config_edit.html:330 msgid "Calibre E-Book Converter Settings" msgstr "" -#: cps/templates/config_edit.html:328 +#: cps/templates/config_edit.html:333 msgid "Path to Kepubify E-Book Converter" msgstr "" -#: cps/templates/config_edit.html:336 +#: cps/templates/config_edit.html:341 msgid "Location of Unrar binary" msgstr "" -#: cps/templates/config_view_edit.html:16 +#: cps/templates/config_view_edit.html:17 msgid "View Configuration" msgstr "" -#: cps/templates/config_view_edit.html:31 +#: cps/templates/config_view_edit.html:32 msgid "No. of Random Books to Display" msgstr "" -#: cps/templates/config_view_edit.html:35 +#: cps/templates/config_view_edit.html:36 msgid "No. of Authors to Display Before Hiding (0=Disable Hiding)" msgstr "" -#: cps/templates/config_view_edit.html:39 cps/templates/readcbr.html:113 +#: cps/templates/config_view_edit.html:40 cps/templates/readcbr.html:113 msgid "Theme" msgstr "" -#: cps/templates/config_view_edit.html:41 +#: cps/templates/config_view_edit.html:42 msgid "Standard Theme" msgstr "" -#: cps/templates/config_view_edit.html:42 +#: cps/templates/config_view_edit.html:43 msgid "caliBlur! Dark Theme" msgstr "" -#: cps/templates/config_view_edit.html:46 +#: cps/templates/config_view_edit.html:47 msgid "Regular Expression for Ignoring Columns" msgstr "" -#: cps/templates/config_view_edit.html:50 +#: cps/templates/config_view_edit.html:51 msgid "Link Read/Unread Status to Calibre Column" msgstr "" -#: cps/templates/config_view_edit.html:59 +#: cps/templates/config_view_edit.html:60 msgid "View Restrictions based on Calibre column" msgstr "" -#: cps/templates/config_view_edit.html:68 +#: cps/templates/config_view_edit.html:69 msgid "Regular Expression for Title Sorting" msgstr "" -#: cps/templates/config_view_edit.html:79 +#: cps/templates/config_view_edit.html:80 msgid "Default Settings for New Users" msgstr "" -#: cps/templates/config_view_edit.html:87 cps/templates/user_edit.html:92 +#: cps/templates/config_view_edit.html:88 cps/templates/user_edit.html:93 msgid "Admin User" msgstr "" -#: cps/templates/config_view_edit.html:91 cps/templates/user_edit.html:97 +#: cps/templates/config_view_edit.html:92 cps/templates/user_edit.html:98 msgid "Allow Downloads" msgstr "" -#: cps/templates/config_view_edit.html:95 cps/templates/user_edit.html:101 +#: cps/templates/config_view_edit.html:96 cps/templates/user_edit.html:102 msgid "Allow eBook Viewer" msgstr "" -#: cps/templates/config_view_edit.html:99 cps/templates/user_edit.html:105 +#: cps/templates/config_view_edit.html:100 cps/templates/user_edit.html:106 msgid "Allow Uploads" msgstr "" -#: cps/templates/config_view_edit.html:103 cps/templates/user_edit.html:109 +#: cps/templates/config_view_edit.html:104 cps/templates/user_edit.html:110 msgid "Allow Edit" msgstr "" -#: cps/templates/config_view_edit.html:107 cps/templates/user_edit.html:113 +#: cps/templates/config_view_edit.html:108 cps/templates/user_edit.html:114 msgid "Allow Delete Books" msgstr "" -#: cps/templates/config_view_edit.html:111 cps/templates/user_edit.html:118 +#: cps/templates/config_view_edit.html:112 cps/templates/user_edit.html:119 msgid "Allow Changing Password" msgstr "" -#: cps/templates/config_view_edit.html:115 cps/templates/user_edit.html:122 +#: cps/templates/config_view_edit.html:116 cps/templates/user_edit.html:123 msgid "Allow Editing Public Shelves" msgstr "" -#: cps/templates/config_view_edit.html:125 +#: cps/templates/config_view_edit.html:119 +msgid "Default Language" +msgstr "" + +#: cps/templates/config_view_edit.html:127 +msgid "Default Visible Language of Books" +msgstr "" + +#: cps/templates/config_view_edit.html:143 msgid "Default Visibilities for New Users" msgstr "" -#: cps/templates/config_view_edit.html:141 cps/templates/user_edit.html:80 -#: cps/templates/user_table.html:153 +#: cps/templates/config_view_edit.html:159 cps/templates/user_edit.html:81 +#: cps/templates/user_table.html:154 msgid "Show Random Books in Detail View" msgstr "" -#: cps/templates/config_view_edit.html:143 cps/templates/user_edit.html:83 +#: cps/templates/config_view_edit.html:161 cps/templates/user_edit.html:84 msgid "Add Allowed/Denied Tags" msgstr "" -#: cps/templates/config_view_edit.html:144 +#: cps/templates/config_view_edit.html:162 msgid "Add Allowed/Denied custom column values" msgstr "" @@ -2250,115 +2270,115 @@ msgstr "" msgid "Published" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Unread" msgstr "" -#: cps/templates/detail.html:218 +#: cps/templates/detail.html:219 msgid "Mark As Read" msgstr "" -#: cps/templates/detail.html:219 +#: cps/templates/detail.html:220 msgid "Read" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Restore from archive" msgstr "" -#: cps/templates/detail.html:227 +#: cps/templates/detail.html:229 msgid "Add to archive" msgstr "" -#: cps/templates/detail.html:228 +#: cps/templates/detail.html:230 msgid "Archived" msgstr "" -#: cps/templates/detail.html:239 +#: cps/templates/detail.html:241 msgid "Description:" msgstr "" -#: cps/templates/detail.html:252 cps/templates/search.html:14 +#: cps/templates/detail.html:254 cps/templates/search.html:14 msgid "Add to shelf" msgstr "" -#: cps/templates/detail.html:263 cps/templates/detail.html:280 -#: cps/templates/feed.xml:79 cps/templates/layout.html:138 +#: cps/templates/detail.html:265 cps/templates/detail.html:282 +#: cps/templates/feed.xml:79 cps/templates/layout.html:139 #: cps/templates/search.html:20 msgid "(Public)" msgstr "" -#: cps/templates/detail.html:294 +#: cps/templates/detail.html:296 msgid "Edit Metadata" msgstr "" -#: cps/templates/email_edit.html:12 +#: cps/templates/email_edit.html:13 msgid "Choose Server Type" msgstr "" -#: cps/templates/email_edit.html:14 +#: cps/templates/email_edit.html:15 msgid "Use Standard E-Mail Account" msgstr "" -#: cps/templates/email_edit.html:15 +#: cps/templates/email_edit.html:16 msgid "Gmail Account with OAuth2 Verification" msgstr "" -#: cps/templates/email_edit.html:21 +#: cps/templates/email_edit.html:22 msgid "Setup Gmail Account as E-Mail Server" msgstr "" -#: cps/templates/email_edit.html:23 +#: cps/templates/email_edit.html:24 msgid "Revoke Gmail Access" msgstr "" -#: cps/templates/email_edit.html:41 +#: cps/templates/email_edit.html:42 msgid "STARTTLS" msgstr "" -#: cps/templates/email_edit.html:42 +#: cps/templates/email_edit.html:43 msgid "SSL/TLS" msgstr "" -#: cps/templates/email_edit.html:50 +#: cps/templates/email_edit.html:51 msgid "SMTP Password" msgstr "" -#: cps/templates/email_edit.html:57 +#: cps/templates/email_edit.html:58 msgid "Attachment Size Limit" msgstr "" -#: cps/templates/email_edit.html:65 +#: cps/templates/email_edit.html:66 msgid "Save and Send Test E-mail" msgstr "" -#: cps/templates/email_edit.html:69 cps/templates/layout.html:29 -#: cps/templates/shelf_order.html:41 cps/templates/user_table.html:173 +#: cps/templates/email_edit.html:70 cps/templates/layout.html:29 +#: cps/templates/shelf_order.html:42 cps/templates/user_table.html:174 msgid "Back" msgstr "" -#: cps/templates/email_edit.html:73 +#: cps/templates/email_edit.html:74 msgid "Allowed Domains (Whitelist)" msgstr "" -#: cps/templates/email_edit.html:76 cps/templates/email_edit.html:102 +#: cps/templates/email_edit.html:78 cps/templates/email_edit.html:105 msgid "Add Domain" msgstr "" -#: cps/templates/email_edit.html:79 cps/templates/email_edit.html:105 +#: cps/templates/email_edit.html:81 cps/templates/email_edit.html:108 #: cps/templates/user_table.html:27 msgid "Add" msgstr "" -#: cps/templates/email_edit.html:84 cps/templates/email_edit.html:94 +#: cps/templates/email_edit.html:86 cps/templates/email_edit.html:96 msgid "Enter domainname" msgstr "" -#: cps/templates/email_edit.html:90 +#: cps/templates/email_edit.html:92 msgid "Denied Domains (Blacklist)" msgstr "" -#: cps/templates/feed.xml:21 cps/templates/layout.html:171 +#: cps/templates/feed.xml:21 cps/templates/layout.html:172 msgid "Next" msgstr "" @@ -2383,12 +2403,12 @@ msgid "Logout User" msgstr "" #: cps/templates/index.html:72 cps/templates/search.html:33 -#: cps/templates/shelf.html:20 +#: cps/templates/shelf.html:21 msgid "Sort authors in alphabetical order" msgstr "" #: cps/templates/index.html:73 cps/templates/search.html:34 -#: cps/templates/shelf.html:21 +#: cps/templates/shelf.html:22 msgid "Sort authors in reverse alphabetical order" msgstr "" @@ -2460,8 +2480,8 @@ msgstr "" msgid "Books ordered by file formats" msgstr "" -#: cps/templates/index.xml:119 cps/templates/layout.html:136 -#: cps/templates/search_form.html:86 +#: cps/templates/index.xml:119 cps/templates/layout.html:137 +#: cps/templates/search_form.html:87 msgid "Shelves" msgstr "" @@ -2481,60 +2501,60 @@ msgstr "" msgid "Search Library" msgstr "" -#: cps/templates/layout.html:77 cps/templates/read.html:71 +#: cps/templates/layout.html:64 cps/templates/layout.html:119 +msgid "Uploading..." +msgstr "" + +#: cps/templates/layout.html:64 +msgid "Error" +msgstr "" + +#: cps/templates/layout.html:64 +msgid "Upload done, processing, please wait..." +msgstr "" + +#: cps/templates/layout.html:78 cps/templates/read.html:71 #: cps/templates/readcbr.html:84 cps/templates/readcbr.html:108 msgid "Settings" msgstr "" -#: cps/templates/layout.html:79 +#: cps/templates/layout.html:80 msgid "Account" msgstr "" -#: cps/templates/layout.html:81 +#: cps/templates/layout.html:82 msgid "Logout" msgstr "" -#: cps/templates/layout.html:118 cps/templates/layout.html:208 -msgid "Uploading..." -msgstr "" - -#: cps/templates/layout.html:119 +#: cps/templates/layout.html:120 msgid "Please do not refresh the page" msgstr "" -#: cps/templates/layout.html:129 +#: cps/templates/layout.html:130 msgid "Browse" msgstr "" -#: cps/templates/layout.html:142 cps/templates/stats.html:3 +#: cps/templates/layout.html:143 cps/templates/stats.html:3 msgid "About" msgstr "" -#: cps/templates/layout.html:156 +#: cps/templates/layout.html:157 msgid "Previous" msgstr "" -#: cps/templates/layout.html:183 +#: cps/templates/layout.html:184 msgid "Book Details" msgstr "" -#: cps/templates/layout.html:207 -msgid "Upload done, processing, please wait..." -msgstr "" - -#: cps/templates/layout.html:210 -msgid "Error" -msgstr "" - -#: cps/templates/login.html:17 +#: cps/templates/login.html:18 msgid "Remember Me" msgstr "" -#: cps/templates/login.html:22 +#: cps/templates/login.html:23 msgid "Forgot Password?" msgstr "" -#: cps/templates/login.html:25 +#: cps/templates/login.html:26 msgid "Log in with Magic Link" msgstr "" @@ -2766,7 +2786,7 @@ msgstr "" msgid "Hide" msgstr "" -#: cps/templates/readdjvu.html:10 +#: cps/templates/readdjvu.html:5 msgid "DJVU Reader" msgstr "" @@ -2782,27 +2802,27 @@ msgstr "" msgid "Register New Account" msgstr "" -#: cps/templates/register.html:9 +#: cps/templates/register.html:10 msgid "Choose a username" msgstr "" -#: cps/templates/register.html:14 +#: cps/templates/register.html:15 msgid "Your email address" msgstr "" -#: cps/templates/remote_login.html:4 +#: cps/templates/remote_login.html:5 msgid "Magic Link - Authorise New Device" msgstr "" -#: cps/templates/remote_login.html:6 +#: cps/templates/remote_login.html:7 msgid "On another device, login and visit:" msgstr "" -#: cps/templates/remote_login.html:10 +#: cps/templates/remote_login.html:11 msgid "Once verified, you will automatically be logged in on this device." msgstr "" -#: cps/templates/remote_login.html:13 +#: cps/templates/remote_login.html:14 msgid "This verification link will expire in 10 minutes." msgstr "" @@ -2818,87 +2838,87 @@ msgstr "" msgid "Results for:" msgstr "" -#: cps/templates/search_form.html:20 +#: cps/templates/search_form.html:21 msgid "Published Date From" msgstr "" -#: cps/templates/search_form.html:30 +#: cps/templates/search_form.html:31 msgid "Published Date To" msgstr "" -#: cps/templates/search_form.html:41 +#: cps/templates/search_form.html:42 msgid "Read Status" msgstr "" -#: cps/templates/search_form.html:58 +#: cps/templates/search_form.html:59 msgid "Exclude Tags" msgstr "" -#: cps/templates/search_form.html:76 +#: cps/templates/search_form.html:77 msgid "Exclude Series" msgstr "" -#: cps/templates/search_form.html:94 +#: cps/templates/search_form.html:95 msgid "Exclude Shelves" msgstr "" -#: cps/templates/search_form.html:114 +#: cps/templates/search_form.html:115 msgid "Exclude Languages" msgstr "" -#: cps/templates/search_form.html:125 +#: cps/templates/search_form.html:126 msgid "Extensions" msgstr "" -#: cps/templates/search_form.html:133 +#: cps/templates/search_form.html:134 msgid "Exclude Extensions" msgstr "" -#: cps/templates/search_form.html:143 +#: cps/templates/search_form.html:144 msgid "Rating Above" msgstr "" -#: cps/templates/search_form.html:147 +#: cps/templates/search_form.html:148 msgid "Rating Below" msgstr "" -#: cps/templates/search_form.html:179 +#: cps/templates/search_form.html:180 msgid "From:" msgstr "" -#: cps/templates/search_form.html:189 +#: cps/templates/search_form.html:190 msgid "To:" msgstr "" -#: cps/templates/shelf.html:10 +#: cps/templates/shelf.html:11 msgid "Delete this Shelf" msgstr "" -#: cps/templates/shelf.html:11 +#: cps/templates/shelf.html:12 msgid "Edit Shelf Properties" msgstr "" -#: cps/templates/shelf.html:13 +#: cps/templates/shelf.html:14 msgid "Arrange books manually" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Disable Change order" msgstr "" -#: cps/templates/shelf.html:14 +#: cps/templates/shelf.html:15 msgid "Enable Change order" msgstr "" -#: cps/templates/shelf.html:93 +#: cps/templates/shelf.html:94 msgid "Shelf will be deleted for all users" msgstr "" -#: cps/templates/shelf_edit.html:13 +#: cps/templates/shelf_edit.html:14 msgid "Share with Everyone" msgstr "" -#: cps/templates/shelf_edit.html:20 +#: cps/templates/shelf_edit.html:21 msgid "Sync this shelf with Kobo device" msgstr "" @@ -2906,7 +2926,7 @@ msgstr "" msgid "Drag to Rearrange Order" msgstr "" -#: cps/templates/shelf_order.html:32 +#: cps/templates/shelf_order.html:33 msgid "Hidden Book" msgstr "" @@ -2966,55 +2986,47 @@ msgstr "" msgid "Start Time" msgstr "" -#: cps/templates/tasks.html:24 -msgid "Delete finished tasks" -msgstr "" - -#: cps/templates/tasks.html:25 -msgid "Hide all tasks" -msgstr "" - -#: cps/templates/user_edit.html:19 +#: cps/templates/user_edit.html:20 msgid "Reset user Password" msgstr "" -#: cps/templates/user_edit.html:42 +#: cps/templates/user_edit.html:43 msgid "Language of Books" msgstr "" -#: cps/templates/user_edit.html:53 +#: cps/templates/user_edit.html:54 msgid "OAuth Settings" msgstr "" -#: cps/templates/user_edit.html:55 +#: cps/templates/user_edit.html:56 msgid "Link" msgstr "" -#: cps/templates/user_edit.html:57 +#: cps/templates/user_edit.html:58 msgid "Unlink" msgstr "" -#: cps/templates/user_edit.html:63 +#: cps/templates/user_edit.html:64 msgid "Kobo Sync Token" msgstr "" -#: cps/templates/user_edit.html:65 +#: cps/templates/user_edit.html:66 msgid "Create/View" msgstr "" -#: cps/templates/user_edit.html:84 +#: cps/templates/user_edit.html:85 msgid "Add allowed/Denied Custom Column Values" msgstr "" -#: cps/templates/user_edit.html:129 +#: cps/templates/user_edit.html:130 msgid "Sync only books in selected shelves with Kobo" msgstr "" -#: cps/templates/user_edit.html:139 cps/templates/user_table.html:168 +#: cps/templates/user_edit.html:140 cps/templates/user_table.html:169 msgid "Delete User" msgstr "" -#: cps/templates/user_edit.html:151 +#: cps/templates/user_edit.html:152 msgid "Generate Kobo Auth URL" msgstr "" @@ -3022,87 +3034,87 @@ msgstr "" msgid "Select..." msgstr "" -#: cps/templates/user_table.html:130 +#: cps/templates/user_table.html:131 msgid "Edit User" msgstr "" -#: cps/templates/user_table.html:133 +#: cps/templates/user_table.html:134 msgid "Enter Username" msgstr "" -#: cps/templates/user_table.html:134 +#: cps/templates/user_table.html:135 msgid "Enter E-mail Address" msgstr "" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Enter Kindle E-mail Address" msgstr "" -#: cps/templates/user_table.html:135 +#: cps/templates/user_table.html:136 msgid "Kindle E-mail" msgstr "" -#: cps/templates/user_table.html:136 +#: cps/templates/user_table.html:137 msgid "Locale" msgstr "" -#: cps/templates/user_table.html:137 +#: cps/templates/user_table.html:138 msgid "Visible Book Languages" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Edit Allowed Tags" msgstr "" -#: cps/templates/user_table.html:138 +#: cps/templates/user_table.html:139 msgid "Allowed Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Edit Denied Tags" msgstr "" -#: cps/templates/user_table.html:139 +#: cps/templates/user_table.html:140 msgid "Denied Tags" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Edit Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:140 +#: cps/templates/user_table.html:141 msgid "Allowed Column Values" msgstr "" -#: cps/templates/user_table.html:141 +#: cps/templates/user_table.html:142 msgid "Edit Denied Column Values" msgstr "" -#: cps/templates/user_table.html:141 -msgid "Denied Columns Values" +#: cps/templates/user_table.html:142 +msgid "Denied Column Values" msgstr "" -#: cps/templates/user_table.html:143 +#: cps/templates/user_table.html:144 msgid "Change Password" msgstr "" -#: cps/templates/user_table.html:146 +#: cps/templates/user_table.html:147 msgid "View" msgstr "" -#: cps/templates/user_table.html:149 +#: cps/templates/user_table.html:150 msgid "Edit Public Shelves" msgstr "" -#: cps/templates/user_table.html:151 +#: cps/templates/user_table.html:152 msgid "Sync selected Shelves with Kobo" msgstr "" -#: cps/templates/user_table.html:155 +#: cps/templates/user_table.html:156 msgid "Show read/unread selection" msgstr "" -#: cps/templates/user_table.html:158 +#: cps/templates/user_table.html:159 msgid "Show random books" msgstr ""
{{_('Edit')}}