-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
100 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
* Copyright 2015 Przemysław Buczkowski <[email protected]> | ||
* Copyright 2014 George White | ||
* All rights reserved. Distributed under the terms of the MIT license. | ||
*/ | ||
*/ | ||
|
||
#include <Alert.h> | ||
#include <AppKit.h> | ||
#include <Bitmap.h> | ||
|
@@ -56,7 +56,7 @@ extern const char* kSignature; | |
class TransparentButton : public BButton | ||
{ | ||
public: | ||
TransparentButton(const char* name, const char* label, | ||
TransparentButton(const char* name, const char* label, | ||
BMessage* message); | ||
virtual void Draw(BRect updateRect); | ||
}; | ||
|
@@ -1246,4 +1246,4 @@ ForecastView::_NetworkConnected() | |
} | ||
} | ||
return false; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
1 Norwegian x-vnd.przemub.Weather 704655087 | ||
About Weather ForecastView Om Weather | ||
Background ForecastView Bakgrunn | ||
Clear sky ForecastView Klar himmel | ||
Connecting… ForecastView Kobler til... | ||
Connection error ForecastView Tilkoblingsfeil | ||
Default ForecastView Standard | ||
Dense drizzle ForecastView Tett duskregn | ||
Depositing rime fog ForecastView Rimtåke | ||
Fog ForecastView Tåke | ||
Freezing dense drizzle ForecastView Underkjølt tett duskregn | ||
Freezing light drizzle ForecastView Underkjølt lett duskregn | ||
Heavy freezing rain ForecastView Kraftig underkjølt regn | ||
Heavy rain ForecastView Kraftig regn | ||
Heavy rain showers ForecastView Kraftige regnbyger | ||
Heavy snow fall ForecastView Kraftig snøfall | ||
Heavy snow showers ForecastView Kraftige regnbyger | ||
Light drizzle ForecastView Lett duskregn | ||
Light freezing rain ForecastView Lett underkjølt regn | ||
Loading… ForecastView Laster... | ||
Mainly clear ForecastView Hovedsakelig klart | ||
Moderate drizzle ForecastView Moderat duskregn | ||
Moderate rain ForecastView Moderat regn | ||
Moderate rain showers ForecastView Moderate regnbyger | ||
Moderate snow fall ForecastView Moderat snøfall | ||
No network ForecastView Ingen nettverk | ||
Not available ForecastView Ikke tilgjengelig | ||
OK ForecastView OK | ||
Overcast ForecastView Overskyet | ||
Partly cloudy ForecastView Delvis skyet | ||
Slight rain ForecastView Lett regn | ||
Slight rain showers ForecastView Lette regnbyger | ||
Slight snow fall ForecastView Lett snøfall | ||
Slight snow showers ForecastView Lette snøbyger | ||
Snow grains ForecastView Snøkorn | ||
Text ForecastView Tekst | ||
Thunderstorm ForecastView Tordenvær | ||
Thunderstorm with heavy hail ForecastView Tordenvær med kraftig hagl | ||
Thunderstorm with slight hail ForecastView Tordenvær med lett hagl | ||
Transparent ForecastView Gjennomsiktig | ||
Weather (The Replicant version) ForecastView Weather (replikantversjonen) | ||
About Weather MainWindow Om Weather | ||
An open source weather app showing a forecast for the next 5 days. MainWindow En åpen kildekode vær-app som viser et værvarsel for de neste 5 dagene. | ||
Change location… MainWindow Bytt sted... | ||
Loading… MainWindow Laster... | ||
OK MainWindow OK | ||
Preferences… MainWindow Innstillinger... | ||
Quit MainWindow Avslutt | ||
Refresh MainWindow Oppdater | ||
Unable to create a deskbar replicant. The error is: \" MainWindow Kan ikke lage en skrivebordsreplikant. Feilen er: \" | ||
Cancel CitiesListSelectionWindow Avbryt | ||
Choose location CitiesListSelectionWindow Velg sted | ||
City: CitiesListSelectionWindow By: | ||
Enter location: city, country, region CitiesListSelectionWindow Velg sted: by, land, område | ||
OK CitiesListSelectionWindow OK | ||
OK PreferencesWindow OK | ||
Preferences PreferencesWindow Innstillinger | ||
Use Celsius °C PreferencesWindow Bruk Celsius °C | ||
Use Fahrenheit °F PreferencesWindow Bruk Fahrenheit °F | ||
Weather System name Weather |