mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Merge branch 'master' into fix-ldap-display-name
This commit is contained in:
commit
7f19d5669b
4 changed files with 17 additions and 13 deletions
|
@ -322,7 +322,11 @@ bool ExcludedFiles::loadExcludeFile(const QByteArray & basePath, const QString &
|
|||
csync_exclude_expand_escapes(line);
|
||||
_allExcludes[basePath].append(line);
|
||||
}
|
||||
|
||||
// nothing to prepare if the user decided to not exclude anything
|
||||
if(_allExcludes.size())
|
||||
prepare(basePath);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ namespace SettingsDialogCommon
|
|||
{
|
||||
|
||||
/** display name with two lines that is displayed in the settings
|
||||
* If width is bigger than 0, the string will be ellided so it does not exceed that width
|
||||
* If width is bigger than 0, the string will be elided so it does not exceed that width
|
||||
*/
|
||||
QString shortDisplayNameForSettings(Account* account, int width)
|
||||
{
|
||||
|
|
|
@ -913,12 +913,12 @@ Consulteu el registre per obtenir més informació.</numerusform></translation>
|
|||
<message numerus="yes">
|
||||
<location filename="../src/gui/folder.cpp" line="422"/>
|
||||
<source>%1 and %n other file(s) are currently locked.</source>
|
||||
<translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation>
|
||||
<translation><numerusform>%1 i %n altre/s fitxer/s ara estan bloquejats.</numerusform><numerusform>%1 i %n altres fitxers ara estan bloquejats.</numerusform></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/folder.cpp" line="424"/>
|
||||
<source>%1 is currently locked.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>%1 ara està bloquejat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/folder.cpp" line="432"/>
|
||||
|
@ -990,17 +990,17 @@ If this action was unintended you can restore the lost data now.</source>
|
|||
<message>
|
||||
<location filename="../src/gui/folder.cpp" line="1091"/>
|
||||
<source>Delete all files?</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Voleu suprimir tots els fitxers?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/folder.cpp" line="1094"/>
|
||||
<source>Delete all files</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Suprimeix tots els fitxers</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/folder.cpp" line="1095"/>
|
||||
<source>Restore deleted files</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Restaura els fitxers suprimits</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/folder.cpp" line="1112"/>
|
||||
|
@ -2974,7 +2974,7 @@ No és aconsellable fer-la servir.</translation>
|
|||
<message>
|
||||
<location filename="../src/gui/socketapi.cpp" line="626"/>
|
||||
<source>Share via </source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Comparteix per</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/socketapi.cpp" line="627"/>
|
||||
|
@ -3884,7 +3884,7 @@ No és aconsellable fer-la servir.</translation>
|
|||
<message>
|
||||
<location filename="../src/gui/wizard/owncloudsetupnocredspage.ui" line="417"/>
|
||||
<source><a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#7a7a7a;">Host your own server</span></a></source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><a href="https://docs.nextcloud.com/server/15/admin_manual/installation/index.html#installation"><span style=" text-decoration: underline; color:#7a7a7a;">Allotgeu el vostre servidor</span></a></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
|
@ -1231,12 +1231,12 @@ Continuer la synchronisation comme d'habitude fera en sorte que tous les fi
|
|||
<message>
|
||||
<location filename="../src/gui/folderstatusmodel.cpp" line="921"/>
|
||||
<source>Checking for changes in remote '%1'</source>
|
||||
<translation>Vérification des modification dans '%1' distant</translation>
|
||||
<translation>Vérification des modifications dans '%1' distant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/folderstatusmodel.cpp" line="925"/>
|
||||
<source>Checking for changes in local '%1'</source>
|
||||
<translation>Vérification des modification dans '%1' local</translation>
|
||||
<translation>Vérification des modifications dans '%1' local</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/folderstatusmodel.cpp" line="1002"/>
|
||||
|
@ -3722,12 +3722,12 @@ Il est déconseillé de l'utiliser.</translation>
|
|||
<message>
|
||||
<location filename="../src/gui/owncloudgui.cpp" line="920"/>
|
||||
<source>Checking for changes in remote '%1'</source>
|
||||
<translation>Vérification des modification dans '%1' distant</translation>
|
||||
<translation>Vérification des modifications dans '%1' distant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/owncloudgui.cpp" line="923"/>
|
||||
<source>Checking for changes in local '%1'</source>
|
||||
<translation>Vérification des modification dans '%1' local</translation>
|
||||
<translation>Vérification des modifications dans '%1' local</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/gui/owncloudgui.cpp" line="938"/>
|
||||
|
|
Loading…
Reference in a new issue