Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
57ee15e5
Kaydet (Commit)
57ee15e5
authored
Mar 26, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These strings are now global resources, define them accordingly.
Change-Id: Ia68249242850ef3d82cc56ceae7e5ef84dd08b5b
üst
b467b858
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
42 deletions
+3
-42
ids.hrc
uui/source/ids.hrc
+3
-0
passworddlg.cxx
uui/source/passworddlg.cxx
+0
-1
passworddlg.hrc
uui/source/passworddlg.hrc
+0
-40
passworddlg.src
uui/source/passworddlg.src
+0
-1
No files found.
uui/source/ids.hrc
Dosyayı görüntüle @
57ee15e5
...
...
@@ -70,6 +70,9 @@
#define STR_SAME_NAME_USED (RID_UUI_START + 60)
#define STR_ENTER_SIMPLE_PASSWORD (RID_UUI_START + 61)
#define STR_CONFIRM_SIMPLE_PASSWORD (RID_UUI_START + 62)
#define STR_TITLE_CREATE_PASSWORD (RID_UUI_START + 63)
#define STR_TITLE_ENTER_PASSWORD (RID_UUI_START + 64)
#define STR_PASSWORD_MISMATCH (RID_UUI_START + 65)
#define ERRCODE_UUI_IO_ABORT (ERRCODE_AREA_UUI + 0)
#define ERRCODE_UUI_IO_ACCESSDENIED (ERRCODE_AREA_UUI + 1)
...
...
uui/source/passworddlg.cxx
Dosyayı görüntüle @
57ee15e5
...
...
@@ -18,7 +18,6 @@
*/
#include "passworddlg.hxx"
#include "passworddlg.hrc"
#include "ids.hrc"
#include <vcl/msgbox.hxx>
...
...
uui/source/passworddlg.hrc
deleted
100644 → 0
Dosyayı görüntüle @
b467b858
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef PASSWORDDLG_HRC
#define PASSWORDDLG_HRC
// local identifiers
#define BTN_PASSWORD_OK 1
#define ED_PASSWORD 2
#define FT_PASSWORD 3
#define FT_CONFIRM_PASSWORD 4
#define ED_CONFIRM_PASSWORD 5
#define FL_FIXED_LINE_1 6
#define BTN_PASSWORD_HELP 7
#define BTN_PASSWORD_CANCEL 8
#define STR_TITLE_CREATE_PASSWORD 9
#define STR_TITLE_ENTER_PASSWORD 10
#define STR_PASSWORD_MISMATCH 11
#endif // PASSWORDDLG_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
uui/source/passworddlg.src
Dosyayı görüntüle @
57ee15e5
...
...
@@ -20,7 +20,6 @@
#define __RSC
#include <ids.hrc>
#include <passworddlg.hrc>
String STR_ENTER_PASSWORD_TO_OPEN
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment