mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 03:12:53 +00:00
39 lines
1.3 KiB
C++
39 lines
1.3 KiB
C++
/*
|
|
* Copyright (C) 2007, 2008, 2009, 2010 Ivan Cukic <ivan.cukic(at)kde.org>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2,
|
|
* or (at your option) any later version, as published by the Free
|
|
* Software Foundation
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details
|
|
*
|
|
* You should have received a copy of the GNU General Public
|
|
* License along with this program; if not, write to the
|
|
* Free Software Foundation, Inc.,
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
// This file only contains strings that need to be localized.
|
|
|
|
// The strings are extracted from Plasma UI file
|
|
|
|
I18N_NOOP("&Documents");
|
|
I18N_NOOP("&Contacts");
|
|
I18N_NOOP("Co&mputer");
|
|
I18N_NOOP("&Applications");
|
|
|
|
I18N_NOOP("Documents");
|
|
I18N_NOOP("Contacts");
|
|
I18N_NOOP("Computer");
|
|
I18N_NOOP("Applications");
|
|
|
|
// The strings that will be needed in the future
|
|
I18N_NOOP2("needed program is not running", "%1 is not running");
|
|
I18N_NOOP2("start a program", "start %1");
|
|
I18N_NOOP("Online contacts");
|
|
I18N_NOOP("e-Mail contacts");
|
|
|