Bug 268378

Summary: split strings "%1 folders" (different grammatical cases)
Product: [Unmaintained] KOrganizer Mobile Reporter: Alexander Potashev <aspotashev>
Component: tasksAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Alexander Potashev 2011-03-13 14:32:35 UTC
Version:           unspecified
OS:                Linux

There are 2 strings in the code:
1. kdepim/mobile/tasks/BulkActionComponent.qml:31
2. kdepim/mobile/tasks/tasks.qml:133

Their texts are the same ("1 folder"/"%1 folders"), so they form a single entry in .pot file. Please, split these strings by adding context strings to them, since in Russian they should be translated using different grammatical cases. The first string goes alone, and the second one is incorporated in the sentence "You have selected \n
%1\n
%2\n
%3".

Reproducible: Always